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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDCOMBO - Insert a Command File in Another Command File RDDCOMBO - Insert a Command File in Another Command File RDDCOLLE - Repository switch: Collect the DDIC objects after the SPDD adjustment RDDCOLLE - Repository switch: Collect the DDIC objects after the SPDD adjustment RDDCLEAN - Clean Up TBATG During Upgrade RDDCLEAN - Clean Up TBATG During Upgrade