I_TH_EDocIndicatorText

DDL: I_TH_EDOCINDICATORTEXT Type: view_entity BASIC Package: GLO_FIN_IS_VAT_TH

Thailand EDoc Indicator - Text

I_TH_EDocIndicatorText is a Basic CDS View that provides data about "Thailand EDoc Indicator - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Language, DomainValue. Part of development package GLO_FIN_IS_VAT_TH.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (9)

NameValueLevelField
EndUserText.label Thailand EDoc Indicator - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
ObjectModel.representativeKey DomainValue view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY DomainValue domvalue_l
DomainText ddtext
@EndUserText.label: 'Thailand EDoc Indicator - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory:#TEXT
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey:'DomainValue'
define view entity I_TH_EDocIndicatorText as select from dd07t
{
  @Semantics.language:true
  key ddlanguage  as Language,
  key domvalue_l  as DomainValue,
  @Semantics.text:true
      ddtext      as DomainText
}
where domname = 'XFLD'
  and as4local = 'A'