EHPRCS_COD_ROOT_DT SAP (Compliance Data: Root (Transient)) Structure details

Dictionary Type: Structure
Description: Compliance Data: Root (Transient)




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




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

EHPRCS_COD_ROOT_DT 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 "Compliance Data: Root (Transient)" 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_ROOT_DT TYPE EHPRCS_COD_ROOT_DT.

The EHPRCS_COD_ROOT_DT table consists of various fields, each holding specific information or linking keys about Compliance Data: Root (Transient) data available in SAP. These include REACH_AREA_IND (Reach Area Flag), SUPPLIER_NAME (Supplier Name), MAT_ID (Material), IMDS_MODULE_ID (IMDS Module ID).. 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_ROOT_DT 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
CATEGORY_DESCCompliance Object Category Description EHPRC_COD_CATEGORY_CODE_DESCCHAR60EHFND_DESCRIPTION_S
REACH_AREA_INDReach Area Flag EHPRC_REACH_AREACHAR1EHFND_INDICATOR
SUPPLIER_NAMESupplier Name EHPRC_SUPPLNAMECHAR132TEXT132
MAT_IDMaterial EHFND_MAT_IDCHAR18Assigned to domainMATN1MATNREHFND_CMP_MAT_ID
IMDS_MODULE_IDIMDS Module ID EHPRC_IMDSIDCHAR18
IMDS_MODULE_VERSIONModule Version EHPRC_MODULE_VERSDEC6(3) DEC
DESC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DESC_TEXTCompliance Data Description EHPRC_COD_DESCSTRG0EHFND_STRING
NAMECompliance Data Name EHPRC_COD_NAMECHAR132EHFND_DESCRIPTION_L
NAME_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
RELEASE_RELEVANT_INDSelect Checkbox EHFND_INDICATORCHAR1EHFND_INDICATOR
OBJIDENTIDObject Id EHPRC_COD_OBJIDCHAR40TEXT40
OBJIDENTTYPECompliance Object Identifier Type EHPRC_COD_OBJTYPE_CODECHAR2EHPRC_COD_OBJTYPE_CODE
OBJIDENTTYPEDESCCompliance Object Identifier Type Description EHPRC_COD_OBJTYPE_DESCSTRG0EHFND_STRING
OBJIDENTDESCObject Descriptor EHPRC_COD_OBJDESCSTRG0EHFND_STRING
OBJIDENTIDEXTObject ID Ext EHPRC_COD_OBJIDEXTSTRG0EHFND_STRING
MASS_DEVIATIONMass Deviation (calculated from measured) EHPRC_COD_DEVIATIONDEC15(2) EHFND_QUANTITY_M
MASS_DEVIATION_UOMUnit of Proportion EHPRC_PROP_UNITUNIT3Assigned to domainCUNITMEINS
CREATED_DESCCompliance Data Created from EHPRC_COD_CREATED_DESCCHAR60EHFND_DESCRIPTION_S
DMS_LINKText (length 132) TEXT132CHAR132TEXT132
MAT_NUMIdentifier ESEIDENTCHAR132TEXT132ES5
USE_RELEASECharacteristic Value ATWRTCHAR30ATWRT
EXTERNAL_IND_DESCDescription field for the indicators EHPRC_COD_INDICATOR_DESCSTRG0EHFND_STRING
PURCHASED_IND_DESCDescription field for the indicators EHPRC_COD_INDICATOR_DESCSTRG0EHFND_STRING
DESIGNED_IND_DESCDescription field for the indicators EHPRC_COD_INDICATOR_DESCSTRG0EHFND_STRING
SUPP_PART_IND_DESCDescription field for the indicators EHPRC_COD_INDICATOR_DESCSTRG0EHFND_STRING
ASSEMBLY_IND_DESCDescription field for the indicators EHPRC_COD_INDICATOR_DESCSTRG0EHFND_STRING
RELEASE_RELEVANT_IND_DESCDescription field for the indicators EHPRC_COD_INDICATOR_DESCSTRG0EHFND_STRING
MASS_CALC_STRCalculated Mass of Part EHPRC_COD_MASS_CALC_STRSTRG0EHFND_STRING
EEW_COD_ROOT_DTDummy function in length 1 DUMMYCHAR1DUMMY
MATERIAL_NAMEBasic material name identifier EHPRC_COD_BASMAT_NAME_IDENTCHAR132TEXT132
MATERIAL_NUMBERBasic material number identifier EHPRC_COD_BASMAT_NUM_IDENTCHAR132TEXT132
RELEASEDTristate EHPRC_TRISTATE_VALUECHAR1DFVALEHPRC_RC01SPACE
MAT_CLASSIFICATIONBasic material classification EHPRC_COD_BASMAT_CLASSCHAR30ATWRT

Key field Non-key field



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

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

How to access SAP table EHPRCS_COD_ROOT_DT

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