I_CHMLCMPLNCREQORIGINPROC

CDS View

Chemical Compliance Request Origin Process

I_CHMLCMPLNCREQORIGINPROC is a CDS View in S/4HANA. Chemical Compliance Request Origin Process. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ChmlCmplncReqOriginProcVH view from COMPOSITE Chem. Compl. Request Origin Process Value Help
--Label of view
@EndUserText.label: 'Chemical Compliance Request Origin Process'

@AbapCatalog:
{
  -- SQL view name (16 characters)
  sqlViewName: 'ICCMPLREQORIGP',

  --If it's true, the filter conditions are compared and, if they match, the associated join expression is evaluated only once
  compiler.compareFilter: true
}

--Access Control: Authorizations Checks
@AccessControl:
{
  // authorization check not required as view only reads domain values

  authorizationCheck: #NOT_REQUIRED
}

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

--VDM view type
@VDM.viewType: #BASIC

@ObjectModel:
{

  --Performance Annotations
  usageType:
  {
    dataClass: #META,
    sizeCategory: #S,
    serviceQuality: #B
  },
  representativeKey: 'ChmlCmplncReqOriginProc'
}

define view I_ChmlCmplncReqOriginProc 
  --Select data from domain value table
  as select from dd07l as ComplianceRequestOriginProc

  --Text association
  association [0..*] to I_ChmlCmplncReqOriginProcTxt  as _Text on $projection.ChmlCmplncReqOriginProc = _Text.ChmlCmplncReqOriginProc
{
      --Domain Value of Basic Data Status
      @ObjectModel.text.association: '_Text'
  key ComplianceRequestOriginProc.domvalue_l as ChmlCmplncReqOriginProc,
      
      /*Association*/
      _Text
}
where
      ComplianceRequestOriginProc.domname  = 'EHFND_CRQ_ORIGIN_PROCESS'
  and ComplianceRequestOriginProc.as4local = 'A'