I_CnsldtnGLRecordTypeText

DDL: I_CNSLDTNGLRECORDTYPETEXT SQL: ICSGLRECORDTYPT Type: view BASIC

Consolidation GLRecord Type Text

I_CnsldtnGLRecordTypeText is a Basic CDS View that provides data about "Consolidation GLRecord Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields GLRecordType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICSGLRECORDTYPT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Consolidation GLRecord Type Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey GLRecordType view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY GLRecordType
KEY Language
GLRecordTypeName
DomainValue domvalue_l
_Language _Language
@AbapCatalog.sqlViewName: 'ICSGLRECORDTYPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Consolidation GLRecord Type Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'GLRecordType'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #C,
  sizeCategory: #S
}
@Search.searchable: true
define view I_CnsldtnGLRecordTypeText
  as select from dd07t

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{

  key cast( domvalue_l as fc_rrcty ) as GLRecordType,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true

  key cast( ddlanguage as spras )    as Language,

      @Semantics.text: true
      @Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH}
      cast(ddtext as fis_val_text)   as GLRecordTypeName,

      @Analytics.hidden: true
      @Consumption.hidden: true
      domvalue_l                     as DomainValue, // required for optimized join definitions


      _Language
}

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