SAP ESH_S_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check Table data and field list

ESH_S_OM_PC_UI_RESULT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Plausiblity Check: UI structure for result by check" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ESH_S_OM_PC_UI_RESULT TYPE ESH_S_OM_PC_UI_RESULT.

The ESH_S_OM_PC_UI_RESULT table consists of various fields, each holding specific information or linking keys about Plausiblity Check: UI structure for result by check data available in SAP. These include PARENT_ROW_ID (), CHECK_ERROR_LEVEL (Message Type), CHECK_MESSAGE_CLASS (Message Class), CHECK_MESSAGE_NUMBER (Message Number)... 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. .

ESH_S_OM_PC_UI_RESULT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ESH_S_OM_PC_UI_RESULT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ESH_S_OM_PC_UI_RESULT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ROW_ID 0
PARENT_ROW_ID 0
CHECK_ERROR_LEVELMessage Type SYMSGTYCHAR1SYCHAR01
CHECK_MESSAGE_CLASSMessage Class SYMSGIDCHAR20Assigned to domainARBGB
CHECK_MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
CHECK_PRIORITYPriority ESH_E_OM_PC_PRIORITYCHAR1ESH_D_OM_PC_PRIORITY
CHECK_STRING 0
SWCName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
MODEL 0
NODEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
REQUESTName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
ODPName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CHECK_IDName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
ERROR_LEVELMessage Type SYMSGTYCHAR1SYCHAR01
MESSAGE_CLASSMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
PRIORITYPriority ESH_E_OM_PC_PRIORITYCHAR1ESH_D_OM_PC_PRIORITY
STRING 0
ERROR_TYPE_MSG_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
EXEMPTMarker for Check Field ESH_E_MU_CHECKEDCHAR1SAP_BOOL
EXEMPT_BYUser Name SYUNAMECHAR12SYCHAR12
EXEMPT_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
EXEMPT_COMMENTPlausibility Check: Comment for Exemption ESH_E_OM_PC_EXEMPT_COMMENTSTRG0ESH_D_OM_PC_EXEMPT_COMMENT
SWC_IDObject Type ESH_E_OM_OBJECT_TYPECHAR20ESH_D_OM_OBJECT_TYPE
MODEL_IDSoftware Component ESH_E_OM_SYSRELCHAR32
USER_IDUser Name SYUNAMECHAR12SYCHAR12
STRING_OBJECT 0
STRING_CRITERIA 0
IS_EXPANDEDGeneral Flag ESH_E_OM_FLAGCHAR1
HAS_CHILD_LOADEDGeneral Flag ESH_E_OM_FLAGCHAR1
IS_LEAFGeneral Flag ESH_E_OM_FLAGCHAR1
UI_STRING Criteria, check or object0
ERROR_LEVEL_DESCRText, Length 80 ESH_E_MU_TEXT80CHAR80ESH_D_MU_TEXT80
PRIORITY_DESCRText, Length 80 ESH_E_MU_TEXT80CHAR80ESH_D_MU_TEXT80
LONGTEXT_CAUSE 0
LONGTEXT_TODO 0

Key field Non-key field



How do I retrieve data from SAP structure ESH_S_OM_PC_UI_RESULT using ABAP code?

As ESH_S_OM_PC_UI_RESULT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ESH_S_OM_PC_UI_RESULT as there is no data to select.

How to access SAP table ESH_S_OM_PC_UI_RESULT

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

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