I_PPM_PROCESSINGSTATUS
Processing Status
I_PPM_PROCESSINGSTATUS is a CDS View in S/4HANA. Processing Status. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PPM_ProjectProcgStatusVH | view | from | BASIC | Processing Status |
@EndUserText.label: 'Processing Status'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPPMPRCSTAT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl: {
authorizationCheck: #NOT_ALLOWED
// privilegedAssociations: ['_TEXT']
}
//@AbapCatalog.buffering.type: #GENERIC
//@AbapCatalog.buffering.status: #ACTIVE
@ObjectModel:
{
representativeKey: 'ProcessingStatus',
resultSet.sizeCategory: #XS, //Value help in Project Brief
usageType:
{
serviceQuality: #B,
dataClass: #MASTER,
sizeCategory: #S
}
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_PPM_ProcessingStatus
as select from dd07l
association [0..*] to I_PPM_ProcessingStatusText as _Text on $projection.ProcessingStatus = _Text.ProcessingStatus
{
@ObjectModel.text.association: '_Text'
key cast ( substring( domvalue_l, 1, 2 ) as /s4ppm/tv_proc_status ) as ProcessingStatus,
@UI.hidden: true
_Text
}
where
domname = 'DPR_PROC_STATUS'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PPM_PROCESSINGSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/