SAP Reports / Programs

RSDS2X30 SAP ABAP Report - Conversion Report for Structures for Upgrade from Rel. 2.x -> 3.0







RSDS2X30 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 RSDS2X30 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 RSDS2X30. "Basic submit
SUBMIT RSDS2X30 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDS2X30 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion Report for Structures for Upgrade from Rel. 2.x -> 3.0


INCLUDES used within this REPORT RSDS2X30

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:

TOCX_GET_SYSTEM_TYPE CALL FUNCTION 'TOCX_GET_SYSTEM_TYPE' IMPORTING SAP_SYSTEM = SAP_SYSTEM.

DSYS_OUTLINE_READ CALL FUNCTION 'DSYS_OUTLINE_READ' EXPORTING ASPCT = I_DSYAH-ASPCT OUTLINE = I_DSYAH-OUTLINE SPRAS = I_DSYAH-SPRAS VERSION = I_DSYAH-VERSION TABLES OUT_HIER = OUT_HIER EXCEPTIONS NOT_FOUND = 01.

TOCX_SAVE_EDIT_VERSION CALL FUNCTION 'TOCX_SAVE_EDIT_VERSION' EXPORTING DSYAH_HEADER_DATA = I_DSYAH TABLES HIERARCHY = OUT_HIER EXCEPTIONS HEADER_DATA_MISSING = 01.

DSYS_OUTLINE_READ CALL FUNCTION 'DSYS_OUTLINE_READ' EXPORTING ASPCT = I_DSYAH-ASPCT OUTLINE = I_DSYAH-OUTLINE SPRAS = I_DSYAH-SPRAS VERSION = I_DSYAH-VERSION TABLES OUT_HIER = OUT_HIER EXCEPTIONS NOT_FOUND = 01.

TOCX_SAVE_DISPLAY_VERSION CALL FUNCTION 'TOCX_SAVE_DISPLAY_VERSION' EXPORTING OUTLINE = I_DSYAH-OUTLINE VIEWNAME = 'STANDARD' TABLES HIERARCHY = OUT_HIER EXCEPTIONS EXCEEDING_LEVELS = 01 MISSING_PARAMETERS = 02.

APPEND_PROTOCOL ** call function 'APPEND_PROTOCOL' * EXPORTING * ACCEPT_NOT_INIT = ' ' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'D' * OPEN_FILE = 'X' ** tables ** xmsg = xmsg ** exceptions * FILE_NOT_FOUND = 01 ** prot_not_initialized = 02 ** table_empty = 03.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.

APPEND_PROTOCOL **call function 'APPEND_PROTOCOL' * EXPORTING * ACCEPT_NOT_INIT = ' ' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'D' * OPEN_FILE = 'X' ** tables ** xmsg = xmsg ** exceptions * FILE_NOT_FOUND = 01 ** prot_not_initialized = 02 ** table_empty = 03.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.



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 RSDS2X30 or its description.