EHPRCS_COD_COMPL_FIELDS SAP (Fields for compliance info) Structure details

Dictionary Type: Structure
Description: Fields for compliance info




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




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

EHPRCS_COD_COMPL_FIELDS 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 "Fields for compliance info" 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_COD_COMPL_FIELDS TYPE EHPRCS_COD_COMPL_FIELDS.

The EHPRCS_COD_COMPL_FIELDS table consists of various fields, each holding specific information or linking keys about Fields for compliance info data available in SAP. These include REQ_DESCRIPTION (Description of Check), CHK_RESULT (Check Result), CHK_RESULT_DESCRIPTION (Check Result), CHECK_ON (Compliance Data Revision Check On).. 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 (Deep)


SAP EHPRCS_COD_COMPL_FIELDS 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
REQCompliance Requirement (Check) EHFND_CHECKCHAR10Assigned to domainEHFND_CHECK
REQ_DESCRIPTIONDescription of Check EHPRC_CHECKDCHAR40TEXT40
CHK_RESULTCheck Result EHPRC_COD_CHK_RESULT_CODECHAR1EHPRC_COD_CHK_RESULT_CODE
CHK_RESULT_DESCRIPTIONCheck Result EHPRC_COD_CHK_RESULT_DESCCHAR60EHFND_DESCRIPTION_S
CHECK_ONCompliance Data Revision Check On EHPRC_COD_CHECK_ONDEC15TSTLC/BOBF/TIMESTAMP
CHECK_BYUser Name UNAMECHAR12UNAME
CMPL_STATUSCompliance Status EHPRC_COD_CMPL_STATUS_CODECHAR1EHPRC_COD_CMPL_STATUS_CODE
CMPL_STATUS_DESCRIPTIONCompliance Status EHPRC_COD_CMPL_STATUS_DESCCHAR60EHFND_DESCRIPTION_S
REGL_DESCRDescription of Regulatory or Customer-Specific List EHFND_REGLISTDCHAR40TEXT40
REVISION_DESCRRevision Description EHFND_REVISION_DESCRIPTIONCHAR80EHFND_DESCRIPTION_M
USEPROHUse of Prohibited Substances EHPRC_USEPROHIBITCHAR1EHPRC_USEPROHIBIT
USEPROH_DESCRIPTIONUse of Prohibited Substances EHPRC_USEPROHIBIT_TXTCHAR30TEXT30
DECLARABLEUse of Declarable Substances EHPRC_DECLARABLECHAR1EHPRC_DECLARE
DECLARABLE_DESCRIPTIONUse of Declarable Substances EHPRC_DECLARABLE_TXTCHAR30TEXT30
DECL_STATUSDeclarable Status EHPRC_COD_DECL_STATUS_CODECHAR1EHPRC_COD_DECL_STATUS_CODE
DECL_STATUS_DESCRIPTIONDeclarable Status EHPRC_COD_DECL_STATUS_DESCCHAR60EHFND_DESCRIPTION_S
RELEASED_DATECompliance Data Revision Released Date EHPRC_COD_REV_RELEASED_DATEDATS8DATS
RELEASED_BYCompliance Data Revision Released By EHPRC_COD_REV_RELEASED_BYCHAR12UNAME
REMARKRequirement Revision Remark EHPRC_COD_REMARKCHAR255EHFND_DESCRIPTION_XL
REV_STATUSCompliance Data Revision Status EHPRC_COD_REV_STATUS_CODECHAR2EHPRC_COD_REV_STATUS_CODE
REV_STATUS_DESCRCompliance Data revision status code EHPRC_COD_REV_STATUS_DESCCHAR60EHFND_DESCRIPTION_S
PENDING_RECALCSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
CHK_ICONCheck EHPRC_COD_CHK_ICONCHAR64WDG_UR_WEB_ICON_ALIAS
CMPL_ICONCompliance Icon EHPRC_COD_CMPL_ICONCHAR64WDG_UR_WEB_ICON_ALIAS
CMPL_ICON_SUMMARISEDCompliance Icon EHPRC_COD_CMPL_ICONCHAR64WDG_UR_WEB_ICON_ALIAS

Key field Non-key field



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

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

How to access SAP table EHPRCS_COD_COMPL_FIELDS

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