I_CHMLCMPLNCAPPLASSGMTTP

CDS View

Chemical Compliance Application Assignment

I_CHMLCMPLNCAPPLASSGMTTP is a CDS View in S/4HANA. Chemical Compliance Application Assignment. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ChmlCmplncApplAssgmtTP view from CONSUMPTION Chemical Compliance Application Assignment
@EndUserText.label: 'Chemical Compliance Application Assignment'

@AbapCatalog:
{
  sqlViewName: 'ICCAPPLASSGMTTP',
  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_appl',
  writeActivePersistence: 'ehfndv_cci_appl',
  semanticKey:  [ 'ChmlCmplncApplUUID' ],
  usageType:
  {
    dataClass: #MASTER,
    sizeCategory: #L,
    serviceQuality: #B
  }
}
define view I_ChmlCmplncApplAssgmtTP  
  as select from I_ChmlCmplncApplAssgmt 
  association [1..1] to I_ChmlCmplncInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
  {
    key ChmlCmplncApplUUID, 
    @ObjectModel.mandatory: true    
    ChmlCmplncInfoUUID, 
    CreatedByUser,
    CreationUTCDateTime,  
    LastChangeUTCDateTime, 
    LastChangedByUser,
    @ObjectModel.mandatory: true
    ChmlCmplncApplication,    

    /* Associations */
    @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
    _ChmlCmplncInfo,
    _Application
  
  
}