SAP Reports / Programs

RDDKOR48 SAP ABAP Report - Display Entries Broken Down with TLOGO







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


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 RDDKOR48. "Basic submit
SUBMIT RDDKOR48 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDKOR48 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: 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


INCLUDES used within this REPORT RDDKOR48

INCLUDE RDDKORRI.


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:

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.



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