EHPRCS_CHECK_RESULT SAP (CP: Struktur für Prüfergebnis) Structure details

Dictionary Type: Structure
Description: CP: Struktur für Prüfergebnis




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




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

EHPRCS_CHECK_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 "CP: Struktur für Prüfergebnis" 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_EHPRCS_CHECK_RESULT TYPE EHPRCS_CHECK_RESULT.

The EHPRCS_CHECK_RESULT table consists of various fields, each holding specific information or linking keys about CP: Struktur für Prüfergebnis data available in SAP. These include SUBID (Specification), MATNR (Material Number), CHECK (Compliance Requirement (Check)), REGLIST (Regulatory/Customer List).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHPRCS_CHECK_RESULT structure 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
COMPL_DATA_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHECKCompliance Requirement (Check) EHFND_CHECKCHAR10Assigned to domainEHFND_CHECK
REGLISTRegulatory/Customer List EHFND_REGLISTCHAR21EHRGLEHFND_REGLIST_CODEEHFND_ELM_REGLIST
CRITIDInternal Criteria ID EHPRC_CRITIDNUMC4Assigned to domainEHPRC_CRITID
RESULTCheck Result EHPRC_CHECKRESCHAR1EHPRC_CHECKRES
DATEDate of Check EHPRC_DATE_CHECKDATS8DATE
ORIGINInitiated By EHPRC_ORIGINCHAR10EHPRC_ORIGIN
SUPPLIERSupplier EHFND_SUPPLIER_IDCHAR10Assigned to domainALPHALIFNRKRED
MPNManufacturer/Supplier Part Number EHPRC_MPNCHAR40CHAR40
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CPNCustomer Product Number EHPRC_CPNCHAR40CHAR40
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
SEND_TO_EXTERNAL_IMMEDIATELYTruth Value ESEBOOLECHAR1ESDBOOLE
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
OBJECTObject for Bundling Messages ESEERROBJECTCHAR20CHAR20
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
IDMessage Class SYMSGIDCHAR20T100AARBGB
NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
LOG_NOApplication log: log number BALOGNRCHAR20BALHDRBALOGNR
LOG_MSG_NOApplication log: Internal message serial number BALMNRNUMC6BALMBALMNR
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
PARAMETERParameter Name BAPI_PARAMCHAR32SWC_ELEM
ROWLines in parameter BAPI_LINEINT410INT4
FIELDField in parameter BAPI_FLDCHAR30Assigned to domainFDNAME
SYSTEMLogical system from which message originates BAPILOGSYSCHAR10Assigned to domainALPHALOGSYS
CRR_ACTIONDifferent Actions for Compliance Requirement Revisions EHPRC_CRR_ACTIONCHAR1EHPRC_CRR_ACTION
CRR_STATUSCompliance Data Revision Status EHPRC_COD_REV_STATUS_CODECHAR2EHPRC_COD_REV_STATUS_CODE
DECL_TYPEType of Declaration EHPRC_COD_DECL_TYPECHAR20EHPRC_COD_DECL_TYPE
REGLIST_REV_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY

Key field Non-key field



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

As EHPRCS_CHECK_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 EHPRCS_CHECK_RESULT as there is no data to select.

How to access SAP table EHPRCS_CHECK_RESULT

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


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!