SAP Reports / Programs | Basis Components | Upgrade - General(BC-UPG) SAP BC

RDDCOMBO SAP ABAP Report - Insert a Command File in Another Command File







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


Text pool values


Insert objects from one command file in another command file
Selection Text: PV_SRC = Source command file
Selection Text: PV_TRG = Target command file
Title: Insert a Command File in Another Command File


INCLUDES used within this REPORT RDDCOMBO

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:

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING WI_TRKORR = PV_SRC WI_DIALOG = ' ' * WI_LANGU = SY-LANGU WI_SEL_E070 = 'X' WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' * IV_SEL_E071KF = ' ' WI_SEL_E07T = 'X' * WI_SEL_E070C = ' ' * IV_SEL_E070M = ' ' IMPORTING WE_E070 = LS_E070 WE_E07T = LS_E07T * WE_E070C = * ES_E070M = * WE_E07T_DOESNT_EXIST = * WE_E070C_DOESNT_EXIST = * EV_E070M_DOESNT_EXIST = TABLES WT_E071 = GT_E071 WT_E071K = GT_E071K * ET_E071KF = EXCEPTIONS NOT_EXIST_E070 = 1 NO_AUTHORIZATION = 2 OTHERS = 3.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING WI_TRKORR = PV_TRG WI_DIALOG = ' ' * WI_LANGU = SY-LANGU WI_SEL_E070 = 'X' WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' * IV_SEL_E071KF = ' ' WI_SEL_E07T = 'X' * WI_SEL_E070C = ' ' * IV_SEL_E070M = ' ' IMPORTING WE_E070 = LS_E070_2 WE_E07T = LS_E07T_2 * WE_E070C = * ES_E070M = * WE_E07T_DOESNT_EXIST = * WE_E070C_DOESNT_EXIST = * EV_E070M_DOESNT_EXIST = TABLES WT_E071 = GT_E071_2 WT_E071K = GT_E071K_2 * ET_E071KF = EXCEPTIONS NOT_EXIST_E070 = 1 NO_AUTHORIZATION = 2 OTHERS = 3.

COMM_TABLE_SORT CALL FUNCTION 'COMM_TABLE_SORT' TABLES SORT_TAB = GT_E071.

TRINT_MODIFY_COMM CALL FUNCTION 'TRINT_MODIFY_COMM' EXPORTING * WI_CALLED_BY_EDITOR = ' ' WI_E070 = LS_E070_2 WI_E07T = LS_E07T_2 * WI_E070C = ' ' * WI_LOCK_SORT_FLAG = ' ' WI_SAVE_USER = ' ' WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' WI_SEL_E07T = 'X' * WI_SEL_E070C = ' ' * WI_NO_CLIENT_CHECK = ' ' * IV_NO_NAMESPACE_CHECK = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = * ES_E070M = TABLES WT_E071 = GT_E071 WT_E071K = GT_E071K EXCEPTIONS CHOSEN_PROJECT_CLOSED = 1 E070_INSERT_ERROR = 2 E070_UPDATE_ERROR = 3 E071K_INSERT_ERROR = 4 E071K_UPDATE_ERROR = 5 E071_INSERT_ERROR = 6 E071_UPDATE_ERROR = 7 E07T_INSERT_ERROR = 8 E07T_UPDATE_ERROR = 9 E070C_INSERT_ERROR = 10 E070C_UPDATE_ERROR = 11 LOCKED_ENTRIES = 12 LOCKED_OBJECT_NOT_DELETED = 13 ORDERNAME_FORBIDDEN = 14 ORDER_CHANGE_BUT_LOCKED_OBJECT = 15 ORDER_RELEASED = 16 ORDER_USER_LOCKED = 17 TR_CHECK_KEYSYNTAX_ERROR = 18 NO_AUTHORIZATION = 19 WRONG_CLIENT = 20 UNALLOWED_SOURCE_CLIENT = 21 UNALLOWED_USER = 22 UNALLOWED_TRFUNCTION = 23 UNALLOWED_TRSTATUS = 24 NO_SYSTEMNAME = 25 NO_SYSTEMTYPE = 26 OTHERS = 27.



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