I_GteeMBillgElmntIsInProcess

DDL: I_GTEEMBILLGELMNTISINPROCESS SQL: IGMGBEINPR Type: view BASIC

Grantee Mgmt Billing Element In Process

I_GteeMBillgElmntIsInProcess is a Basic CDS View that provides data about "Grantee Mgmt Billing Element In Process" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field GteeMBillgElmntIsInProcess. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_GteeMBillgElmntIsInProcessT _Text

Annotations (16)

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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY GteeMBillgElmntIsInProcess
_Text _Text
@AbapCatalog.sqlViewName: 'IGMGBEINPR'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Grantee Mgmt Billing Element In Process'

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

define root view I_GteeMBillgElmntIsInProcess
  as select from dd07l
  composition [0..*] of I_GteeMBillgElmntIsInProcessT as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( cast ( substring( dd07l.domvalue_l, 1, 1 ) as abap.char( 1 ) ) as gmbe_blg_elmnt_in_process ) as GteeMBillgElmntIsInProcess,

      _Text

}
where
      domname    =  'XFELD'
  and as4local   =  'A'
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_GTEEMBILLGELMNTISINPROCESST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/