C_ChmlCmplncPrimMatlDEX

DDL: C_CHMLCMPLNCPRIMMATLDEX Type: view_entity CONSUMPTION

Chemical Compliance Primary Material Data Extraction

C_ChmlCmplncPrimMatlDEX (Consumption)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Chemical Compliance Information · Cross Applications

C_ChmlCmplncPrimMatlDEX is a Consumption CDS View (Dimension) that provides data about "Chemical Compliance Primary Material Data Extraction" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncInfo) and exposes 17 fields with key field ChmlCmplncInfoUUID.

SAP Help Documentation

CategoryCDS Views for Environment, Health, and Safety
Data CategoryDimension
Purpose
This CDS view supports the extraction of chemical compliance information, including primary material information for further use, such as filtering another CDS view for related transactional data (amounts) or making selections in the consuming solution. This CDS view provides the data to answer the following business questions: How can material data be used to identify relevant data sets in Environment Management ? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations One of the following business template roles needs to be assigned to a user to be able to use this CDS view: SAP_BR_ADMINISTRATOR

Structure
Further important fields Important fields in this view include the following: Field Name Description Comment ChmlCmplncInfoUUID Chemical compliance information key ProdStewardshipRespUnit Responsible unit for product stewardship DngrsGdsRespUnit Responsible unit for dangerous goods ChmlCmplncInfoType Chemical compliance information type Possible values are ' BU '(Bulk) and ' PP '(Packaged). ChmlCmplncInternalName Chemical compliance information internal name MaterialIsSold Material is sold MaterialIsTransported Material is transported MaterialIsSourced Material is sourced MaterialIsProduced Material is produced MaterialIsDisposed Material is disposed MaterialIsEmissionRelevant Material is emission relevant Specification Material specification SpecificationInternalID Material specification internal identifier ChmlCmplncProdIsResearched Material is under R & D ChmlCmplncMatlAssgmtUUID Material assignment Material Material

SAP Business Warehouse (SAP BW) Extraction
Data extraction type Full (physical deletions are possible in source tables) Delta (change data capture) Corresponding DataSource (Extractor) C_CHMLCMPLNCPRIMMATLDEX$P Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. For details about the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Use SAP Library BI Content . For more information about data extraction, see Extracting Data Through CDS Views to SAP BW/4HANA .

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentEHS-SUS-FND-PC
CapabilitiesData Source for Data Extraction
PackageCross Applications for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view supports the extraction of chemical compliance information, including primary material information for further use, such as filtering another CDS view for related transactional data (amounts) or making selections in the consuming solution.</p> This CDS view provides the data to answer the following business questions:<ul> <li><p>How can material data be used to identify relevant data sets in Environment Management?</p></li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncInfo ChmlCmplncInfo from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Chemical Compliance Primary Material Data Extraction view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.sapObjectNodeType.name ChemicalComplianceInfo view
VDM.viewType #CONSUMPTION view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
Metadata.allowExtensions true view

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncInfoUUID I_ChmlCmplncInfo ChmlCmplncInfoUUID Chemical Compliance Information PP
ProdStewardshipRespUnit I_ChmlCmplncInfo ProdStewardshipRespUnit Responsible Unit
DngrsGdsRespUnit I_ChmlCmplncInfo DngrsGdsRespUnit Responsible Unit for Dangerous Goods
ChmlCmplncInfoType I_ChmlCmplncInfo ChmlCmplncInfoType Type of Chemical Compliance Information
ChmlCmplncInternalName I_ChmlCmplncInfo ChmlCmplncInternalName Internal Name
MaterialIsBaseProduct I_ChmlCmplncInfo MaterialIsBaseProduct Material is Base Product (obsolete)
MaterialIsSold I_ChmlCmplncInfo MaterialIsSold Product is Sold
MaterialIsTransported I_ChmlCmplncInfo MaterialIsTransported Product is Transported
MaterialIsSourced I_ChmlCmplncInfo MaterialIsSourced Product is Sourced
MaterialIsProduced I_ChmlCmplncInfo MaterialIsProduced Product is Produced
MaterialIsDisposed I_ChmlCmplncInfo MaterialIsDisposed Product is Disposed
MaterialIsEmissionRelevant I_ChmlCmplncInfo MaterialIsEmissionRelevant Product is Emission Relevant
Specification Internal Number
SpecificationInternalID I_ChmlCmplncInfo SpecificationInternalID Sequential Number of Data Record
ChmlCmplncProdIsResearched I_ChmlCmplncInfo ChmlCmplncProdIsResearched Research and Development Sample
ChmlCmplncMatlAssgmtUUID ChmlCmplncMatlAssgmt ChmlCmplncMatlAssgmtUUID Product Assignment
Material ChmlCmplncMatlAssgmt Material Vehicle Model

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_ChmlCmplncPrimMatlDEX.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_ChmlCmplncPrimMatlDEX AS
SELECT
  ChmlCmplncInfo.ChmlCmplncInfoUUID AS ChmlCmplncInfoUUID,
  ChmlCmplncInfo.ProdStewardshipRespUnit AS ProdStewardshipRespUnit,
  ChmlCmplncInfo.DngrsGdsRespUnit AS DngrsGdsRespUnit,
  ChmlCmplncInfo.ChmlCmplncInfoType AS ChmlCmplncInfoType,
  ChmlCmplncInfo.ChmlCmplncInternalName AS ChmlCmplncInternalName,
  ChmlCmplncInfo.MaterialIsBaseProduct AS MaterialIsBaseProduct,
  ChmlCmplncInfo.MaterialIsSold AS MaterialIsSold,
  ChmlCmplncInfo.MaterialIsTransported AS MaterialIsTransported,
  ChmlCmplncInfo.MaterialIsSourced AS MaterialIsSourced,
  ChmlCmplncInfo.MaterialIsProduced AS MaterialIsProduced,
  ChmlCmplncInfo.MaterialIsDisposed AS MaterialIsDisposed,
  ChmlCmplncInfo.MaterialIsEmissionRelevant AS MaterialIsEmissionRelevant,
  cast( ChmlCmplncInfo.Specification as ehfnd_internal_nr_nc preserving type ) AS Specification,
  ChmlCmplncInfo.SpecificationInternalID AS SpecificationInternalID,
  ChmlCmplncInfo.ChmlCmplncProdIsResearched AS ChmlCmplncProdIsResearched,
  ChmlCmplncMatlAssgmt.ChmlCmplncMatlAssgmtUUID AS ChmlCmplncMatlAssgmtUUID,
  ChmlCmplncMatlAssgmt.Material AS Material
FROM I_ChmlCmplncInfo AS ChmlCmplncInfo
;