SAP Reports / Programs

RSXDAEXP SAP ABAP Report - Dataset Record Type Documentation for Initial Data Transfer (Parser)







RSXDAEXP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for TOP ENDTOP This program is used to display the syntax of SAP standard transfer program files in a clear format...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 RSXDAEXP into the relevant SAP transactions such as SE38 or SE80


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 RSXDAEXP. "Basic submit
SUBMIT RSXDAEXP AND RETURN. "Return to original report after report execution complete
SUBMIT RSXDAEXP 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: FLAG_FLD = Segment Fields in Output
Selection Text: LANGUAGE = Output Language
Selection Text: SUBDX = Activity Type
Selection Text: DXOBJ = D .
Title: Dataset Record Type Documentation for Initial Data Transfer (Parser)
Text Symbol: 001 = Information
Text Symbol: 002 = The output will be in parser representation.
Text Symbol: 003 = It can be read and interpreted by certified external systems.
Text Symbol: 004 = Selection Conditions
Text Symbol: 120 = PACKED
Text Symbol: 121 = INTEGER
Text Symbol: 122 = FLOATING POINT
Text Symbol: 123 = NUMC
Text Symbol: 124 = CHARACTER
Text Symbol: 125 = DATE YYYYMMDD
Text Symbol: 126 = TIME HHMMSS
Text Symbol: 127 = HEXADECIMAL
Text Symbol: 128 = DATS YYYYMMDD
Text Symbol: 129 = TIMS HHMMSS


INCLUDES used within this REPORT RSXDAEXP

No INCLUDES are used within this REPORT code!


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:

DX_AUTH_MAIN CALL FUNCTION 'DX_AUTH_MAIN' EXPORTING mode_desired = 'DISPLAY' IMPORTING return = l_return mode_desiredt = l_modetext.

SXDA_READ_DXOBJ_INFO_AS_IDOC CALL FUNCTION 'SXDA_READ_DXOBJ_INFO_AS_IDOC' EXPORTING DXOBJ = DXOBJ SUBDX = SUBDX TABLES IT_EDISYN = INT_EDISYN IT_IDOC = INT_IDOC IT_SXDA3 = IT_SXDA3 EXCEPTIONS DXOBJ_NOT_FOUND = 1 OTHERS = 2.

EDI_DISPLAY_ERROR_LOG CALL FUNCTION 'EDI_DISPLAY_ERROR_LOG' TABLES ERROR_LOG = ERROR_LOG EXCEPTIONS ERROR_LOG_EMPTY = 01.

SXDA_READ_DXOBJ_INFO_AS_IDOC CALL FUNCTION 'SXDA_READ_DXOBJ_INFO_AS_IDOC' EXPORTING DXOBJ = DXOBJ SUBDX = SUBDX TABLES IT_EDISYN = INT_EDISYN IT_IDOC = INT_IDOC IT_SXDA3 = IT_SXDA3 EXCEPTIONS DXOBJ_NOT_FOUND = 1 OTHERS = 2.

EDI_DISPLAY_ERROR_LOG CALL FUNCTION 'EDI_DISPLAY_ERROR_LOG' TABLES ERROR_LOG = ERROR_LOG EXCEPTIONS ERROR_LOG_EMPTY = 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 RSXDAEXP or its description.