SAP Reports / Programs | Basis Components | Installation Tools | Content for ABAP based automated TC(BC-INS-TC-CNT) SAP BC

STC_SC_UI_TMS_PREPARE SAP ABAP Report - System Copy: Settings for Transport Management System (TMS)







STC_SC_UI_TMS_PREPARE 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 STC_SC_UI_TMS_PREPARE 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 STC_SC_UI_TMS_PREPARE. "Basic submit
SUBMIT STC_SC_UI_TMS_PREPARE AND RETURN. "Return to original report after report execution complete
SUBMIT STC_SC_UI_TMS_PREPARE 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: TMSCON = Concatenate Import Queues
Selection Text: TMSDOMAN = TMS Domain Name
Selection Text: TMSLOCK = Lock TMS Queues
Selection Text: TMSSRC = TMS Source System
Selection Text: TMSTAR = TMS Target System
Selection Text: TMSULOC = Unlock TMS Queues
Title: System Copy: Settings for Transport Management System (TMS)
Text Symbol: 001 = Concatenate relevant Import Queues
Text Symbol: 002 = Lock relevant Queues
Text Symbol: 003 = Transport Management System
Text Symbol: 004 = Domain Name
Text Symbol: 005 = Source System ID
Text Symbol: 006 = Target System ID
Text Symbol: 007 = Unlock relevant Queues
Text Symbol: 008 = Maintain ALOG
Text Symbol: 009 = Move
Text Symbol: 010 = Delete
Text Symbol: TM1 = NOTE: Execution is done with Task Manager (transaction STC01)


INCLUDES used within this REPORT STC_SC_UI_TMS_PREPARE

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_CFG_READ_LOCAL_CONFIG CALL FUNCTION 'TMS_CFG_READ_LOCAL_CONFIG' IMPORTING es_conf = wa_tmsmconf EXCEPTIONS OTHERS = 99.

TMS_CFG_READ_CONFIGURATION CALL FUNCTION 'TMS_CFG_READ_CONFIGURATION' EXPORTING iv_all_plus_limbo = 'X' iv_all_systems = 'X' iv_force = 'X' IMPORTING es_conf = wa_tmsmconf TABLES tt_dom = lt_dom tt_sys = lt_sys EXCEPTIONS OTHERS = 0.

TMS_UI_F4_SYSTEMS CALL FUNCTION 'TMS_UI_F4_SYSTEMS' EXPORTING iv_display = gv_expert_mode CHANGING cv_system = tmssrc cv_system_text = lv_systxt EXCEPTIONS OTHERS = 0.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = gv_dyn_name dynumb = gv_dyn_numb TABLES dynpfields = gt_dyn_fields EXCEPTIONS OTHERS = 0.



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