E_BillingDocument

DDL: E_BILLINGDOCUMENT Type: view EXTENSION

Extension View for VBRK

E_BillingDocument is a Extension CDS View that provides data about "Extension View for VBRK" in SAP S/4HANA. It reads from 1 data source (vbrk) and exposes 1 field with key field BillingDocument.

Data Sources (1)

SourceAliasJoin Type
vbrk Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ESDBILLINGDOC view
AbapCatalog.preserveKey true view
ClientDependent true view
EndUserText.label Extension View for VBRK view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY BillingDocument vbrk vbeln
@AbapCatalog: {
  sqlViewName: 'ESDBILLINGDOC',
  preserveKey: true
}
@ClientDependent: true
@EndUserText.label: 'Extension View for VBRK'
@VDM.viewType: #EXTENSION 
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ObjectModel: {
   usageType: { 
    serviceQuality:#A,
    sizeCategory: #L,
    dataClass: #TRANSACTIONAL
   }
}

define view E_BillingDocument as select from vbrk as Persistence {
  key Persistence.vbeln as BillingDocument
} 
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"VBRK"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/