/SAPAPO/OM_COM SAP (COM Routine Information) Table details

Dictionary Type: Table
Description: COM Routine Information




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




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

/SAPAPO/OM_COM is a standard SAP Table which is used to store COM Routine Information data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/OM_COM table consists of various fields, each holding specific information or linking keys about COM Routine Information data available in SAP. These include MODULE_NAME (Module Name), RELEASE_NO (Release), BUILD_NO (Build Number), PATCH_LEVEL (Support Package Level).. 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: Cannot Be Enhanced


SAP /SAPAPO/OM_COM 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
COM_GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
MODULE_NAMEModule Name /SAPAPO/OM_MODULE_NAMECHAR20/SAPAPO/OM_MODULE_NAME
RELEASE_NORelease /SAPAPO/OM_RELEASEINT410/SAPAPO/OM_RELEASE
BUILD_NOBuild Number /SAPAPO/OM_BUILD_NOINT410/SAPAPO/OM_BUILD_NO
PATCH_LEVELSupport Package Level /SAPAPO/OM_PATCH_LEVELINT410/SAPAPO/OM_PATCH_LEVEL
OPSYS_INFOOperating System Information /SAPAPO/OM_OPSYS_STRINGCHAR20/SAPAPO/OM_OPSYS_STRING
CHANGE_LIST_NOChange List /SAPAPO/OM_CHANGE_LISTINT410/SAPAPO/OM_CHANGE_LIST
LAST_MOD_TIMETime of creation of the DLL /SAPAPO/OM_TIME_INFO_STRINGCHAR30/SAPAPO/OM_TIME_INFO_STRING
FILE_SIZEFile Size in Bytes /SAPAPO/OM_FILE_SIZEINT410/SAPAPO/OM_FILE_SIZE
DEBUGDebug Indicator (Bit List) /SAPAPO/OM_DEBUGINT410/SAPAPO/OM_DEBUG
BRANCH_INFOBranch Information for LCA Object /SAPAPO/OM_BRANCH_INFOCHAR25/SAPAPO/OM_BRANCH_INFO
LC_MAKE_IDliveCache Make ID /SAPAPO/OM_LC_MAKE_IDCHAR10TEXT10
MAKE_IDLCA Make ID /SAPAPO/OM_MAKE_IDCHAR10TEXT10
RESERVEDText (20 Characters) TEXT20CHAR20TEXT20

Key field Non-key field



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

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

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

How to access SAP table /SAPAPO/OM_COM

Within an ECC or HANA version of SAP you can also view further information about /SAPAPO/OM_COM 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!