SAP Reports / Programs

RUTDDMIS SAP ABAP Report - DD: Determine Missing Objects for Non-Active Objects







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


Text pool values


Title: DD: Determine Missing Objects for Non-Active Objects
Text Symbol: 050 = Missing DD objects
Text Symbol: 052 = Objects in object list
Text Symbol: 060 = RUTDDMIS: determine missing objects:
Text Symbol: 064 = The following objects must still be transported:
Text Symbol: 105 = Entered
Text Symbol: 303 = Started by &USER& on &DATE& &TIME&
Text Symbol: 310 = Error writing the object list
Text Symbol: 320 = Object list already exists
Text Symbol: 321 = New entries are added


INCLUDES used within this REPORT RUTDDMIS

INCLUDE : RADBTMAC, RADBTMA1, RADBTIT0, RADBTOUM.
INCLUDE : RADBTMAC, RADBTMA1, RADBTIT0, RADBTOUM.

INCLUDE : RADBTMAC, RADBTMA1, RADBTIT0, RADBTOUM.



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_DIALOG = ' ' WI_LANGU = SY-LANGU WI_SEL_E070 = 'X' WI_SEL_E071 = 'X' WI_SEL_E071K = ' ' WI_SEL_E07T = ' ' WI_TRKORR = COMFILE WI_SEL_E070C = ' ' TABLES WT_E071 = E071_T WT_E071K = E071K_DUMMY EXCEPTIONS NOT_EXIST_E070 = 01 NO_AUTHORIZATION = 02.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING WI_E070 = E070_W WI_E07T = E07T_W WI_SEL_E071 = 'X' WI_SEL_E071K = ' ' WI_SEL_E07T = 'X' WI_SEL_E070C = ' ' TABLES WT_E071 = E071_T WT_E071K = E071K_DUMMY EXCEPTIONS OTHERS = 08.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING GET_STATE = DTEL_GET_STATE PRID = 0 WITHTEXT = ' ' ROLL_NAME = DD03L_TAB-ROLLNAME IMPORTING GOT_STATE = GOT_STATE DD04L_WA_A = DD04L_WA_A DD04L_WA_N = DD04L_WA_N DD01L_WA = DD01L_WA TABLES DD04T_TAB_A = DD04T_TAB_A DD04T_TAB_N = DD04T_TAB_N EXCEPTIONS OTHERS = 01.

DD_TBHD_GET CALL FUNCTION 'DD_TBHD_GET' EXPORTING GET_STATE = 'M' PRID = 0 TABL_NAME = TABL_NAME WITHTEXT = ' ' IMPORTING DD02V_WA_A = DD02V_WA_A DD02V_WA_N = DD02V_WA_N GOT_STATE = GOT_STATE EXCEPTIONS OTHERS = 01.



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