SAP Reports / Programs

TRANSPORT_TABKEY_ANALYSIS SAP ABAP Report - Multiple Client: Analysis of Table Keys in Transport Requests







TRANSPORT_TABKEY_ANALYSIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter TRANSPORT_TABKEY_ANALYSIS 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 TRANSPORT_TABKEY_ANALYSIS. "Basic submit
SUBMIT TRANSPORT_TABKEY_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT TRANSPORT_TABKEY_ANALYSIS 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: P_IMODE = List Mode: H(itlist), F(ull)
Selection Text: P_TITLE = Title
Selection Text: P_TRKORR = Transort Requests
Title: Multiple Client: Analysis of Table Keys in Transport Requests
Text Symbol: 115 = Total Number of Tables
Text Symbol: 114 = No. of Keys in Transport
Text Symbol: 113 = No. of Objects in Transport
Text Symbol: 112 = No. of Transport Requests Analyzed
Text Symbol: 111 = Analysis Of
Text Symbol: 110 = Statistics Overview
Text Symbol: 104 = ( No. of Keys ) :
Text Symbol: 103 = Selected Transport Requests
Text Symbol: 102 = User :
Text Symbol: 101 = System :
Text Symbol: 100 = Program :
Text Symbol: 002 = Job Ended
Text Symbol: 001 = No transport satisfies the selection conditions
Text Symbol: 116 = Client-Specific Total
Text Symbol: 125 = Maximum no. of entries reached. End of list
Text Symbol: 124 = - System Tab. (Del. Class S, W)
Text Symbol: 123 = - Customizing (Del. Class E, G)
Text Symbol: 122 = - Customizing (Del. Class C)
Text Symbol: 121 = - Application
Text Symbol: 120 = Cross-Client Total
Text Symbol: 119 = - Cust. Not Cascading
Text Symbol: 118 = - Cust. Cascading
Text Symbol: 117 = - Application


INCLUDES used within this REPORT TRANSPORT_TABKEY_ANALYSIS

No INCLUDES are used within this REPORT code!


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_trkorr = gs_e070-trkorr wi_dialog = ' ' wi_langu = sy-langu wi_sel_e071 = 'X' wi_sel_e071k = 'X' TABLES wt_e071 = gt_e071 wt_e071k = gt_e071k EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 others = 3.

CTO_E071_GET_OBJECT call function 'CTO_E071_GET_OBJECT' EXPORTING is_e071 = gs_e071 iv_sel_objh = 'X' iv_check_logo_object = 'X' iv_allow_undef_tabu = 'X' IMPORTING ev_objectname = gv_objectname ev_objecttype = gv_objecttype es_objh = gs_objh EXCEPTIONS object_not_defined = 1 no_sobj_object = 2 others = 3.

DB_COMMIT call function 'DB_COMMIT'.

DB_COMMIT call function 'DB_COMMIT'.

TR_READ_DEVCLASSES * call function 'TR_READ_DEVCLASSES' * EXPORTING * it_devclass = lt_devclass_imp[] * IMPORTING * et_devclass = lt_devclass_exp[].

BM_COMPONENTS_GET call function 'BM_COMPONENTS_GET' exporting language = sy-langu * WITH_ATTRIBUTES = 'X' * WITH_APPL_DATA = ' ' * WITH_TADIR = 'X' tables i_component_ids = lt_component_ids e_components = lt_components.



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