I_DDHistlBufDomainFxdValTxt

DDL: I_DDHISTLBUFDOMAINFXDVALTXT Type: view_entity BASIC

DD Historical Buffer App Domain - Text

I_DDHistlBufDomainFxdValTxt is a Basic CDS View that provides data about "DD Historical Buffer App Domain - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 7 fields with key fields SAPDataDictionaryDomain, DomainValue, DomainActivationState, DomainValuePosition, DomainVersion.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label DD Historical Buffer App Domain - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname
KEY DomainValue domvalue_l
KEY DomainActivationState as4local
KEY DomainValuePosition valpos
KEY DomainVersion as4vers
KEY LanguageCode ddlanguage
DomainText ddtext
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'DD Historical Buffer App Domain - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@ObjectModel.dataCategory:#TEXT
@VDM.viewType: #BASIC
define view entity I_DDHistlBufDomainFxdValTxt 
as select from dd07t {
  key domname     as  SAPDataDictionaryDomain,
  key domvalue_l  as  DomainValue,
  key as4local    as  DomainActivationState,
  key valpos      as  DomainValuePosition,
  key as4vers     as  DomainVersion, 
  @Semantics.language: true
  key ddlanguage  as  LanguageCode,
  @Semantics.text: true
  ddtext      as  DomainText
}
where ddlanguage = $session.system_language
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/