I_BPBillingEventType

DDL: I_BPBILLINGEVENTTYPE SQL: IBPBILLEVENT Type: view BASIC

Billing Event Type

I_BPBillingEventType is a Basic CDS View (Dimension) that provides data about "Billing Event Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field EventType.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPBILLEVENT view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
EndUserText.label Billing Event Type view
ObjectModel.representativeKey EventType view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EventType domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IBPBILLEVENT'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@VDM.viewType: #BASIC
@EndUserText.label: 'Billing Event Type'
@ObjectModel.representativeKey: 'EventType'
@ObjectModel.usageType.sizeCategory: #XL 
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MIXED

define view I_BPBillingEventType 
as select from dd07l
association[0..*] to I_BPBillingEventTypeName as _Text on $projection.EventType = _Text.EventType
{

 @ObjectModel.text.association: '_Text'
  key domvalue_l as EventType,
  
  _Text
  
}
where dd07l.domname = '/CPD/BILL_SOURCE_ID' and dd07l.as4local = 'A'
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BPBILLINGEVENTTYPENAME"
],
"BASE":
[],
"VERSION":0
}
}*/