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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MULTICLIENT_TRTABL - Multiple Client: Transport of TABL entries from MCSTATLIST MULTICLIENT_TRTABL - Multiple Client: Transport of TABL entries from MCSTATLIST MULTICLIENT_MANAGER - MultiClient Manager: Maintain Multiclient Status and Documentation MULTICLIENT_MANAGER - MultiClient Manager: Maintain Multiclient Status and Documentation MULTICLIENT_CHECKVAL - Multiclient Validation of CheckMan Checks MULTICLIENT_CHECKVAL - Multiclient Validation of CheckMan Checks