I_TrsyPosPlndDataIsInclTxt

DDL: I_TRSYPOSPLNDDATAISINCLTXT SQL: ITRSYPLNDATINCLT Type: view BASIC

Planned Data Included - Text

I_TrsyPosPlndDataIsInclTxt is a Basic CDS View that provides data about "Planned Data Included - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields TrsyPosPlndDataIsInclusive, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_TrsyPosPlndDataIsInclVH _ValueHelp $projection.TrsyPosPlndDataIsInclusive = _ValueHelp.TrsyPosPlndDataIsInclusive
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ITRSYPLNDATINCLT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Planned Data Included - Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey TrsyPosPlndDataIsInclusive view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TrsyPosPlndDataIsInclusive
KEY Language dd07t ddlanguage
TrsyPosPlndDataInclusiveTxt
_ValueHelp _ValueHelp
_Language _Language
@AbapCatalog.sqlViewName: 'ITRSYPLNDATINCLT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Planned Data Included - Text'

@ObjectModel: { dataCategory: #TEXT,
                representativeKey: 'TrsyPosPlndDataIsInclusive',
                usageType.sizeCategory: #S,
                usageType.dataClass: #ORGANIZATIONAL,
                usageType.serviceQuality: #A,
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
                supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT] }

@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_TrsyPosPlndDataIsInclTxt
  as select from dd07t

  association [0..1] to I_TrsyPosPlndDataIsInclVH as _ValueHelp on $projection.TrsyPosPlndDataIsInclusive = _ValueHelp.TrsyPosPlndDataIsInclusive
  association [0..1] to I_Language                as _Language  on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_ValueHelp'
      @ObjectModel.text.element:['TrsyPosPlndDataInclusiveTxt']
  key cast( domvalue_l as ftr_gen_pos_planned_data_incl )                    as TrsyPosPlndDataIsInclusive,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key dd07t.ddlanguage                                                       as Language,

      @Semantics.text: true
      cast( dd07t.ddtext as ftr_gen_pos_plan_data_incl_txt preserving type ) as TrsyPosPlndDataInclusiveTxt,

      _ValueHelp,
      _Language
}
where
  dd07t.domname = 'FTR_GEN_POS_PLANNED_DATA_INCL'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_TRSYPOSPLNDDATAISINCLVH"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/