EHPRCS_XML_CONTAINED_SUBSTANCE SAP (Contained Substance structure) Structure details

Dictionary Type: Structure
Description: Contained Substance structure




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




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

EHPRCS_XML_CONTAINED_SUBSTANCE 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 "Contained Substance structure" 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_XML_CONTAINED_SUBSTANCE TYPE EHPRCS_XML_CONTAINED_SUBSTANCE.

The EHPRCS_XML_CONTAINED_SUBSTANCE table consists of various fields, each holding specific information or linking keys about Contained Substance structure data available in SAP. These include LOCAL_ID_REF (LocalID reference in Contained substance group), ISO_UNIT (ISO unit in Contained substance group), VALUE (Decimal value in PRC XML), VALUE_LOWER (Decimal value in PRC XML).. 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_XML_CONTAINED_SUBSTANCE 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
CONTAINED_SUBSTANCE_GROUP 0
LOCAL_ID_REFLocalID reference in Contained substance group EHPRC_XML_CSG_LOCAL_ID_REFCHAR15EHPRC_XML_CHAR15
ISO_UNITISO unit in Contained substance group EHPRC_XML_CSG_ISO_UNITCHAR4EHPRC_XML_UNIT
VALUEDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
VALUE_LOWERDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
VALUE_UPPERDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
CONTAINEDContained field in Contained substance group EHPRC_XML_CSG_CONTAINEDCHAR30EHPRC_XML_CSG_CONTAINED
ISO_UNIT_WEIGHTISO unit weight field in Contained substance group EHPRC_XML_CSG_ISO_UNIT_WEIGHTCHAR4EHPRC_XML_UNIT
VALUE_WEIGHTDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
CONT_SUBST_COMMENTComment field in Contained substance group EHPRC_XML_CSG_COMMENTSTRG4096EHPRC_XML_CHAR4096
CONT_SUBST_LISTRegulatory list field in Contained substance group EHPRC_XML_CSG_LISTCHAR20EHPRC_XML_CHAR20
EXEMPTIONExemption for regulatory list in Contained substance group EHPRC_XML_CSG_EXEMPTIONCHAR40EHPRC_XML_CHAR40
HOMOGEN_MATERIAL_NAMEHomogen material name in ContainedSubstance element EHPRC_XML_CS_HOMOGEN_MAT_NAMECHAR40EHPRC_XML_CHAR40
HOMOGEN_MATERIAL_LOCAL_IDLocal ID of homogen material in ContainedSubstance element EHPRC_XML_CS_HOMOGEN_MAT_LIDCHAR15EHPRC_XML_CHAR15
HOMOGEN_MATERIAL_CLASSHomogen material class in ContainedSubstance element EHPRC_XML_CS_HOMOGEN_MAT_CLSCHAR1EHPRC_XML_CHAR1
PART_IDPart ID in ContainedSubstance element EHPRC_XML_CS_PART_IDCHAR15EHPRC_XML_CHAR15
PART_NAMEPart name in ContainedSubstance element EHPRC_XML_CS_PART_NAMECHAR40EHPRC_XML_CHAR40
VALUE_PARTDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
VALUE_PART_LOWERDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
VALUE_PART_UPPERDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
ISO_UNIT_PARTValue unit part in ContainedSubstance element EHPRC_XML_CS_ISO_UNIT_PARTCHAR4EHPRC_XML_UNIT
ISO_UNIT_PART_WEIGHTValue of unit part weight in ContainedSubstance element EHPRC_XML_CS_ISO_UNIT_PART_WCHAR4EHPRC_XML_UNIT
VALUE_PART_WEIGHTDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
THRESHOLD 0
OVER_THRESHOLDOverthreshold attribute of Threshold structure EHPRC_XML_TRSH_OVERTHRESHOLDCHAR1EHPRC_XML_BOOLEAN
THRESHOLDDecimal value in PRC XML EHPRC_XML_DECIMALFLTP16(16) EHPRC_XML_DECIMAL
INTENTIONALLY_ADDEDIntentionallyAdded attribute of Threshold structure EHPRC_XML_TRSH_INTENT_ADDEDCHAR1EHPRC_XML_BOOLEAN
EXEMPTION 0
EXEMP_IDENTITYIdentity of Exemption structure EHPRC_XML_CS_EXEMP_IDENTITYCHAR30EHPRC_XML_CHAR30
EXEMP_DESCRIPTIONDescription of Exemption element EHPRC_XML_CS_EXEMP_DESCRIPTIONSTRG4096EHPRC_XML_CHAR4096
REGULATED_ATCheck type for homogeneous or part type of substance EHPRC_XML_CS_REGULATED_ATCHAR10EHPRC_XML_CS_CHECK_TYPE

Key field Non-key field



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

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

How to access SAP table EHPRCS_XML_CONTAINED_SUBSTANCE

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