RDDKOR48 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the breakdown of logical objects for a correction...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RDDKOR48 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: OBJ_NAME = D Object Name
Selection Text: OBJTYPE = D Object Type
Selection Text: KORRNR = D Request/Task
Title: Display Entries Broken Down with TLOGO
Text Symbol: 018 = Object
Text Symbol: 017 = PgID Obj Object name Description
Text Symbol: 016 = Display all keys of one TLOGO object for the correction
Text Symbol: 015 = Display all keys of all TLOGO objects for the correction
Text Symbol: 014 = Display TLOGO objects including subobjects of the correction
Text Symbol: 013 = Display TLOGO objects for the correction
Text Symbol: 012 = Obj Tab name View name MObj Master name F keys
Text Symbol: 011 = For the logical object there are
Text Symbol: 010 = PgID Obj Object name Function
Text Symbol: 009 = Object name not allowed
Text Symbol: 008 = not be broken down.
Text Symbol: 007 = Logical object can-
Text Symbol: 006 = the selected entry.
Text Symbol: 005 = No table keys exist for
Text Symbol: 004 = Obj. type : Name :
Text Symbol: 003 = Program ID :
Text Symbol: 002 = Name :
Text Symbol: 001 = Display broken down objects
Text Symbol: 019 = with subobjects deleted
Text Symbol: 020 = Delete
Text Symbol: 021 = Do not delete
Text Symbol: 111 = Object locked
Text Symbol: 110 = No TADIR entry for object
Text Symbol: 109 = UNEXPECTED_ERROR_COMMPUT-KEYS
Text Symbol: 108 = UNEXPECTED_ERROR_COMMPUT
Text Symbol: 107 = Object name incorrect
Text Symbol: 106 = This is not a TLOGO object
Text Symbol: 105 = This is a transport request, not a correction
Text Symbol: 104 = Correction does not exist
Text Symbol: 103 = Correction locked
Text Symbol: 102 = Correction already released
Text Symbol: 022 = Delete object
INCLUDE RDDKORRI.
No SAP DATABASE tables are accessed within this REPORT code!
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 = 'X' WI_TRKORR = KORRNR IMPORTING WE_E070 = P_E070 WE_E07T = P_E07T TABLES WT_E071 = E071_TAB WT_E071K = W_E071K EXCEPTIONS NOT_EXIST_E070 = 01.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-018 TEXTLINE2 = POPUP_TEXT TEXTLINE3 = TEXT-019 TEXT_OPTION1 = TEXT-020 TEXT_OPTION2 = TEXT-021 TITEL = TEXT-022 IMPORTING ANSWER = ANSWER.
TLOGO_OBJECT_DELETE CALL FUNCTION 'TLOGO_OBJECT_DELETE' EXPORTING KORRNR = E071_LEV1-TRKORR OBJTYPE = E071_LEV1-OBJECT OBJ_NAME = E071_LEV1-OBJ_NAME EXCEPTIONS KORRNR_ALREADY_RELEASED = 2 KORRNR_LOCKED = 3 KORRNR_NOT_EXISTS = 4 KORRNR_NOT_KORR = 5 NO_LOGICAL_OBJECT = 6 OBJ_NAME_TOO_LONG_OR_SPACE = 7 UNEXPECTED_ERROR_COMMPUT = 8 UNEXPECTED_ERROR_COMMPUT_KEYS = 9 OBJECT_LOCKED = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDKOR48 - Display Entries Broken Down with TLOGO RDDKOR48 - Display Entries Broken Down with TLOGO RDDKOR47 - Call Program for Function Modules of TLOGO Maintenance RDDKOR47 - Call Program for Function Modules of TLOGO Maintenance RDDKOR45 - Break Down Logical Transport Object RDDKOR45 - Break Down Logical Transport Object