I_USFedCustodialIndicatorText

DDL: I_USFEDCUSTODIALINDICATORTEXT SQL: IFMFG_FLG_CSTDLT Type: view BASIC

US Federal Custodial Indicator - Text

I_USFedCustodialIndicatorText is a Basic CDS View that provides data about "US Federal Custodial Indicator - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields USFedCustodialIndicator, 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_USFedCustodialIndicator _USFedCustodialIndicator $projection.USFedCustodialIndicator = _USFedCustodialIndicator.USFedCustodialIndicator

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFMFG_FLG_CSTDLT view
EndUserText.label US Federal Custodial Indicator - Text 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.representativeKey USFedCustodialIndicator view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.supportedCapabilities #LANGUAGE_DEPENDENT_TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY USFedCustodialIndicator
KEY Language ddlanguage
USFedCustodialIndicatorText
_USFedCustodialIndicator _USFedCustodialIndicator
_Language _Language
@AbapCatalog.sqlViewName: 'IFMFG_FLG_CSTDLT'
@EndUserText.label: 'US Federal Custodial Indicator - Text'

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

@ObjectModel:{
  representativeKey: 'USFedCustodialIndicator',
  dataCategory: #TEXT,
  usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S }
}
@ObjectModel.supportedCapabilities: #LANGUAGE_DEPENDENT_TEXT   

define view I_USFedCustodialIndicatorText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
  association [0..1] to I_USFedCustodialIndicator as _USFedCustodialIndicator on $projection.USFedCustodialIndicator = _USFedCustodialIndicator.USFedCustodialIndicator
{
@ObjectModel.foreignKey.association: '_USFedCustodialIndicator'
  key cast(domvalue_l as fm_flg_custodial) as USFedCustodialIndicator,

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


      @Semantics.text: true
      cast(ddtext as fmfg_flg_custodial_text)                               as USFedCustodialIndicatorText,
      _USFedCustodialIndicator,
      _Language

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