I_SrvcPartsEOQFixPeriodText

DDL: I_SRVCPARTSEOQFIXPERIODTEXT SQL: ISPEOQFIXPERDT Type: view BASIC

Fix EOQ Period Text

I_SrvcPartsEOQFixPeriodText is a Basic CDS View that provides data about "Fix EOQ Period Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, SrvcPartsEOQFixPeriod. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_SrvcPartsEOQFixPeriod _SrvcPartsEOQFixPeriod $projection.SrvcPartsEOQFixPeriod = _SrvcPartsEOQFixPeriod.SrvcPartsEOQFixPeriod
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey SrvcPartsEOQFixPeriod view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Fix EOQ Period Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISPEOQFIXPERDT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY SrvcPartsEOQFixPeriod
DomainValue dd07t domvalue_l
SrvcPartsEOQFixPeriodName ddtext
_SrvcPartsEOQFixPeriod _SrvcPartsEOQFixPeriod
_Language _Language
@ClientHandling.algorithm:             #SESSION_VARIABLE
@ObjectModel.dataCategory:             #TEXT
@ObjectModel.representativeKey:        'SrvcPartsEOQFixPeriod'
@ObjectModel.usageType.dataClass:      #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory:   #S
@EndUserText.label:                    'Fix EOQ Period Text'
@VDM.viewType:                         #BASIC
@AccessControl.authorizationCheck:     #NOT_REQUIRED
@AbapCatalog.sqlViewName:              'ISPEOQFIXPERDT'
@AbapCatalog.compiler.compareFilter:   true
@AbapCatalog.preserveKey:              true
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

define view I_SrvcPartsEOQFixPeriodText
  as select from dd07t

  association [0..1] to I_SrvcPartsEOQFixPeriod as _SrvcPartsEOQFixPeriod on $projection.SrvcPartsEOQFixPeriod = _SrvcPartsEOQFixPeriod.SrvcPartsEOQFixPeriod
  association [0..1] to I_Language              as _Language              on $projection.Language = _Language.Language
{
      @Semantics.language
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                         as Language,

      @ObjectModel.foreignKey.association: '_SrvcPartsEOQFixPeriod'
      @ObjectModel.text.element: ['SrvcPartsEOQFixPeriodName']
  key cast( dd07t.domvalue_l as /sapapo/eoqreason_code ) as SrvcPartsEOQFixPeriod,

      @Consumption.hidden: true
      dd07t.domvalue_l                                   as DomainValue,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      ddtext                                             as SrvcPartsEOQFixPeriodName,

      //Associations

      _SrvcPartsEOQFixPeriod,
      _Language
}

where
      domname        = '/SAPAPO/EOQREASON_CODE'
  and as4local      = 'A'
  and dd07t.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SRVCPARTSEOQFIXPERIOD"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/