SAP Reports / Programs

RERCH_DOC_EXTR_EXTR SAP ABAP Report - Data EXtract: Export Extracted Billing Documents







RERCH_DOC_EXTR_EXTR is a standard Executable ABAP Report 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 RERCH_DOC_EXTR_EXTR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ERCH_EXTR - Extracts: Export Billing Docuemnts


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 RERCH_DOC_EXTR_EXTR. "Basic submit
SUBMIT RERCH_DOC_EXTR_EXTR AND RETURN. "Return to original report after report execution complete
SUBMIT RERCH_DOC_EXTR_EXTR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_AIS = File Output (AIS Format)
Selection Text: P_CSV = File Output (CSV Format)
Selection Text: P_LIST = Screen Output ALV
Selection Text: P_SIMBA = Simulation Documents for URR
Selection Text: BELNR = D .
Selection Text: PARTNER = D .
Selection Text: P_FILE = D .
Selection Text: P_LOCAL = D .
Selection Text: P_NM_OPE = D .
Selection Text: VERTRAG = D .
Selection Text: VKONT = D .
Title: Data EXtract: Export Extracted Billing Documents
Text Symbol: BTE = Details
Text Symbol: E01 = Billing Document Extracts
Text Symbol: E02 = Extracting
Text Symbol: T01 = Output Format
Text Symbol: T02 = Output File


INCLUDES used within this REPORT RERCH_DOC_EXTR_EXTR

INCLUDE RERCH_DOC_EXTR_EXTRTOP.


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:

ISU_ERCH_EXTR_CSV CALL FUNCTION 'ISU_ERCH_EXTR_CSV' EXPORTING x_layout = p_nm_ope x_langu = gl_spras x_file = gl_file x_local = gl_local x_obj = gl_extr_obj x_sim = p_simba TABLES xt_partner = tab_partner xt_vkont = tab_vkont xt_belnr = tab_belnr xt_vertrag = tab_vertrag EXCEPTIONS OTHERS = 1.

ISU_ERCH_EXTR_AUDI * CALL FUNCTION 'ISU_ERCH_EXTR_AUDI' * EXPORTING * x_layout = p_nm_ope * x_langu = gl_spras * x_file = gl_file * x_local = gl_local * x_obj = gl_extr_obj * TABLES * xt_partner = tab_partner * xt_vkont = tab_vkont * xt_belnr = tab_belnr * xt_vertrag = tab_vertrag * EXCEPTIONS * OTHERS = 1.

ISU_ERCH_EXTR_AIS CALL FUNCTION 'ISU_ERCH_EXTR_AIS' EXPORTING x_layout = p_nm_ope x_langu = gl_spras x_file = gl_file x_local = gl_local x_obj = gl_extr_obj x_sim = p_simba TABLES xt_partner = tab_partner xt_vkont = tab_vkont xt_belnr = tab_belnr xt_vertrag = tab_vertrag EXCEPTIONS OTHERS = 1.

ISU_ERCH_EXTR_LIST CALL FUNCTION 'ISU_ERCH_EXTR_LIST' EXPORTING x_layout = p_nm_ope x_langu = gl_spras x_obj = gl_extr_obj x_sim = p_simba TABLES xt_partner = tab_partner xt_vkont = tab_vkont xt_belnr = tab_belnr xt_vertrag = tab_vertrag EXCEPTIONS OTHERS = 1.



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 RERCH_DOC_EXTR_EXTR or its description.