I_ProcOrdMgmtQuantityType

DDL: I_PROCORDMGMTQUANTITYTYPE Type: view_entity BASIC

Quantity Type for Manage Process Order

I_ProcOrdMgmtQuantityType is a Basic CDS View that provides data about "Quantity Type for Manage Process Order" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ManufacturingOrderQuantityType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProcOrdMgmtQuantityTypeText _Text $projection.ManufacturingOrderQuantityType = _Text.ManufacturingOrderQuantityType

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Quantity Type for Manage Process Order view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.representativeKey ManufacturingOrderQuantityType view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ManufacturingOrderQuantityType
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Quantity Type for Manage Process Order'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #D,
  sizeCategory: #S,
  dataClass: #META
}
@ObjectModel.representativeKey: 'ManufacturingOrderQuantityType'
@VDM.viewType: #BASIC
define view entity I_ProcOrdMgmtQuantityType as select from dd07l 
 association [0..*] to I_ProcOrdMgmtQuantityTypeText as _Text on $projection.ManufacturingOrderQuantityType = _Text.ManufacturingOrderQuantityType
{
  @ObjectModel.text.association: '_Text'
  key cast(dd07l.domvalue_l as mgmtprocord_qtytype) as ManufacturingOrderQuantityType ,
      _Text
}
where
      dd07l.domname  = 'MGMTPROCORD_QTYTYPE'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PROCORDMGMTQUANTITYTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/