I_CHMLCMPLNCREQNEWCMPLNCINFOTP

CDS View

Chemical Compliance Request New Chemical Compliance Info

I_CHMLCMPLNCREQNEWCMPLNCINFOTP is a CDS View in S/4HANA. Chemical Compliance Request New Chemical Compliance Info. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ChmlCmplncReqNewCmplncInfoTP view from CONSUMPTION Chemical Compliance Request New Chemical Compliance Info
@EndUserText.label: 'Chemical Compliance Request New Chemical Compliance Info'

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

@AccessControl:
{
  authorizationCheck: #MANDATORY
}

--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,
  writeActivePersistence: 'ehfndv_crq_ncci',
  semanticKey:  [ 'ChmlCmplncReqNewCmplncInfoUUID' ],
  usageType:
  {
    dataClass: #MASTER,
    sizeCategory: #L,
    serviceQuality: #B
  }
}
define view I_ChmlCmplncReqNewCmplncInfoTP
  as select from I_ChmlCmplncReqNewCmplncInfo
  association [1..1] to I_ChmlCmplncReqTP as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID
{
  key ChmlCmplncReqNewCmplncInfoUUID as ChmlCmplncReqNewCmplncInfoUUID,

      @ObjectModel.mandatory: true
      ChmlCmplncRequestUUID,
      CreatedByUser,
      CreationUTCDateTime,
      LastChangeUTCDateTime,
      LastChangedByUser,

      ChmlCmplncInfoType             as ChmlCmplncInfoType,

      ChmlCmplncProdUUID             as ChmlCmplncProdUUID,

      @ObjectModel.mandatory: true
      ProdStewardshipRespUnit        as ProdStewardshipRespUnit,
      DngrsGdsRespUnit,

      @ObjectModel.mandatory: true
      ChmlCmplncInternalName         as ChmlCmplncInternalName,
      ChmlCmplncProdIsResearched     as ChmlCmplncProdIsResearched,

      MaterialIsSold,
      MaterialIsTransported,
      MaterialIsSourced,
      MaterialIsProduced,

      ChmlCmplncProdCatztnPhrsUUID   as ChmlCmplncProdCatztnPhrsUUID,

      /* Associations */
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
      _ChmlCmplncReq,
      _RespUnitForProductStewardship,
      _RespUnitForDangerousGoods
}