RDDKOR47 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to call the function modules for maintaining a correction with reference to TLOGO objects...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 RDDKOR47 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: P_OBJ_NA = Object Name
Selection Text: P_OBJTYP = Object Type
Selection Text: P_KORRNR = Correction Number
Selection Text: FUNCTION = Append Delete Show (A/D/S)
Title: Call Program for Function Modules of TLOGO Maintenance
Text Symbol: 106 = No active object in the TLOGO
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: 101 = The transport request has already been released.
Text Symbol: 100 = Processing successful
Text Symbol: 020 = After call SY-SUBRC:
Text Symbol: 015 = OBJ NAME :
Text Symbol: 014 = Obj. type :
Text Symbol: 013 = Corr. no. :
Text Symbol: 012 = Call TLOGO_OBJECT_SHOW.
Text Symbol: 011 = Call TLOGO_OBJECT_DELETE.
Text Symbol: 010 = Call TLOGO:OBJECT_APPEND.
Text Symbol: 005 = PgID LObj Cust Clt. Lock TAdr Len. Exit Chck Elem Proc comp Low Phas T
Text Symbol: 107 = Object name is too long or blank
Text Symbol: 108 = Error when adding to the request/task
Text Symbol: 110 = No TADIR entry for object
Text Symbol: 111 = Object locked
Text Symbol: 118 = Object type has not been entered
Text Symbol: 116 = Error deleting an entry from a request
Text Symbol: 115 = UNEXPECTED_ERROR_COMMPUT-KEYS
Text Symbol: 114 = UNEXPECTED_ERROR_FCOMMPUT
Text Symbol: 113 = Correction belongs to another user
Text Symbol: 112 = Object locked by another correction
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TLOGO_OBJECT_APPEND CALL FUNCTION 'TLOGO_OBJECT_APPEND' EXPORTING KORRNR = P_KORRNR OBJTYPE = P_OBJTYP OBJ_NAME = P_OBJ_NA 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 ERROR_APPEND_TO_COMM = 8 OBJECT_HAS_NO_TADIR = 10 OBJECT_LOCKED_IN_OTHER_KORR = 12 KORR_OTHER_USER = 13.
TLOGO_OBJECT_DELETE CALL FUNCTION 'TLOGO_OBJECT_DELETE' EXPORTING KORRNR = P_KORRNR OBJTYPE = P_OBJTYP OBJ_NAME = P_OBJ_NA 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 = 11 UNEXPECTED_ERROR_COMMPUT_KEYS = 9 OBJECT_LOCKED = 10.
TLOGO_OBJECT_SHOW CALL FUNCTION 'TLOGO_OBJECT_SHOW' EXPORTING KORRNR = P_KORRNR OBJTYPE = P_OBJTYP OBJ_NAME = P_OBJ_NA EXCEPTIONS KORRNR_NOT_EXISTS = 1 KORRNR_NOT_KORR = 2 OBJTYPE_NOT_FILLED = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RDDKOR43 - Outer Data Interface Corr.Sys.: FORM INCLUDES for E071K RDDKOFRK - Delete the S Versions of Foreign Keys for a Table