ESH_OM_PC_EXEMPT SAP (Plausibility Check: Exemptions) Table details

Dictionary Type: Table
Description: Plausibility Check: Exemptions




ABAP Code to SELECT data from ESH_OM_PC_EXEMPT
Related tables to ESH_OM_PC_EXEMPT
Access table ESH_OM_PC_EXEMPT




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

ESH_OM_PC_EXEMPT is a standard SAP Table which is used to store Plausibility Check: Exemptions data and is available within R/3 SAP systems depending on the version and release level.

The ESH_OM_PC_EXEMPT table consists of various fields, each holding specific information or linking keys about Plausibility Check: Exemptions data available in SAP. These include CHECK_ID (Name of ABAP Dictionary Object), MESSAGE_CLASS (Message Class), MESSAGE_NUMBER (Message Number), SWC_ID (Software Component).. 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 ESH_OM_PC_EXEMPT 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
EXEMPT_GUIDPlausibility Check: Exemption GUID ESH_E_OM_PC_EXEMPT_GUIDCHAR32SYSUUID_C
CHECK_IDName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
MESSAGE_CLASSMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
SWC_IDSoftware Component ESH_E_OM_SYSRELCHAR32
MODEL_IDObject Type ESH_E_OM_OBJECT_TYPECHAR20ESH_D_OM_OBJECT_TYPE
ELEMENT_TYPE 0
ELEMENT_ID 0
REQUESTED_BYUser Name SYUNAMECHAR12SYCHAR12
REQUEST_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
EXEMPT_COMMENTPlausibility Check: Comment for Exemption ESH_E_OM_PC_EXEMPT_COMMENTSTRG0ESH_D_OM_PC_EXEMPT_COMMENT

Key field Non-key field



How do I retrieve data from SAP table ESH_OM_PC_EXEMPT using ABAP code

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

SELECT SINGLE *
FROM ESH_OM_PC_EXEMPT
INTO CORRESPONDING FIELDS OF WA_ESH_OM_PC_EXEMPT
WHERE...

How to access SAP table ESH_OM_PC_EXEMPT

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