I_MaintOrderProcessingContext

DDL: I_MAINTORDERPROCESSINGCONTEXT Type: view_entity BASIC Package: IWO1

Maintenance Order Processing Context

I_MaintOrderProcessingContext is a Basic CDS View that provides data about "Maintenance Order Processing Context" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MaintOrderProcessingContext. It has 1 association to related views. Part of development package IWO1.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaintOrdProcessingContextT _Text $projection.MaintOrderProcessingContext = _Text.MaintOrderProcessingContext

Annotations (12)

NameValueLevelField
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Analytics.technicalName IMORDPROCCTX view
ObjectModel.representativeKey MaintOrderProcessingContext view
VDM.viewType #BASIC view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maintenance Order Processing Context view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintOrderProcessingContext
_Text _Text
@ObjectModel.usageType: {
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MIXED
}
@Analytics.technicalName: 'IMORDPROCCTX'
@ObjectModel.representativeKey: 'MaintOrderProcessingContext'
@VDM.viewType: #BASIC
@ObjectModel.resultSet.sizeCategory: #XS
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maintenance Order Processing Context'

@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER

define view entity I_MaintOrderProcessingContext
  as select from dd07l
  association [0..*] to I_MaintOrdProcessingContextT as _Text on $projection.MaintOrderProcessingContext = _Text.MaintOrderProcessingContext
{
  @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as maintorderprocessingcontext ) as MaintOrderProcessingContext,
      _Text
}
where
      dd07l.domname  = 'MAINTORDERPROCESSINGCONTEXT'
  and dd07l.as4local = 'A'