I_BR_CreditSourceText

DDL: I_BR_CREDITSOURCETEXT SQL: I_BR_CRED_SRC_T Type: view BASIC

Basic CDS view for Credit Source Text Value Help

I_BR_CreditSourceText is a Basic CDS View that provides data about "Basic CDS view for Credit Source Text Value Help" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, BR_CreditSource. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_CreditSource _BR_CreditSource $projection.BR_CreditSource = _BR_CreditSource.BR_CreditSource
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName I_BR_CRED_SRC_T view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic CDS view for Credit Source Text Value Help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey BR_CreditSource view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY BR_CreditSource
DomainValue dd07t domvalue_l
BR_CreditSourceText
_BR_CreditSource _BR_CreditSource
_Language _Language
@AbapCatalog.sqlViewName: 'I_BR_CRED_SRC_T'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Basic CDS view for Credit Source Text Value Help'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BR_CreditSource'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #BASIC
define view I_BR_CreditSourceText
  as select from dd07t
  association [1..1] to I_BR_CreditSource as _BR_CreditSource on $projection.BR_CreditSource = _BR_CreditSource.BR_CreditSource
  association [0..1] to I_Language               as _Language        on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )               as Language,
      @ObjectModel.foreignKey.association: '_BR_CreditSource'
      @ObjectModel.text.element: ['BR_CreditSource']
  key cast( dd07t.domvalue_l as /tmf/de_credit_source )               as BR_CreditSource,
      @Consumption.hidden: true
      dd07t.domvalue_l                                                as DomainValue,
      @Consumption.filter.hidden: true
      @UI.hidden: true
      @Semantics.text: true
      cast( dd07t.ddtext as /tmf/de_credit_source_t preserving type ) as BR_CreditSourceText,
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, 
                                      #TO_COMPOSITION_ROOT] 
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      _BR_CreditSource,
      _Language
}
where
      dd07t.domname    = '/TMF/DD_CREDIT_SOURCE'
  and dd07t.as4local   = 'A'
  and dd07t.as4vers    = '0000'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_CREDITSOURCE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/