SAP Reports / Programs

RDDKOR60 SAP ABAP Report - Display Objects with Post-Import Methods







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


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


INCLUDES used within this REPORT RDDKOR60

INCLUDE RDDKORRI. " CONSTANTS OF CORRECTION/TRANSPORT SYSTEM
INCLUDE RDDKOR60O01.
INCLUDE RDDKOR60I01.


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_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.



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