SAP Reports / Programs

RDDTADI2 SAP ABAP Report - Online Comparison TADIR / GTADIR







RDDTADI2 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 RDDTADI2 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 RDDTADI2. "Basic submit
SUBMIT RDDTADI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDTADI2 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: OSRCSYST = Original System
Selection Text: OPGMID = Program ID (R3TR, R3OB)
Selection Text: OOBJNAME = Object Name
Selection Text: OOBJECT = Object Type (PROG,TABL,DTEL..)
Selection Text: ODEVCLAS = Package
Selection Text: OAUTHOR = Person Responsible
Selection Text: COMMFILE = Request/Task
Title: Online Comparison TADIR / GTADIR
Text Symbol: T02 = Selection by Request/Task
Text Symbol: T01 = Selection by Object Directory
Text Symbol: 112 = Remote System
Text Symbol: 100 = GTADIR Server
Text Symbol: 033 = Number
Text Symbol: 032 = |Differences in Field
Text Symbol: 001 = Save changes in the local
Text Symbol: 002 = TADIR?
Text Symbol: 003 = Save changes in
Text Symbol: 004 = GTADIR?
Text Symbol: 005 = Identical
Text Symbol: 006 = does not exist
Text Symbol: 007 = Identical entries in both systems
Text Symbol: 008 = No entry in remote system
Text Symbol: 009 = Objects with
Text Symbol: 010 = in remote system
Text Symbol: 011 = Pgm Obj Name Local System
Text Symbol: 012 = The following objects will be stored: [
Text Symbol: 030 = Identical entries in the two systems:
Text Symbol: 031 = No corresponding entry in


INCLUDES used within this REPORT RDDTADI2

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'Änderungen in der lokalen TADIR'(001) TEXTLINE2 = ' abspeichern ?'(002) TITEL = SPACE DEFAULTOPTION = 'J' IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'Änderungen in der GTADIR'(003) TEXTLINE2 = ' abspeichern ?'(004) TITEL = SPACE DEFAULTOPTION = 'j' IMPORTING ANSWER = ANSWER.

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING WI_E071 = LS_E071 IMPORTING PE_RESULT = LV_RESULT WE_TADIR = LS_TADIR.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING MESSAGE = LV_MESSAGE IMPORTING STATUS = LV_STATUS TABLES TABLE_IN = TAB_IN TABLE_OUT = TAB_OUT TT_QUERY = LT_QUERY.



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