I_IN_EDCDocumentSectionVH

DDL: I_IN_EDCDOCUMENTSECTIONVH Type: view_entity BASIC Package: GLO-EDO-IN-EDC

India GSTR Document Section

I_IN_EDCDocumentSectionVH is a Basic CDS View that provides data about "India GSTR Document Section" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields IN_DocumentSectionCode, Language. It has 1 association to related views. Part of development package GLO-EDO-IN-EDC.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label India GSTR Document Section view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey IN_DocumentSectionCode view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY IN_DocumentSectionCode
KEY Language ddlanguage
IN_EDCDocumentSectionText ddtext
_Language _Language
@AccessControl.authorizationCheck:#NOT_REQUIRED
@EndUserText.label:'India GSTR Document Section'
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType:{
serviceQuality:#A,
sizeCategory:#S,
dataClass:#MASTER
}
@Search.searchable:true
@AccessControl.personalData.blocking:#NOT_REQUIRED
@VDM.viewType:#BASIC
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.representativeKey:'IN_DocumentSectionCode'
@Consumption.ranked:true
define view entity I_IN_EDCDocumentSectionVH
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{

      @ObjectModel:{text.element:['IN_EDCDocumentSectionText']}
  key cast(dd07t.domvalue_l       as edc_in_doc_section_r2 ) as IN_DocumentSectionCode,
      @Semantics.language
      @UI.hidden:true
  key ddlanguage                                             as Language,
      @Semantics.text:true
      @Search:{
      defaultSearchElement:true,
      ranking:#HIGH,
      fuzzinessThreshold:0.8}
      ddtext                                                 as IN_EDCDocumentSectionText,
      _Language

}
where
      domname    = 'EDC_IN_DOC_SECTION_R2'
  and as4local   = 'A'
  and ddlanguage = $session.system_language
  and domvalue_l <> 'ISD'
  and domvalue_l <> 'ISDA'
  and domvalue_l <> 'ITCREV'