A_ChmlComplianceInfoProduct

DDL: A_CHMLCOMPLIANCEINFOPRODUCT Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_ChmlCmplncMatlAssgmtTP R_ChmlCmplncMatlAssgmtTP projection

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/