I_IN_EDCDocumentSectionVH
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA