SAP Reports / Programs | Basis Components | Change & Transport System | Transport Management System(BC-CTS-TMS) SAP BC

RSTMSTOC SAP ABAP Report - TMS: Check Transport Object Lists







RSTMSTOC 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 RSTMSTOC 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 RSTMSTOC. "Basic submit
SUBMIT RSTMSTOC AND RETURN. "Return to original report after report execution complete
SUBMIT RSTMSTOC 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: VERBOSE = Verbose Mode
Selection Text: SYSTEM = System
Title: TMS: Check Transport Object Lists
Text Symbol: U03 = Obj. Name
Text Symbol: U02 = Object
Text Symbol: U01 = PgmID
Text Symbol: U00 = System:
Text Symbol: I05 = objects.
Text Symbol: I04 = The requests can contain other - uncritical -
Text Symbol: I03 = Only the critical objects are shown in the displayed requests.
Text Symbol: I02 = - with Critical Objects
Text Symbol: I01 = - Checked
Text Symbol: I00 = Requests - in Queue
Text Symbol: 001 = Critical Objects in Requests
Text Symbol: 000 = Maintain Critical Objects


INCLUDES used within this REPORT RSTMSTOC

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:

TMS_QAI_DISPLAY_CRIOBJ_TREE CALL FUNCTION 'TMS_QAI_DISPLAY_CRIOBJ_TREE' EXPORTING IV_SYSTEM = system IV_MONITOR = 'X' IV_VERBOSE = verbose.

TMS_MGR_GET_TR_OBJECT_LIST * call function 'TMS_MGR_GET_TR_OBJECT_LIST' * exporting * iv_system = system * iv_use_list = space * iv_refresh_queue = gc_x * iv_full_queue = gc_x * iv_monitor = gc_x * iv_verbose = verbose * importing * es_tp_objlst = gs_tp_objlst ** TABLES ** TT_BUFFER = * exceptions * others = 99.

TMS_MGR_READ_TP_CRIOBJ_TABLE * call function 'TMS_MGR_READ_TP_CRIOBJ_TABLE' * exporting * iv_system = system * iv_monitor = 'X' ** IV_VERBOSE = * importing * es_tp_critabs = gt_criobjlst * exceptions * read_config_failed = 1 * others = 2.

RS_TREE_GET_CURRENT_LAYOUT * call function 'RS_TREE_GET_CURRENT_LAYOUT' * tables * layout = gt_tree_layout * exceptions * others = 1.

TR_OBJECT_TABLE * call function 'TR_OBJECT_TABLE' * tables * wt_object_text = lt_object_texts.

RS_TREE_CONSTRUCT * call function 'RS_TREE_CONSTRUCT' * tables * nodetab = lt_tree * exceptions * tree_failure = 01 * id_not_found = 02 * wrong_relationship = 03.

RS_TREE_SET_CURRENT_LAYOUT * call function 'RS_TREE_SET_CURRENT_LAYOUT' * tables * layout = gt_tree_layout * exceptions * others = 1.

RS_TREE_LIST_DISPLAY * call function 'RS_TREE_LIST_DISPLAY' * exporting * callback_program = 'RSTMSTOC' * callback_user_command = 'USER_COMMAND' * callback_top_of_page = 'WRITE_INFOS' * node_length = 72 * text_length = 72 * text_length1 = 72 * text_length2 = 10 * importing * f15 = sy-ucomm.

RS_TREE_COMPRESS * call function 'RS_TREE_COMPRESS' * exporting * node_id = lt_tree-id * exceptions * not_found = 1 * others = 2.

RS_TREE_EXPAND * call function 'RS_TREE_EXPAND' * exporting * node_id = gv_node_id * all = ' ' ** LIST_SCROLL = ** DEPTH = 1 * exceptions * not_found = 1 * others = 2.

RS_TREE_EXPAND * call function 'RS_TREE_EXPAND' * exporting * node_id = gv_node_id * all = ' ' ** LIST_SCROLL = ** DEPTH = 1 * exceptions * not_found = 1 * others = 2.

RS_TREE_EXPAND * call function 'RS_TREE_EXPAND' * exporting * node_id = gv_node_id * all = ' ' ** LIST_SCROLL = ** DEPTH = 1 * exceptions * not_found = 1 * others = 2.

DSYS_SHOW * call function 'DSYS_SHOW' * exporting * dokclass = 'TX' * doklangu = sy-langu * dokname = lv_dokname * doktitle = text-000 * exceptions * class_unknown = 1 * object_not_found = 2 * others = 3.

TMS_UI_DOCU_INTERFACE * call function 'TMS_UI_DOCU_INTERFACE' * exporting * iv_object = gc_tms_docu_rstmstoc.

TMS_UI_SHOW_TRANSPORT_REQUEST * call function 'TMS_UI_SHOW_TRANSPORT_REQUEST' * exporting * iv_request = ls_request * iv_target_system = ls_target_system * iv_docu_only = gc_x * iv_verbose = space * it_requests = lt_marked * exceptions * show_transport_request_failed = 1 * others = 2.



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