I_CAWORKLISTPRIORITY
Priority for the Worklist
I_CAWORKLISTPRIORITY is a CDS View in S/4HANA. Priority for the Worklist. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CAWorklistPriorityValueHelp | view | from | BASIC | Worklist Priority |
@AbapCatalog.sqlViewName: 'ICAWORKLISTPRIO'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Priority for the Worklist'
define view I_CAWorklistPriority as select from dd07l
association [0..*] to I_CAWorklistPriorityText as _Text on $projection.CAWorklistPriority = _Text.CAWorklistPriority
{
//dd07l
@ObjectModel.text.association: '_Text'
key cast (domvalue_l as prioy_kk ) as CAWorklistPriority,
_Text
} where domname = 'PRIOY_KK'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CAWORKLISTPRIORITYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/