SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

REDEREG_ETHI_REVF01 SAP ABAP INCLUDE - REDEREGETHIREVF01







REDEREG_ETHI_REVF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter REDEREG_ETHI_REVF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT REDEREG_ETHI_REVF01. "Basic submit
SUBMIT REDEREG_ETHI_REVF01 AND RETURN. "Return to original report after report execution complete
SUBMIT REDEREG_ETHI_REVF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT REDEREG_ETHI_REVF01

INCLUDE REDEREG_COMMON_REVF01. "#EC INCL_OK


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ENQUEUE_E_EDMIDE_THI CALL FUNCTION 'ENQUEUE_E_EDMIDE_THI' EXPORTING senid = ps_pdata-senid recid = ps_pdata-recid _scope = co_scope_1 "do not dequeue after the commit EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_EDMIDE_THI CALL FUNCTION 'DEQUEUE_E_EDMIDE_THI' EXPORTING senid = ps_pdata-senid recid = ps_pdata-recid _scope = co_scope_1. "do not dequeue after the commit

ISU_DB_ESERVPROV_SINGLE CALL FUNCTION 'ISU_DB_ESERVPROV_SINGLE' EXPORTING x_serviceid = lv_service_prov EXCEPTIONS not_found = 1 OTHERS = 2.

ISU_DB_ESERVPROV_SINGLE CALL FUNCTION 'ISU_DB_ESERVPROV_SINGLE' EXPORTING x_serviceid = lv_service_prov EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_REVERSE_DOC CALL FUNCTION 'FKK_REVERSE_DOC' EXPORTING i_opbel = ps_pdata-bcbln i_blart = pv_blart i_augrd = pv_augrd i_fikey = pv_fikey i_stodt = pv_stodt i_herkf = co_herkf_rr i_callr = co_callr_agg i_test = pv_xsimu IMPORTING e_opbel = ps_pdata-storb EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_ROLLBACK_POSTING_MEMORY CALL FUNCTION 'FKK_ROLLBACK_POSTING_MEMORY'.

FKK_ROLLBACK_DUNNING_DATA CALL FUNCTION 'FKK_ROLLBACK_DUNNING_DATA'.

FKK_ROLLBACK_PYFORM CALL FUNCTION 'FKK_ROLLBACK_PYFORM'.

FKK_DEFREV_ROLLBACK_MEMORY CALL FUNCTION 'FKK_DEFREV_ROLLBACK_MEMORY'.

ISU_DB_DEREGSWITCHSYST_SELECT CALL FUNCTION 'ISU_DB_DEREGSWITCHSYST_SELECT' IMPORTING e_xtax_on_agg_post = lv_xtax_on_agg_post EXCEPTIONS error_message = 0.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = pv_fbeve i_applk = pv_applk TABLES t_fbstab = pt_fbstab EXCEPTIONS error_message = 1.

ISU_SAMPLE_R211 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R211'. ENDIF.

INV_BWTHI_TRIG CALL FUNCTION 'INV_BWTHI_TRIG' EXPORTING it_bwthi_trig = lt_bwthi_trig[] iv_recordmode = space iv_direct_update = space.

ISU_DB_EITR_UPDATE CALL FUNCTION 'ISU_DB_EITR_UPDATE' EXPORTING x_upd_mode = co_upd_delete TABLES t_eitr = gt_del_eitr EXCEPTIONS error_message = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name REDEREG_ETHI_REVF01 or its description.