RSTMSDIC 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 RSTMSDIC 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: TMS: Display Configuration
Text Symbol: 022 = Superuser dest ....:
Text Symbol: 021 = Admin destination .:
Text Symbol: 020 = Communications sys :
Text Symbol: 018 = Transport group ..:
Text Symbol: 017 = Backup ctl ........:
Text Symbol: 016 = Controller ........:
Text Symbol: 015 = Last changed on ...:
Text Symbol: 014 = Status ............:
Text Symbol: 013 = Superuser .........:
Text Symbol: 012 = Administration ....:
Text Symbol: 011 = System ............:
Text Symbol: 010 = Domain ............:
Text Symbol: 005 = Destinations
Text Symbol: 004 = Systems
Text Symbol: 003 = Transport Groups
Text Symbol: 002 = Transp. Domains
Text Symbol: 001 = Local TMS Configuration
Text Symbol: 000 = TMS Configuration
Text Symbol: 023 = Release ...........:
Text Symbol: 053 = TMS configuration?
Text Symbol: 052 = Delete the complete
Text Symbol: 051 = Delete TMS Configuration
Text Symbol: 045 = Table TMSCDES is empty
Text Symbol: 044 = Table TMSCSYS is empty
Text Symbol: 043 = Table TMSCNFS is empty
Text Symbol: 042 = Table TMSCDOM is empty
Text Symbol: 041 = Table TMSMCONF is empty
Text Symbol: 031 = RFC options .......:
Text Symbol: 030 = Language...........:
Text Symbol: 029 = User ..............:
Text Symbol: 028 = Client ...........:
Text Symbol: 027 = System number......:
Text Symbol: 026 = Target host ......:
Text Symbol: 025 = Destination .......:
Text Symbol: 024 = Installation no. ..:
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_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting titel = 'TMS Konfiguration löschen'(051) textline1 = 'Möchten Sie die komplette'(052) textline2 = 'TMS Konfiguration löschen ?'(053) importing answer = lv_popup_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.