R_CHMLCMPLNCMATLASSGMTTP

CDS View

Chemical Compliance Mat Assignment - TP

R_CHMLCMPLNCMATLASSGMTTP is a CDS View in S/4HANA. Chemical Compliance Mat Assignment - TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_ChmlComplianceInfoProduct view_entity projection CONSUMPTION Chml Cmplnc Info Product Assignment
C_ChmlCmplncPrimMatlAssgmtTP view_entity projection CONSUMPTION Packaged Product Material Assignment
@AccessControl:
{
  authorizationCheck: #MANDATORY
}
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Chemical Compliance Mat Assignment - TP'

@ObjectModel:
{
  usageType:
  {
    dataClass: #MASTER,
    sizeCategory: #L,
    serviceQuality: #B
  }
}

@VDM: 
{
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL 
}
define view entity R_ChmlCmplncMatlAssgmtTP 
  as select from I_ChmlCmplncMatlAssgmt 

  association to parent R_ChemicalComplianceInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
{
  key ChmlCmplncMatlAssgmtUUID as ChmlCmplncMatlAssgmtUUID,
      ChmlCmplncInfoUUID       as ChmlCmplncInfoUUID, 
      CreationUTCDateTime      as CreationUTCDateTime,
      CreatedByUser            as CreatedByUser,
      LastChangeUTCDateTime    as LastChangeUTCDateTime,
      LastChangedByUser        as LastChangedByUser,
      
      Material,
      MatlAssgmtIsPrimary,

      /* Associations */
      _ChmlCmplncInfo,
      _Product
}