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
Below is a list of transaction codes which are relevant to this SAP report
ERCH_EXTR - Extracts: Export Billing Docuemnts
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.
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
INCLUDE RERCH_DOC_EXTR_EXTRTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RERCH_DOC_EXTR_EXTR - Data EXtract: Export Extracted Billing Documents RERCH_DOC_EXTR_EXTR - Data EXtract: Export Extracted Billing Documents RERCH_DOC_EXTR_EXPTOP - Include RERCH_DOC_EXTR_EXPTOP RERCH_DOC_EXTR_EXPFRM - Include RERCH_DOC_EXTR_EXPFRM RERCH_DOC_EXTR_EXP - RERCHDOCEXTREXP RERCH_DOC_EXTR_EXP - RERCHDOCEXTREXP