I_MAINTORDPROCESSINGCONTEXTVH
Maintenance Order Processing Context
I_MAINTORDPROCESSINGCONTEXTVH is a CDS View in S/4HANA. Maintenance Order Processing Context. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_MaintOrdProcessingContextVH | view_entity | from | CONSUMPTION | Maintenance Processing Context |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@ObjectModel: {
usageType: {
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING }
}
@ObjectModel.dataCategory:#VALUE_HELP
@Analytics.technicalName: 'IPROCORDCONTEXT'
@ObjectModel.representativeKey: 'MaintOrderProcessingContext'
@EndUserText.label: 'Maintenance Order Processing Context'
define view entity I_MaintOrdProcessingContextVH as select from I_MaintOrderProcessingContext
association [0..1] to I_SAPClient as _SAPClient on _SAPClient.SAPClientRole = 'P'
association [0..1] to I_ABAPPackage as _ABAPPackage on _ABAPPackage.ABAPPackage = 'CLOUD_EAM_COMMON'
{
key MaintOrderProcessingContext,
I_MaintOrderProcessingContext._Text
}
where MaintOrderProcessingContext <> 'B'
or ( MaintOrderProcessingContext = 'B'
and _SAPClient.SAPClientRole is null
and _ABAPPackage.ABAPPackage is null )