E_UtilitiesBillingDocument

DDL: E_UTILITIESBILLINGDOCUMENT SQL: EIEBILLINGDOC Type: view EXTENSION

Utilities Billing Document Extension

E_UtilitiesBillingDocument is a Extension CDS View that provides data about "Utilities Billing Document Extension" in SAP S/4HANA. It reads from 1 data source (erch) and exposes 1 field with key field UtilitiesBillingDocument.

Data Sources (1)

SourceAliasJoin Type
erch Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EIEBILLINGDOC view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Utilities Billing Document Extension view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY UtilitiesBillingDocument erch belnr
@AbapCatalog.sqlViewName: 'EIEBILLINGDOC'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Utilities Billing Document Extension'

define view E_UtilitiesBillingDocument
  as select from erch as Persistence
{
  key Persistence.belnr as UtilitiesBillingDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ERCH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/