SAP Reports / Programs

RUTDDOBJ SAP ABAP Report - Analysis of Dictionary Object







RUTDDOBJ 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 RUTDDOBJ 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 RUTDDOBJ. "Basic submit
SUBMIT RUTDDOBJ AND RETURN. "Return to original report after report execution complete
SUBMIT RUTDDOBJ 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: OBJNAME = Object Name
Selection Text: MAXLINE = Maximum Line Number of a Log
Selection Text: DLEVEL = Display Level
Title: Analysis of Dictionary Object
Text Symbol: 102 = for Object:
Text Symbol: 101 = End of Information in Level
Text Symbol: 100 = Error found !
Text Symbol: 023 = System ID:
Text Symbol: 022 = Number of Entries in Table
Text Symbol: 021 = This is shadow instance of system
Text Symbol: 020 = Central System Information:
Text Symbol: 017 = The log no longer exists in the standard directories
Text Symbol: 016 = Referenced log no longer exists:
Text Symbol: 015 = Actual Path Name for Log:
Text Symbol: 014 = Conversion Error During Read from File!
Text Symbol: 013 = More DB logs of last 365 days with this object:
Text Symbol: 012 = Reference to Another Log:
Text Symbol: 011 = Reference to Log:
Text Symbol: 010 = Object name missing - no analysis posible
Text Symbol: 009 = Nametab Lines:
Text Symbol: 008 = DDXTF Fields:
Text Symbol: 007 = Object has no runtime object in nametab:
Text Symbol: 006 = In DDTYPES, the object has no Dictionary object type !
Text Symbol: 005 = Entry with DDTYPES type missing in TADIR
Text Symbol: 004 = Object-Specific Values for Object:
Text Symbol: 003 = Object has no entry in DDTYPES:
Text Symbol: 002 = Analysis of Dictionary Object:
Text Symbol: 001 = Object has no entry in TADIR:


INCLUDES used within this REPORT RUTDDOBJ

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:

No SAP FUNCTION MODULES are executed within this report code!



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