I_CHMLCMPLNCREQMKTTP

CDS View

Requested Market of a Chemical Compliance Request

I_CHMLCMPLNCREQMKTTP is a CDS View in S/4HANA. Requested Market of a Chemical Compliance Request. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ChmlCmplncReqMktTP view from CONSUMPTION Requested Market of a Chemical Compliance Request
@EndUserText.label: 'Requested Market of a Chemical Compliance Request'
@AbapCatalog:
{
 sqlViewName: 'ICRQMREQTP',
 compiler.compareFilter: true,
 preserveKey: true
}

@AccessControl:
{
  authorizationCheck: #MANDATORY,
  privilegedAssociations: ['_CreatedByUser','_LastChangedByUser']
}
--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,
  writeActivePersistence: 'EHFNDV_CRQ_MREQ',
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: true,
  semanticKey:  [ 'ChmlCmplncRequestUUID' ],

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


define view I_ChmlCmplncReqMktTP
  as select from I_ChmlCmplncReqMkt

  association [1..1] to I_ChmlCmplncReqTP as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID

{
      --UUID of composition
      @ObjectModel.mandatory: true
  key ChmlCmplncReqMktUUID,

      @ObjectModel.mandatory: true
      ChmlCmplncRequestUUID,

      CreationUTCDateTime,
      CreatedByUser,
      LastChangeUTCDateTime,
      LastChangedByUser,

      ChmlCmplncProdnIsReqd,
      ChmlCmplncSalesIsReqd,
 
      @ObjectModel.mandatory: true
      Country,

      ChmlCmplncReqChgType,
      
      /* Associations */
      @ObjectModel.association.type:  [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
      _ChmlCmplncReq,
      _CreatedByUser,
      _LastChangedByUser,
      _Country
}