SAP Reports / Programs

RERCH_DOC_EXTR_EXP SAP ABAP Report - RERCHDOCEXTREXP







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


Transaction Code(s):

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

EERCH_EXP - Billing Document Extraction - Export


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_EXP. "Basic submit
SUBMIT RERCH_DOC_EXTR_EXP AND RETURN. "Return to original report after report execution complete
SUBMIT RERCH_DOC_EXTR_EXP 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_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


INCLUDES used within this REPORT RERCH_DOC_EXTR_EXP

INCLUDE RERCH_DOC_EXTR_EXPTOP.
INCLUDE RFKK_DOC_EXTR_CLASS.
INCLUDE RERCH_DOC_EXTR_EXPFRM.


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_CHECK_GDPDU_ACTIVE CALL FUNCTION 'ISU_CHECK_GDPDU_ACTIVE' IMPORTING Y_GDPDU_ACTIVE = LC_GDPDU EXCEPTIONS PROGRAM_ERROR = 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 RERCH_DOC_EXTR_EXP or its description.