RSTMS_UNICODE_FIX 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 RSTMS_UNICODE_FIX 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.
Title: Program RSTMS_UNICODE_FIX
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TMS_UNI_EXAMPLE_MANAG_GET_INFO CALL FUNCTION 'TMS_UNI_EXAMPLE_MANAG_GET_INFO' EXPORTING iv_sysname = lv_sysnam iv_domname = lv_domnam IMPORTING ev_charsize = wa_lt_tmscdes-rfcunicode.
TMS_CFG_ENQUEUE_CONFIG CALL FUNCTION 'TMS_CFG_ENQUEUE_CONFIG' EXCEPTIONS OTHERS = 2.
TMS_CFG_DEQUEUE_CONFIG CALL FUNCTION 'TMS_CFG_DEQUEUE_CONFIG'.
TMS_CI_SET_DOMAIN_MODIFIED CALL FUNCTION 'TMS_CI_SET_DOMAIN_MODIFIED' EXPORTING iv_omit_locked = 'X' EXCEPTIONS OTHERS = 99.
TMS_CI_UPDATE_DESTINATIONS CALL FUNCTION 'TMS_CI_UPDATE_DESTINATIONS' EXPORTING iv_force_recreate = 'X' EXCEPTIONS alert = 1 OTHERS = 2.
TMS_MGR_DIST_TMS_CONFIG CALL FUNCTION 'TMS_MGR_DIST_TMS_CONFIG' EXPORTING iv_all_systems = 'X' iv_ci_conf = 'X' iv_tp_conf = ' ' iv_ce_conf = ' ' iv_ci_force = 'X' IMPORTING es_exception = ls_exception EXCEPTIONS alert = 1 OTHERS = 7.
TMS_ALT_ANALYSE_ALERT CALL FUNCTION 'TMS_ALT_ANALYSE_ALERT' " Standard error popup EXPORTING iv_alert_id = ls_exception-id EXCEPTIONS alert = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTMS_UNICODE_FIX - Program RSTMS_UNICODE_FIX RSTMS_UNICODE_FIX - Program RSTMS_UNICODE_FIX RSTMS_TRANSPORT_PATH - TMS: Display Import Overview RSTMS_TRANSPORT_PATH - TMS: Display Import Overview RSTMS_SYSTEM_OVERVIEW - TMS: Display System Overview RSTMS_SYSTEM_OVERVIEW - TMS: Display System Overview