SAP Reports / Programs

RSTMSDIC SAP ABAP Report - TMS: Display Configuration







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


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 RSTMSDIC. "Basic submit
SUBMIT RSTMSDIC AND RETURN. "Return to original report after report execution complete
SUBMIT RSTMSDIC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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. ..:


INCLUDES used within this REPORT RSTMSDIC

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:

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.



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