SAP Reports / Programs

RUTDDOBJ1 SAP ABAP Report - Display and Analysis of Specified Server Log (Dictionary)







RUTDDOBJ1 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 RUTDDOBJ1 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 RUTDDOBJ1. "Basic submit
SUBMIT RUTDDOBJ1 AND RETURN. "Return to original report after report execution complete
SUBMIT RUTDDOBJ1 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: MAINDIR = Main Directory (TRANS / PUT)
Selection Text: FSTRING = Character string to be found
Selection Text: FINDMODE = Search for Character String
Selection Text: FILENAME = Name of file to be displayed
Title: Display and Analysis of Specified Server Log (Dictionary)
Text Symbol: 018 = in specified file of directory:
Text Symbol: 017 = Name of main directory missing
Text Symbol: 016 = Specify Character String or Deactivate Character String Search
Text Symbol: 015 = Specify FIle Name or Activate Character String Search
Text Symbol: 014 = Select a line with a file name!
Text Symbol: 013 = Path Name for File:
Text Symbol: 011 = Number of files with character string searched for:
Text Symbol: 010 = Object searched for does not exist in any file
Text Symbol: 009 = In all files of the directory:
Text Symbol: 008 = Determining Existence of Character String:
Text Symbol: 007 = Conversion Error During Read from File!
Text Symbol: 006 = Actual Path Name for File:
Text Symbol: 005 = Read Directory:
Text Symbol: 004 = System-specific directory does not exist:
Text Symbol: 003 = There is no directory
Text Symbol: 002 = File searched for does not exist:
Text Symbol: 001 = Name of main directory is not supported:


INCLUDES used within this REPORT RUTDDOBJ1

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = process. "limited by 70 ( sy-ucomm )

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = process. "limited by 70 ( sy-ucomm )



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