I_MaintOrdOpCompSpclStockType

DDL: I_MAINTORDOPCOMPSPCLSTOCKTYPE Type: view_entity BASIC Package: IWO1

Maint Ord Component Special Stock Type

I_MaintOrdOpCompSpclStockType is a Basic CDS View that provides data about "Maint Ord Component Special Stock Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MaintOrdOpCompSpecialStockType. 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_MaintOrdOpCompSpclStkTypeTxt _Text $projection.MaintOrdOpCompSpecialStockType = _Text.MaintOrdOpCompSpecialStockType

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maint Ord Component Special Stock Type view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
ObjectModel.resultSet.sizeCategory #XS view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey MaintOrdOpCompSpecialStockType view
Analytics.technicalName IMAINTSPCLSTKTYP view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintOrdOpCompSpecialStockType
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maint Ord Component Special Stock Type'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ObjectModel.resultSet.sizeCategory: #XS
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'MaintOrdOpCompSpecialStockType'
@Analytics.technicalName: 'IMAINTSPCLSTKTYP'
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER

define view entity I_MaintOrdOpCompSpclStockType as select from dd07l

association [0..*] to I_MaintOrdOpCompSpclStkTypeTxt as _Text on $projection.MaintOrdOpCompSpecialStockType = _Text.MaintOrdOpCompSpecialStockType

{
  key cast ( domvalue_l as co_sobkz_d ) as MaintOrdOpCompSpecialStockType,
  _Text
}
where dd07l.domname = 'CO_SOBKZ_D' and dd07l.as4local = 'A'
and ( dd07l.domvalue_l = '' or dd07l.domvalue_l = '2' )