I_CHMLCMPLNCBUSPROC
Chemical Compliance Business Process
I_CHMLCMPLNCBUSPROC is a CDS View in S/4HANA. Chemical Compliance Business Process. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ChmlCmplncBusProcVH | view | from | COMPOSITE | Chemical Compliance Business Process Value Help |
--Label of view
@EndUserText.label: 'Chemical Compliance Business Process'
@AbapCatalog:
{
-- SQL view name (16 characters)
sqlViewName: 'ICCMPLBUSPR',
--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: 'ChmlCmplncBusinessProcess'
}
define view I_ChmlCmplncBusProc
--Select data from domain value table
as select from dd07l as ChmlCmplncBusinessProcess
--Text association
association [0..*] to I_ChmlCmplncBusProcText as _Text on $projection.ChmlCmplncBusinessProcess = _Text.ChmlCmplncBusinessProcess
{
--Domain Value of Basic Data Status
@ObjectModel.text.association: '_Text'
key ChmlCmplncBusinessProcess.domvalue_l as ChmlCmplncBusinessProcess,
/*Association*/
_Text
}
where
ChmlCmplncBusinessProcess.domname = 'EHFND_CCI_BUSINESS_PROCESS'
and ChmlCmplncBusinessProcess.as4local = 'A'