TMS_UPDATE_PWD_OF_TMSADM 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 TMS_UPDATE_PWD_OF_TMSADM 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: Report TMS_UPDATE_PWD_OF_TMSADM
Text Symbol: DSP = Destination Pattern
Text Symbol: 134 = ) must be displayed in client 000
Text Symbol: 133 = Destination (
Text Symbol: 132 = Destinations in client 000 of each system
Text Symbol: 131 = Popup after the change simulation
Text Symbol: 129 = ) does not exist
Text Symbol: 128 = Destination (
Text Symbol: 127 =
Text Symbol: 126 = Destination pattern must contain:
Text Symbol: 125 = Change TMSADM password of local domain over a network
Text Symbol: 124 = Do you want to transfer the TMSADM password over a network?
Text Symbol: 122 = Distribute TMSADM Password
Text Symbol: 121 = Log of Changes to TMSADM Password
Text Symbol: 120 = Unknown error, refer to change log
Text Symbol: 119 = Passwords are not the same
Text Symbol: 118 = Display All Logs
Text Symbol: 117 = Connection Test
Text Symbol: 116 = Old Standard Password
Text Symbol: 115 = New Standard Password (see Note 761637)
Text Symbol: 114 = Password Confirmation
Text Symbol: 113 = Password
Text Symbol: 112 = User's Own Password Appropriate to System Setting
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_AUTHORITY_CHECK_ADMIN call function 'TR_AUTHORITY_CHECK_ADMIN' EXPORTING iv_adminfunction = 'TABL' EXCEPTIONS e_no_authority = 1.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Execute distributing of TMSADM Password'(122) "#EC TEXT_DIFF text_question = text default_button = '2' importing answer = answer.
TMS_CFG_ENQUEUE_CONFIG call function 'TMS_CFG_ENQUEUE_CONFIG' EXCEPTIONS others = 1.
TMS_SEC_SET_PWD_IN_DOMAIN call function 'TMS_SEC_SET_PWD_IN_DOMAIN' EXPORTING local_domain = space password = tms_pwd resetpwd = oldstrd dest_pattern = destpatt confirmation = usepopup unsecure = unsecure CHANGING log = log EXCEPTIONS others = 1.
TMS_CFG_DEQUEUE_CONFIG call function 'TMS_CFG_DEQUEUE_CONFIG'.
TRINT_CONVERT_LOG call function 'TRINT_CONVERT_LOG' TABLES it_msgs = log et_lines = trlog.
TRINT_DISPLAY_LOG call function 'TRINT_DISPLAY_LOG' EXPORTING iv_display_level = '1' iv_titlebar = 'Changelog of TMSADM''s password'(121) "#EC TEXT_DIFF TABLES ct_lines = trlog.
TMS_CFG_READ_CONFIGURATION call function 'TMS_CFG_READ_CONFIGURATION' exporting iv_plus_server = space iv_plus_foreign = 'X' iv_text_required = space importing es_conf = tmsconf tables tt_sys = syss exceptions others = 0.
RFC_READ_R3_DESTINATION call function 'RFC_READ_R3_DESTINATION' exporting destination = rfcdes-rfcdest importing rfcsnc = snc trusted_system = rfcdes-rfcslogin password = rfcdes-rfcauth client = rfcdes-rfcclient exceptions authority_not_available = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TMS_UPDATE_PWD_OF_TMSADM - Report TMS_UPDATE_PWD_OF_TMSADM TMS_UPDATE_PWD_OF_TMSADM - Report TMS_UPDATE_PWD_OF_TMSADM TMS_MGR_LOADBALANCING - Load Balancing Manager TMS_MGR_LOADBALANCING - Load Balancing Manager TMS_CI_CHECK_ACCESSTOKEN======FT - TMSCICHECKACCESSTOKEN======FT TMS_CFG_READ_CONFIGURATION====FT - TMSCFGREADCONFIGURATION====FT