I_ProductionOrderType

DDL: I_PRODUCTIONORDERTYPE Type: view_entity BASIC Package: VDM_PP_SFC

Production Order Type

I_ProductionOrderType is a Basic CDS View (Dimension) that provides data about "Production Order Type" in SAP S/4HANA. It reads from 1 data source (I_OrderType) and exposes 15 fields with key field ProductionOrderType. It has 1 association to related views. Part of development package VDM_PP_SFC.

Data Sources (1)

SourceAliasJoin Type
I_OrderType type from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProductionOrderTypeText _Text

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IPRODNORDERTYPE view
Analytics.internalName #LOCAL view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.compositionRoot true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ProductionOrderType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Production Order Type view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY ProductionOrderType
OrderNumberRange I_OrderType OrderNumberRange
StatusProfile I_OrderType StatusProfile
OperationStatusProfile I_OrderType OperationStatusProfile
ControllingSettlementProfile I_OrderType ControllingSettlementProfile
PlanningProfile I_OrderType PlanningProfile
BudgetProfile I_OrderType BudgetProfile
ResidenceTime1 I_OrderType ResidenceTime1
ResidenceTime2 I_OrderType ResidenceTime2
OrderIsToBeClassified I_OrderType OrderIsToBeClassified
OrderIsReleasedUponCreation I_OrderType OrderIsReleasedUponCreation
OrderHasStatusChangeDocuments I_OrderType OrderHasStatusChangeDocuments
SettlementIsNotRequired I_OrderType SettlementIsNotRequired
CollectiveOrderHasAutoGoodsMvt I_OrderType CollectiveOrderHasAutoGoodsMvt
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IPRODNORDERTYPE'
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.compositionRoot: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY, #SQL_DATA_SOURCE]
@ObjectModel.representativeKey: 'ProductionOrderType'
@ObjectModel.semanticKey: ['ProductionOrderType']
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Production Order Type'

define view entity I_ProductionOrderType
  as select from I_OrderType as type
    composition [0..*] of  I_ProductionOrderTypeText as _Text  

{
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}  
      @ObjectModel.text.association: '_Text'
  key cast(type.OrderType as vdm_prodnordertype preserving type) as ProductionOrderType,

      // Assignments

      type.OrderNumberRange,
      type.StatusProfile,
      type.OperationStatusProfile,
      type.ControllingSettlementProfile,
      type.PlanningProfile,
      type.BudgetProfile,
      type.ResidenceTime1,
      type.ResidenceTime2,

      // Indicators

      type.OrderIsToBeClassified,
      type.OrderIsReleasedUponCreation,
      type.OrderHasStatusChangeDocuments,
      type.SettlementIsNotRequired,
      type.CollectiveOrderHasAutoGoodsMvt,

      // Composition

      _Text
}
  where
    type.OrderCategory = '10'; // Production order types