I_BR_NFAcctAsgtCategoryText

DDL: I_BR_NFACCTASGTCATEGORYTEXT SQL: IACCTASGTCATTXT Type: view BASIC

Text CDS View - NF Account Assignment Category Value Help

I_BR_NFAcctAsgtCategoryText is a Basic CDS View that provides data about "Text CDS View - NF Account Assignment Category Value Help" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, BR_NFAcctAsgtCategory. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_NFAcctAsgtCategory _BR_NFAcctAsgtCategory $projection.BR_NFAcctAsgtCategory = _BR_NFAcctAsgtCategory.BR_NFAcctAsgtCategory
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IACCTASGTCATTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey BR_NFAcctAsgtCategory view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view
EndUserText.label Text CDS View - NF Account Assignment Category Value Help view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY BR_NFAcctAsgtCategory
DomainValue dd07t domvalue_l
BR_NFAcctAsgtCategoryText
_BR_NFAcctAsgtCategory _BR_NFAcctAsgtCategory
_Language _Language
@AbapCatalog.sqlViewName: 'IACCTASGTCATTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BR_NFAcctAsgtCategory'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Text CDS View - NF Account Assignment Category Value Help'
define view I_BR_NFAcctAsgtCategoryText
  as select from dd07t
  association [1..1] to I_BR_NFAcctAsgtCategory as _BR_NFAcctAsgtCategory on $projection.BR_NFAcctAsgtCategory = _BR_NFAcctAsgtCategory.BR_NFAcctAsgtCategory
  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_NFAcctAsgtCategory'
      @ObjectModel.text.element: ['BR_NFAcctAsgtCategory']
  key cast( dd07t.domvalue_l as /tmf/de_nf_acct_asgt_categ )               as BR_NFAcctAsgtCategory,
      @Consumption.hidden: true
      dd07t.domvalue_l                                                     as DomainValue,
      @Consumption.filter.hidden: true
      @Semantics.text: true
      cast( dd07t.ddtext as /tmf/de_nf_acct_asgt_categ_t preserving type ) as BR_NFAcctAsgtCategoryText,
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT,
                                #TO_COMPOSITION_ROOT]
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Semantics.text: true
      _BR_NFAcctAsgtCategory,
      _Language
}
where
      dd07t.domname    = '/TMF/DD_NF_ACCT_ASGT_CATEG'
  and dd07t.as4local   = 'A'
  and dd07t.as4vers    = '0000'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_NFACCTASGTCATEGORY",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/