A_ChmlComplianceInfoProduct
Chml Cmplnc Info Product Assignment
A_ChmlComplianceInfoProduct is a Consumption CDS View that provides data about "Chml Cmplnc Info Product Assignment" in SAP S/4HANA. It reads from 1 data source (R_ChmlCmplncMatlAssgmtTP) and exposes 4 fields with key field ChmlCmplncMatlAssgmtUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ChmlCmplncMatlAssgmtTP | R_ChmlCmplncMatlAssgmtTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Chml Cmplnc Info Product Assignment | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view | |
| OData.entityType.name | ChemicalComplianceInfoProduct_Type | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncMatlAssgmtUUID | ChmlCmplncMatlAssgmtUUID | ||
| ChmlCmplncInfoUUID | ChmlCmplncInfoUUID | |||
| Material | Material | |||
| MatlAssgmtIsPrimary | MatlAssgmtIsPrimary |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Chml Cmplnc Info Product Assignment'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:
{
usageType:
{
dataClass: #MIXED,
sizeCategory: #L,
serviceQuality: #C
}
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@OData.entityType.name: 'ChemicalComplianceInfoProduct_Type'
define view entity A_ChmlComplianceInfoProduct
as projection on R_ChmlCmplncMatlAssgmtTP
{
key ChmlCmplncMatlAssgmtUUID as ChmlCmplncMatlAssgmtUUID,
@Consumption.hidden: true
ChmlCmplncInfoUUID as ChmlCmplncInfoUUID,
Material as Material,
MatlAssgmtIsPrimary as MatlAssgmtIsPrimary,
_ChmlCmplncInfo : redirected to parent A_ChemicalComplianceInfo
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CHMLCMPLNCMATLASSGMTTP"
],
"ASSOCIATED":
[
"A_CHEMICALCOMPLIANCEINFO"
],
"BASE":
[
"R_CHMLCMPLNCMATLASSGMTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA