I_CHMLCMPLNCMATLASSGMTTP

CDS View

Chemical Compliance Material Assignment

I_CHMLCMPLNCMATLASSGMTTP is a CDS View in S/4HANA. Chemical Compliance Material Assignment. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_ChmlCmplncMatlAssgmtTP view from CONSUMPTION Chemical Compliance Material Assignment
C_CmbndChmlCmplncMatlAssgmtTP view from CONSUMPTION Chemical Data Material Assignment
C_PckgdChmlCmplncMatlAssgmtTP view from CONSUMPTION Chemical Compliance Material Assignment
C_RawChmlCmplncMatlAssgmtTP view from CONSUMPTION Chemical Compliance Material Assignment
@EndUserText.label: 'Chemical Compliance Material Assignment'

@AbapCatalog:
{
  sqlViewName: 'ICCMATLASSGMTTP',
  compiler.compareFilter: true
}

@AccessControl:
{
  authorizationCheck: #CHECK
}

--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API

@ObjectModel:
{
  modelCategory: #BUSINESS_OBJECT,
  transactionalProcessingEnabled: true,
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: true,
  writeDraftPersistence: 'ehfndw_cci_mat',
  writeActivePersistence: 'ehfndv_cci_mat',
  semanticKey:  [ 'ChmlCmplncMatlAssgmtUUID' ],
  usageType:
  {
    dataClass: #MASTER,
    sizeCategory: #L,
    serviceQuality: #B
  }
}
define view I_ChmlCmplncMatlAssgmtTP
  as select from I_ChmlCmplncMatlAssgmt
  association [1..1] to I_ChmlCmplncInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
{
  key ChmlCmplncMatlAssgmtUUID,
      @ObjectModel.mandatory: true
      ChmlCmplncInfoUUID,     
      CreationUTCDateTime,
      CreatedByUser,
      LastChangeUTCDateTime,
      LastChangedByUser,

      @ObjectModel.mandatory: true
      Material,
      MatlAssgmtIsPrimary,

      /* Associations */
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
      _ChmlCmplncInfo,
      _Product
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHMLCMPLNCMATLASSGMT"
],
"ASSOCIATED":
[
"I_CHMLCMPLNCINFOTP",
"I_PRODUCT"
],
"BASE":
[
"I_CHMLCMPLNCMATLASSGMT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/