I_USFedYearOfBdgtAuthText

DDL: I_USFEDYEAROFBDGTAUTHTEXT SQL: IFMFG_YR_BDGT_TT Type: view BASIC

US Federal Year of Budget Authority - Txt

I_USFedYearOfBdgtAuthText is a Basic CDS View that provides data about "US Federal Year of Budget Authority - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields USFedYearOfBdgtAuthorityCode, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_USFedYearOfBdgtAuthority _USFedYearOfBdgtAuthority $projection.USFedYearOfBdgtAuthorityCode = _USFedYearOfBdgtAuthority.USFedYearOfBdgtAuthorityCode

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFMFG_YR_BDGT_TT view
EndUserText.label US Federal Year of Budget Authority - Txt view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.supportedCapabilities #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey USFedYearOfBdgtAuthorityCode view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY USFedYearOfBdgtAuthorityCode
KEY Language ddlanguage
USFedYearOfBdgtAuthorityText
_USFedYearOfBdgtAuthority _USFedYearOfBdgtAuthority
_Language _Language
@AbapCatalog.sqlViewName: 'IFMFG_YR_BDGT_TT'
@EndUserText.label: 'US Federal Year of Budget Authority - Txt'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: #LANGUAGE_DEPENDENT_TEXT

@ObjectModel:{
  representativeKey: 'USFedYearOfBdgtAuthorityCode',
  dataCategory: #TEXT,
  usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S }
}

define view I_USFedYearOfBdgtAuthText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
  association [0..1] to I_USFedYearOfBdgtAuthority as _USFedYearOfBdgtAuthority on $projection.USFedYearOfBdgtAuthorityCode = _USFedYearOfBdgtAuthority.USFedYearOfBdgtAuthorityCode
{
@ObjectModel.foreignKey.association: '_USFedYearOfBdgtAuthority'
  key cast(domvalue_l as fmfg_yr_bud_auth) as USFedYearOfBdgtAuthorityCode,

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


      @Semantics.text: true
      cast(ddtext as fmfg_yr_bud_auth_text)                               as USFedYearOfBdgtAuthorityText,
      _USFedYearOfBdgtAuthority,
      _Language

}
where
      domname  = 'FMFG_YR_BUD_AUTH'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_USFEDYEAROFBDGTAUTHORITY"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/