RDDKOR60 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program writes a list of all the objects of a request which need to be processed with post-import methods...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 RDDKOR60 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: PI_TRKOR = Request
Title: Display Objects with Post-Import Methods
Text Symbol: T21 = Contains no objects with post-import methods
Text Symbol: T13 = Key
Text Symbol: T12 = Table
Text Symbol: T11 = Table Key for Object:
Text Symbol: T06 = Import Status
Text Symbol: T05 = Function
Text Symbol: T04 = Object Name
Text Symbol: T03 = Type
Text Symbol: T02 = ID
Text Symbol: S02 = All Objects
Text Symbol: S01 = Objects in Request
INCLUDE RDDKORRI. " CONSTANTS OF CORRECTION/TRANSPORT SYSTEM
INCLUDE RDDKOR60O01.
INCLUDE RDDKOR60I01.
No SAP DATABASE tables are accessed within this REPORT code!
TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' EXPORTING iv_trkorr_pattern = pi_trkor * IV_TITLE = 'Objekte analysieren... '(TIT)
TR_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TR_AUTHORITY_CHECK_ADMIN' EXPORTING iv_adminfunction = 'TABL' EXCEPTIONS e_no_authority = 1.
TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_dialog = ' ' wi_langu = sy-langu wi_sel_e070 = gc_yes wi_sel_e071 = gc_yes wi_sel_e071k = gc_yes wi_sel_e07t = gc_yes wi_trkorr = pi_trkor wi_sel_e070c = gc_no IMPORTING we_e070 = gs_e070 we_e07t = gs_e07t TABLES wt_e071 = gt_e071 wt_e071k = gt_e071k EXCEPTIONS not_exist_e070 = 01 no_authorization = 02.
CTO_E071_GET_OBJECT CALL FUNCTION 'CTO_E071_GET_OBJECT' EXPORTING is_e071 = ls_e071 iv_sel_objh = gc_no iv_check_logo_object = gc_no IMPORTING ev_objectname = ls_list-object-objectname ev_objecttype = ls_list-object-objecttype EXCEPTIONS object_not_defined = 1 no_sobj_object = 2 OTHERS = 3.
CTO_OBJECT_GET CALL FUNCTION 'CTO_OBJECT_GET' EXPORTING iv_objectname = ls_object-objectname iv_objecttype = ls_object-objecttype iv_language = sy-langu iv_sel_objt = gc_yes IMPORTING es_objt = ls_objt EXCEPTIONS object_not_defined = 1 OTHERS = 2.
TRINT_E071_LOCKFLAG_READ CALL FUNCTION 'TRINT_E071_LOCKFLAG_READ' EXPORTING iv_lockflag = ls_list-e071-lockflag IMPORTING ev_text = lv_status.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'E071K' CHANGING ct_fieldcat = gt_key_fcat EXCEPTIONS OTHERS = 1.
TRINT_E071_LOCKFLAG_READ CALL FUNCTION 'TRINT_E071_LOCKFLAG_READ' EXPORTING iv_lockflag = ls_list-e071-lockflag IMPORTING ev_text = lv_status.
TRINT_E071_LOCKFLAG_READ CALL FUNCTION 'TRINT_E071_LOCKFLAG_READ' EXPORTING iv_lockflag = ls_list-e071-lockflag IMPORTING ev_symbolic_value = lv_symb_value.
TRINT_E071_LOCKFLAG_WRITE CALL FUNCTION 'TRINT_E071_LOCKFLAG_WRITE' EXPORTING iv_symbolic_value = trlck_ok_imported IMPORTING ev_lockflag = ls_list-e071-lockflag.
TRINT_E071_LOCKFLAG_READ CALL FUNCTION 'TRINT_E071_LOCKFLAG_READ' EXPORTING iv_lockflag = ls_list-e071-lockflag IMPORTING ev_text = lv_status.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_dyname dynumb = lv_dynumb TABLES dynpfields = lt_dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDKOR60 - Display Objects with Post-Import Methods RDDKOR60 - Display Objects with Post-Import Methods RDDKOR59 - Display Objects with Post-Import Methods RDDKOR59 - Display Objects with Post-Import Methods RDDKOR56 - Analysis of Delivery Classes of Tables RDDKOR56 - Analysis of Delivery Classes of Tables