/SAPAPO/OMTSMSG SAP (DP Test Framework: Table for Status Information) Table details

Dictionary Type: Table
Description: DP Test Framework: Table for Status Information




ABAP Code to SELECT data from /SAPAPO/OMTSMSG
Related tables to /SAPAPO/OMTSMSG
Access table /SAPAPO/OMTSMSG




Table field list including key, data, relationships and ABAP select examples

/SAPAPO/OMTSMSG is a standard SAP Table which is used to store DP Test Framework: Table for Status Information data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/OMTSMSG table consists of various fields, each holding specific information or linking keys about DP Test Framework: Table for Status Information data available in SAP. These include MSG_GUID (APO GUID for liveCache COM Routines), MSG_NO (), USER_NAME (Database User), PLANVERSION (Name of Planning Version).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPAPO/OMTSMSG table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
MSG_GUIDAPO GUID for liveCache COM Routines /SAPAPO/OM_GUIDCHAR22SYSUUID_22
MSG_NO 0
USER_NAMEDatabase User DBCON_UIDCHAR30TEXT30
PLANVERSIONName of Planning Version /SAPAPO/OM_VRSIOIDCHAR22/SAPAPO/OM_VRSIOID
LC_CONNLogical name for a database connection DBCON_NAMECHAR30Assigned to domainDBCON_NAME
MSG_DATE Entry Date0
MSG_TIME Time of Entry0
MSG_KIND Category of Entry0
MSG_TEXT Info Text0

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/OMTSMSG using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPAPO/OMTSMSG to SELECT all data from the table
DATA: WA_/SAPAPO/OMTSMSG TYPE /SAPAPO/OMTSMSG.

SELECT SINGLE *
FROM /SAPAPO/OMTSMSG
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/OMTSMSG
WHERE...

How to access SAP table /SAPAPO/OMTSMSG

Within an ECC or HANA version of SAP you can also view further information about /SAPAPO/OMTSMSG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!