I_GteeMBillingPlanStatusT

DDL: I_GTEEMBILLINGPLANSTATUST SQL: IGMBLGPLNSTST Type: view BASIC

GteeM Billing Plan Status - Text

I_GteeMBillingPlanStatusT is a Basic CDS View that provides data about "GteeM Billing Plan Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IGMBLGPLNSTST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label GteeM Billing Plan Status - Text view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey GteeMBillingPlanStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Language
_GteeMBillingPlanStatus _GteeMBillingPlanStatus
@AbapCatalog.sqlViewName: 'IGMBLGPLNSTST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'GteeM Billing Plan Status - Text'
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@Analytics.dataExtraction.enabled: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel: {
     dataCategory: #TEXT,
     representativeKey: 'GteeMBillingPlanStatus',
     usageType: {
         dataClass: #META,
         serviceQuality: #A,
         sizeCategory: #S
     },
     supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ]
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

define view I_GteeMBillingPlanStatusT  as select from dd07t
  association  to parent I_GteeMBillingPlanStatus as _GteeMBillingPlanStatus  on $projection.GteeMBillingPlanStatus = _GteeMBillingPlanStatus.GteeMBillingPlanStatus
{
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras )              as Language,
      @ObjectModel.foreignKey.association: '_GteeMBillingPlanStatus'
      @ObjectModel.text.element: ['GteeMBillingPlanStatusName']
  key cast ( cast ( substring( dd07t.domvalue_l, 1, 1 )
             as abap.char( 1 ) ) as gmbpstatus ) as GteeMBillingPlanStatus,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      cast ( substring ( dd07t.ddtext, 1, 45 )
             as gmbpstatus_name )              as GteeMBillingPlanStatusName,
      _GteeMBillingPlanStatus
}
where
      domname  = 'GMBPSTATUS'
  and as4local = 'A'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_GTEEMBILLINGPLANSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/