I_GteeMBillgElmntIsInProcessT

DDL: I_GTEEMBILLGELMNTISINPROCESST SQL: IGMGBEINPRT Type: view BASIC Package: PSM_S4C_GM_BILLING

Grant Billing Element In Process - Text

I_GteeMBillgElmntIsInProcessT is a Basic CDS View that provides data about "Grant Billing Element In Process - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key field Language. It has 1 association to related views. Part of development package PSM_S4C_GM_BILLING.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IGMGBEINPRT view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Grant Billing Element In Process - Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #NONE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey GteeMBillgElmntIsInProcess view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view
Search.searchable false view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language
GteeMBillgElmntInProcessText
_GteeMBillgElmntIsInProcess _GteeMBillgElmntIsInProcess
_Language _Language
@AbapCatalog.sqlViewName: 'IGMGBEINPRT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Grant Billing Element In Process - Text'

@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #NONE
@ObjectModel: {
     dataCategory: #TEXT,
     representativeKey: 'GteeMBillgElmntIsInProcess',
     usageType: {
         dataClass: #META,
         serviceQuality: #A,
         sizeCategory: #S
     }
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: false

define view I_GteeMBillgElmntIsInProcessT
  as select from dd07t
  association        to parent I_GteeMBillgElmntIsInProcess as _GteeMBillgElmntIsInProcess on $projection.GteeMBillgElmntIsInProcess = _GteeMBillgElmntIsInProcess.GteeMBillgElmntIsInProcess
  association [0..1] to I_Language                         as _Language                  on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_GteeMBillgElmntIsInProcess'
      @ObjectModel.text.element: ['GteeMBillgElmntInProcessText']
  key cast( cast ( substring( dd07t.domvalue_l, 1, 1 )
                   as abap.char( 1 ) ) as gmbe_blg_elmnt_in_process )         as GteeMBillgElmntIsInProcess,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key cast( dd07t.ddlanguage as spras preserving type )             as Language,
      @Semantics.text: true
      cast ( dd07t.ddtext as  gmbe_blg_elmnt_in_proc_text preserving type ) as GteeMBillgElmntInProcessText,

      _GteeMBillgElmntIsInProcess,
      _Language

}
where
      domname    =  'XFELD'
  and as4local   =  'A'