I_MaintenanceOrderProcessPhase

DDL: I_MAINTENANCEORDERPROCESSPHASE Type: view_entity BASIC

Maintenance Order Processing Phase

I_MaintenanceOrderProcessPhase is a Basic CDS View that provides data about "Maintenance Order Processing Phase" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 4 fields with key field MaintenanceProcessingPhase. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_MaintOrderProcessPhaseText _Text
[0..*] I_MaintOrdProcSuborddPhase _MaintOrdProcSuborddPhase

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maintenance Order Processing Phase view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName IMAINTORDPROCESSPHASE view
ObjectModel.representativeKey MaintenanceProcessingPhase view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.compositionRoot true view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceProcessingPhase
DomainValue dd07l domvalue_l
_MaintOrdProcSuborddPhase _MaintOrdProcSuborddPhase
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maintenance Order Processing Phase'
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
//@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

@Analytics.technicalName: 'IMAINTORDPROCESSPHASE'
@ObjectModel.representativeKey: 'MaintenanceProcessingPhase'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
//                                     #EXTRACTION_DATA_SOURCE,

//                                     #ANALYTICAL_DIMENSION,

                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.compositionRoot: true
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

define root view entity I_MaintenanceOrderProcessPhase
  as select from dd07l
  composition [0..*] of I_MaintOrderProcessPhaseText as _Text
  composition [0..*] of I_MaintOrdProcSuborddPhase   as _MaintOrdProcSuborddPhase
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as eam_ostat_phase ) as MaintenanceProcessingPhase,
      //      @Analytics.hidden: true

      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                            as DomainValue,
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _MaintOrdProcSuborddPhase,
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}
where
      dd07l.domname    = 'EAM_OSTAT_PHASE'
  and dd07l.as4local   = 'A'
  and dd07l.as4vers    = '0000'
  and dd07l.domvalue_l > '02'