RERCH_DOC_EXTR_EXP 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_EXP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EERCH_EXP - Billing Document Extraction - Export
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_ID = D .
Selection Text: SELDAT = Extract Until
Selection Text: P_SIMBEL = Simulation Documents for URR
Selection Text: P_SEQ = CSV for SAP Import
Selection Text: P_NUMOBJ = Number of Objects
Selection Text: P_LOCAL = Local File
Selection Text: P_FILE = Name of File
Selection Text: P_BUK_KZ = Split by Company Code
Selection Text: P_AIS = SAP Audit Format
Text Symbol: S01 = ...
Text Symbol: F03 = Write
Text Symbol: F02 = Registration
Text Symbol: F01 = Opened
Text Symbol: E08 = In interval
Text Symbol: E07 = (Max. 16 Char.)
Text Symbol: E06 = Extrct ID Name Too Long
Text Symbol: E05 = (Extraction to Local File)
Text Symbol: E04 = Background Processing Not Supported
Text Symbol: E03 = Only Relevant for German
Text Symbol: E02 = (Table TE026)
Text Symbol: E01 = Only Relevant for German
Text Symbol: 007 = Extraction Date
Text Symbol: 006 = File Closed:
Text Symbol: 005 = In
Text Symbol: 004 = Output Format
Text Symbol: 003 = Document Extract Initialized:
Text Symbol: 002 = File Opened:
Text Symbol: 001 = Extraction Until
INCLUDE RERCH_DOC_EXTR_EXPTOP.
INCLUDE RFKK_DOC_EXTR_CLASS.
INCLUDE RERCH_DOC_EXTR_EXPFRM.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_CHECK_GDPDU_ACTIVE CALL FUNCTION 'ISU_CHECK_GDPDU_ACTIVE' IMPORTING Y_GDPDU_ACTIVE = LC_GDPDU EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.