/SAPAPO/OMLOGHDR SAP (Log for Function Modules of OM Layer - Header) Table details

Dictionary Type: Table
Description: Log for Function Modules of OM Layer - Header




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




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

/SAPAPO/OMLOGHDR is a standard SAP Table which is used to store Log for Function Modules of OM Layer - Header data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/OMLOGHDR table consists of various fields, each holding specific information or linking keys about Log for Function Modules of OM Layer - Header data available in SAP. These include STARTTIME (Start time), STARTTIMEFRAC (Start Time (1000th of Second)), FUNCNAME (Name of Function Module), GUID (APO GUID for liveCache COM Routines).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPAPO/OMLOGHDR 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
STARTDATEStart date /SAPAPO/OM_STARTDATEDATS8SYDATS
STARTTIMEStart time /SAPAPO/OM_STARTTIMETIMS6SYTIME
STARTTIMEFRACStart Time (1000th of Second) /SAPAPO/OM_STARTTIME_FRACNUMC3NUM3
FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
GUIDAPO GUID for liveCache COM Routines /SAPAPO/OM_GUIDCHAR22SYSUUID_22
UNAMEUser Name SYUNAMECHAR12SYCHAR12
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
DURATIONDuration of the Call in Seconds (in Test Table Examples) /SAPAPO/OM_TB_DURATIONDEC14(4) DEC14_4
MAIN_TABLE_NONumber of Table Entries in Main Table /SAPAPO/OM_MAIN_TABLE_NUMBERINT410INT4
ALL_TABLES_NONumber of Table Entries in All Tables /SAPAPO/OM_ALL_TABLES_NUMBERINT410INT4
SUBRCReturn Code SYSUBRCINT410SYST_SHORT
MANDTClient MANDTCLNT3Assigned to domainMANDT
NEW_NUMBERNumber New /SAPAPO/OM_GC_NEW_NUMBERINT410INT4
DELETE_NUMBERNumber Deleted /SAPAPO/OM_GC_DELETE_NUMBERINT410INT4
OTHER_NUMBERNumber of Others /SAPAPO/OM_GC_OTHER_NUMBERINT410INT4

Key field Non-key field



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

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

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

How to access SAP table /SAPAPO/OMLOGHDR

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