I_MaintOrdOpCompSpclStkTypeTxt

DDL: I_MAINTORDOPCOMPSPCLSTKTYPETXT Type: view_entity BASIC Package: IWO1

Maint Ord Comp Special Stock Type - Txt

I_MaintOrdOpCompSpclStkTypeTxt is a Basic CDS View that provides data about "Maint Ord Comp Special Stock Type - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields MaintOrdOpCompSpecialStockType, Language. It has 2 associations to related views. Part of development package IWO1.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_MaintOrdOpCompSpclStockType _MaintOrdOpCompSpclStockType $projection.MaintOrdOpCompSpecialStockType = _MaintOrdOpCompSpclStockType.MaintOrdOpCompSpecialStockType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
EndUserText.label Maint Ord Comp Special Stock Type - Txt view
AccessControl.authorizationCheck #NOT_REQUIRED 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.dataCategory #TEXT view
Analytics.technicalName IMAINTSPCSTKTYPT view
ObjectModel.representativeKey MaintOrdOpCompSpecialStockType view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MaintOrdOpCompSpecialStockType
KEY Language ddlanguage
MaintOrdOpCompSpclStkTypeText dd07t ddtext
_MaintOrdOpCompSpclStockType _MaintOrdOpCompSpclStockType
_Language _Language
@EndUserText.label: 'Maint Ord Comp Special Stock Type - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ObjectModel.resultSet.sizeCategory: #XS
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IMAINTSPCSTKTYPT'
@ObjectModel.representativeKey: 'MaintOrdOpCompSpecialStockType'
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER

define view entity I_MaintOrdOpCompSpclStkTypeTxt
  as select from dd07t

  association [0..1] to I_MaintOrdOpCompSpclStockType as _MaintOrdOpCompSpclStockType on $projection.MaintOrdOpCompSpecialStockType = _MaintOrdOpCompSpclStockType.MaintOrdOpCompSpecialStockType
  association [0..1] to I_Language                    as _Language                    on $projection.Language = _Language.Language

{

  key cast ( domvalue_l as co_sobkz_d ) as MaintOrdOpCompSpecialStockType,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                        as Language,
      @Semantics.text: true
      dd07t.ddtext                      as MaintOrdOpCompSpclStkTypeText,
      _MaintOrdOpCompSpclStockType,
      _Language
}
where
      dd07t.domname  = 'CO_SOBKZ_D'
  and dd07t.as4local = 'A'
  and ( dd07t.domvalue_l = '' or dd07t.domvalue_l = '2' )