SAP Reports / Programs

RERD_DOC_EXTR_EXTR SAP ABAP Report - Data Extracts: Export Extracted Print Documents







RERD_DOC_EXTR_EXTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program exports entries from tables that contain the compressed data *_SHORT...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RERD_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

EERD_EXTR - Extracts: Export Print Documents


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 RERD_DOC_EXTR_EXTR. "Basic submit
SUBMIT RERD_DOC_EXTR_EXTR AND RETURN. "Return to original report after report execution complete
SUBMIT RERD_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: ERDAT = Created On
Selection Text: OPBEL = Document Number
Selection Text: PARTNER = Business Partner
Selection Text: P_AIS = File Output (AIS Format)
Selection Text: P_CSV = File Output (CSV Format)
Selection Text: P_FILE = Name of File
Selection Text: P_LIST = Screen Output ALV
Selection Text: P_LOCAL = Local File
Selection Text: P_NM_OPE = Line Layout
Selection Text: VKONT = Contract Account
Title: Data Extracts: Export Extracted Print Documents
Text Symbol: BTE = Details
Text Symbol: E01 = Print Doc. Extracts
Text Symbol: E02 = Extracting
Text Symbol: T01 = Output Format
Text Symbol: T02 = Output File


INCLUDES used within this REPORT RERD_DOC_EXTR_EXTR

INCLUDE RERD_DOC_EXTR_EXTRTOP. "GLOBAL DATA


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_ERDK_EXTR_CSV CALL FUNCTION 'ISU_ERDK_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 TABLES xt_partner = tab_partner xt_vkont = tab_vkont xt_opbel = tab_opbel xt_erdat = tab_erdat EXCEPTIONS OTHERS = 1.

ISU_ERDK_EXTR_AUDI CALL FUNCTION 'ISU_ERDK_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_opbel = tab_opbel xt_erdat = tab_erdat EXCEPTIONS OTHERS = 1.

ISU_ERDK_EXTR_AIS CALL FUNCTION 'ISU_ERDK_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 TABLES xt_partner = tab_partner xt_vkont = tab_vkont xt_opbel = tab_opbel xt_erdat = tab_erdat EXCEPTIONS OTHERS = 1.

ISU_ERDK_EXTR_LIST CALL FUNCTION 'ISU_ERDK_EXTR_LIST' EXPORTING x_layout = p_nm_ope x_langu = gl_spras x_obj = gl_extr_obj TABLES xt_partner = tab_partner xt_vkont = tab_vkont xt_opbel = tab_opbel xt_erdat = tab_erdat 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 RERD_DOC_EXTR_EXTR or its description.