SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

SAPMSGTB SAP ABAP dialog Program - Database Utilities for DD Tables







SAPMSGTB is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for The data base utility forms the interface between the Data Dictionary and the relational data base underlying the SAP System...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMSGTB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SE14 - Utilities for Dictionary Tables


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


Text pool values


Title: Database Utilities for DD Tables
Text Symbol: A03 = Exit processing
Text Symbol: B23 = Does not exist in the database
Text Symbol: B24 = Exists in the database
Text Symbol: C01 = Revised:
Text Symbol: C02 = Active:
Text Symbol: C03 = Saved
Text Symbol: C04 = Active
Text Symbol: C05 = Revised
Text Symbol: C06 = MC view
Text Symbol: C07 = MC pooled table
Text Symbol: C08 = Partially active
Text Symbol: C09 = Inactv.
Text Symbol: C10 = New
Text Symbol: C11 = Not active
Text Symbol: C12 = Data element
Text Symbol: C13 = Table type
Text Symbol: C14 = Struct.
Text Symbol: C90 = Conversion terminated after step 3.
Text Symbol: C91 = "Unlocking" may lead to
Text Symbol: C92 = data loss !!
Text Symbol: C93 = Unlock?
Text Symbol: D04 = Steps 1 - 9
Text Symbol: D05 = ... List is empty
Text Symbol: E01 = Fct
Text Symbol: E02 = Job status
Text Symbol: E03 = Start date
Text Symbol: E04 = Start time
Text Symbol: E05 = Job name
Text Symbol: E06 = Job count
Text Symbol: E07 = Date entered
Text Symbol: E08 = Scheduled
Text Symbol: E09 = Running
Text Symbol: E10 = canceled
Text Symbol: E11 = Temporary tables from conversion without restart log
Text Symbol: E12 = Do you really want to
Text Symbol: E13 = delete the selected requests
Text Symbol: E14 = Delete requests





Text Symbol: E15 = delete the selected tables
Text Symbol: E16 = Delete Tables
Text Symbol: E17 = @1A@Not defined as DB index in the ABAP Dictionary
Text Symbol: E18 = @1A@Must not be created in the database
Text Symbol: 003 = Table
Text Symbol: 004 = View names
Text Symbol: 006 = View
Text Symbol: 007 = Index
Text Symbol: 023 = MC object
Text Symbol: 061 = Exists in the database
Text Symbol: 062 = Does not exist in the database
Text Symbol: 068 = Basis: Administration
Text Symbol: 073 = Object
Text Symbol: 074 = Object name
Text Symbol: 075 = Function
Text Symbol: 076 = Error
Text Symbol: 077 = User
Text Symbol: 078 = Date
Text Symbol: 079 = Function
Text Symbol: 080 = User
Text Symbol: 081 = Date
Text Symbol: 082 = Time
Text Symbol: 083 = Steps 1 - 6
Text Symbol: 090 = Conversion terminated after step 4.
Text Symbol: 091 = Restarting is the only
Text Symbol: 092 = way to avoid data loss.
Text Symbol: 093 = Unlock?
Text Symbol: 094 = Delete lock entry
Text Symbol: 095 = Important information about
Text Symbol: 096 = the flow of the database operation
Text Symbol: 097 = lost during unlocking!
Text Symbol: 101 = Primary index
Text Symbol: 102 = Mass processing requests
Text Symbol: 103 = Restart logs: Terminated table conversions
Text Symbol: 104 = Step - log (old): Terminated table conversions
Text Symbol: 106 = Nametab reconstruction
Text Symbol: 107 = Perform reconstruction
Text Symbol: 108 = May only be used for emergency repairs!
Text Symbol: 109 = User's mass processing requests





Text Symbol: 110 = List of DB requests created during import
Text Symbol: 112 = ID
Text Symbol: 113 = Order
Text Symbol: 114 = XID
Text Symbol: 600 = Table only exists in the database
Text Symbol: A01 = Data was not saved!
Text Symbol: A02 = Exit processing?


INCLUDES used within this REPORT SAPMSGTB

INCLUDE MSGTBO01.
INCLUDE MSGTBI01 .
INCLUDE MSGTBF01.
INCLUDE MSGTBF02.
INCLUDE MSGTBF03.
INCLUDE MSGTBF04.


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:

No SAP FUNCTION MODULES are executed within this report code!



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