I_IN_GSTR3BStatusText

DDL: I_IN_GSTR3BSTATUSTEXT Type: view_entity BASIC Package: GLO_FIN_GST_IN

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)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[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)

NameValueLevelField
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

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY IN_GSTR3BStatus
KEY Language dd07t ddlanguage
IN_GSTR3BStatusDescription
DomainValue dd07t domvalue_l
_IN_GSTR3BStatus _IN_GSTR3BStatus
_Language _Language
@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'