I_IN_GSTR3BStatusText
India GSTR3B Status - Text
I_IN_GSTR3BStatusText is a Basic CDS View that provides data about "India GSTR3B Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields IN_GSTR3BStatus, Language. It has 2 associations to related views. Part of development package GLO_FIN_GST_IN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_IN_GSTR3BStatus | _IN_GSTR3BStatus | $projection.IN_GSTR3BStatus = _IN_GSTR3BStatus.IN_GSTR3BStatus |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | India GSTR3B Status - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | IN_GSTR3BStatus | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #BASIC | view | |
| Consumption.ranked | true | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'India GSTR3B Status - Text'
@ObjectModel: { dataCategory: #TEXT ,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE] ,
representativeKey: 'IN_GSTR3BStatus',
usageType: { serviceQuality: #A ,
dataClass: #META ,
sizeCategory: #S } }
@Search.searchable: true
@VDM:{ lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #BASIC }
@Consumption.ranked: true
define view entity I_IN_GSTR3BStatusText as select from dd07t
association [0..1] to I_IN_GSTR3BStatus as _IN_GSTR3BStatus on $projection.IN_GSTR3BStatus = _IN_GSTR3BStatus.IN_GSTR3BStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel:{ foreignKey.association: '_IN_GSTR3BStatus' ,
text.element: ['IN_GSTR3BStatusDescription'] }
key cast ( dd07t.domvalue_l as figstin_gstr3b_status ) as IN_GSTR3BStatus,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key dd07t.ddlanguage as Language,
@Search:{ defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW }
@Semantics.text: true
cast( dd07t.ddtext as figstin_gstr3b_status_text preserving type ) as IN_GSTR3BStatusDescription,
@Consumption.hidden: true
dd07t.domvalue_l as DomainValue,
_IN_GSTR3BStatus,
_Language
}
where
dd07t.domname = 'FIGSTIN_GSTR3B_STATUS'
and dd07t.as4local = 'A'
and dd07t.as4vers = '0000'
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