C_ChmlCmplncMatlAssgmtDEX

DDL: C_CHMLCMPLNCMATLASSGMTDEX Type: view_entity CONSUMPTION Package: EHFND_CNS_CCI

Chemical Compliance Info Material

C_ChmlCmplncMatlAssgmtDEX is a Consumption CDS View that provides data about "Chemical Compliance Info Material" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncMatlAssgmt) and exposes 6 fields with key field ChmlCmplncMatlAssgmtUUID. It has 1 association to related views. Part of development package EHFND_CNS_CCI.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncMatlAssgmt I_ChmlCmplncMatlAssgmt from

Associations (1)

CardinalityTargetAliasCondition
[1..1] C_ChmlCmplncInfoDEX _ChmlCmplncInfo $projection.ChmlCmplncInfoUUID = _ChmlCmplncInfo.ChmlCmplncInfoUUID

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Chemical Compliance Info Material view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.sapObjectNodeType.name ChmlComplianceInfoMaterial view
VDM.viewType #CONSUMPTION view
Analytics.dataExtraction.enabled true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncMatlAssgmtUUID ChmlCmplncMatlAssgmtUUID
ChmlCmplncInfoUUID ChmlCmplncInfoUUID
Material Material
MatlAssgmtIsPrimary MatlAssgmtIsPrimary
_ChmlCmplncInfo _ChmlCmplncInfo
_Product _Product
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Chemical Compliance Info Material'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}

@ObjectModel.sapObjectNodeType.name: 'ChmlComplianceInfoMaterial'
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE ]
@VDM.viewType: #CONSUMPTION
@Analytics: {
  dataExtraction: {
    enabled: true,
    delta.changeDataCapture: {
      mapping: [{
        table: 'EHFNDD_CCI_MAT',
        role: #MAIN,
        viewElement: ['ChmlCmplncMatlAssgmtUUID'],
        tableElement: ['UUID']
      }         
      ]
    }  
  }
}
define view entity C_ChmlCmplncMatlAssgmtDEX as select from I_ChmlCmplncMatlAssgmt
association [1..1] to C_ChmlCmplncInfoDEX as _ChmlCmplncInfo on $projection.ChmlCmplncInfoUUID = _ChmlCmplncInfo.ChmlCmplncInfoUUID
{
  key ChmlCmplncMatlAssgmtUUID,
  ChmlCmplncInfoUUID,
  Material,
  MatlAssgmtIsPrimary,
    /* Associations */
  _ChmlCmplncInfo,
  _Product
  
 
}