SAP Reports / Programs

MULTICLIENT_TRTABL SAP ABAP Report - Multiple Client: Transport of TABL entries from MCSTATLIST







MULTICLIENT_TRTABL 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 MULTICLIENT_TRTABL 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 MULTICLIENT_TRTABL. "Basic submit
SUBMIT MULTICLIENT_TRTABL AND RETURN. "Return to original report after report execution complete
SUBMIT MULTICLIENT_TRTABL 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_OBJNAM = Name of TABL object
Selection Text: P_TORDER = Create Transport Order
Title: Multiple Client: Transport of TABL entries from MCSTATLIST
Text Symbol: 001 = no entry found in MCliMan List for given objectname(s)
Text Symbol: 002 = entries selected from MCliMan List
Text Symbol: 003 = error during creating the transport orderRC=
Text Symbol: 004 = Error: transport order could not be closed.
Text Symbol: 005 = transport order successfully generated.
Text Symbol: 006 = order-id:
Text Symbol: 009 = MCliMan Transport for TABLs


INCLUDES used within this REPORT MULTICLIENT_TRTABL

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_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = tracol_text wi_trfunction = 'T' wi_strkorr = ' ' wi_category = ' ' wi_client = sy-mandt * WI_TARGET_CLIENT = ' ' IMPORTING we_trkorr = trkorr we_e070 = t_e070 we_e07t = t_e07t we_e070c = t_e070c EXCEPTIONS client_range_full = 01 e070l_insert_error = 02 e070l_update_error = 03 e070_insert_error = 04 e07t_insert_error = 05 no_systemname = 06 no_systemtype = 07 sap_range_full = 08 unallowed_trfunction = 09 unallowed_user = 10 order_not_found = 11 invalid_status = 12 not_an_order = 13 order_lock_failed = 14 no_authorization = 15 e070c_insert_error = 16 wrong_client = 17 file_access_error = 18 wrong_category = 19.

TR_SORT_OBJECT_AND_KEY_LIST CALL FUNCTION 'TR_SORT_OBJECT_AND_KEY_LIST' CHANGING ct_objects = t_e071[] ct_keys = t_e071k[].

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = t_e070 wi_e07t = t_e07t wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_sel_e07t = ' ' wi_sel_e070c = ' ' wi_e070c = t_e070c TABLES wt_e071 = t_e071 wt_e071k = t_e071k EXCEPTIONS chosen_project_closed = 01 locked_entries = 10 locked_object_not_deleted = 11 ordername_forbidden = 12 ordernumber_empty = 13 order_change_but_locked_object = 14 order_released = 15 order_user_locked = 16 tr_check_keysyntax_error = 17 tr_enqueue_failed = 18 no_authorization = 19 wrong_client = 22 unallowed_source_client = 23.



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