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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDTADI2 - Online Comparison TADIR / GTADIR RDDTADI2 - Online Comparison TADIR / GTADIR RDDTABIN - Export/Import Parameter for GET_NAMETAB RDDTA2GT - GTADIR Setup: All Objects with SRCSYSTEM=SY-SYSID -> GTADIR RDDTA2GT - GTADIR Setup: All Objects with SRCSYSTEM=SY-SYSID -> GTADIR RDDSTRG1 - Macros for String Processing