I_MAINTORDPROCESSINGCONTEXTVH

CDS View

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)

ViewTypeJoinVDMDescription
C_MaintOrdProcessingContextVH view from CONSUMPTION Maintenance Processing Context
@AbapCatalog.sqlViewName: 'IPROCORDCONTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@ObjectModel: {
  usageType: {
    serviceQuality: #B,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING }
}
@ObjectModel.dataCategory:#VALUE_HELP 
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MaintOrderProcessingContext'
@EndUserText.label: 'Maintenance Order Processing Context'
define view I_MaintOrdProcessingContextVH as select from I_MaintOrderProcessingContext
{
  key MaintOrderProcessingContext,
      I_MaintOrderProcessingContext._Text
}
where MaintOrderProcessingContext <> 'B'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTORDERPROCESSINGCONTEXT"
],
"ASSOCIATED":
[
"I_MAINTORDPROCESSINGCONTEXTT"
],
"BASE":
[
"I_MAINTORDERPROCESSINGCONTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/