E_SalesDocumentBasic

DDL: E_SALESDOCUMENTBASIC Type: view_entity EXTENSION

Extension view for VBAK

E_SalesDocumentBasic is a Extension CDS View that provides data about "Extension view for VBAK" in SAP S/4HANA. It reads from 1 data source (vbak) and exposes 1 field with key field SalesDocument.

Data Sources (1)

SourceAliasJoin Type
vbak Persistence from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #P view
EndUserText.label Extension view for VBAK view
VDM.viewType #EXTENSION view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix SDH view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SalesDocument vbak vbeln
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #P
@EndUserText.label: 'Extension view for VBAK'
@VDM.viewType: #EXTENSION
@AbapCatalog.extensibility: {
  extensible: true,
  elementSuffix: 'SDH',
  allowNewDatasources: false,
  dataSources: ['Persistence'],
  quota: {
    maximumFields: 204, //This is calculated with formula - 2* <Customer Percentage from SCFD_REGISTRY> * <max number of fields in SCFD_REGISTRY>

    maximumBytes: 4080  //This is calculated with formula - 4 * <Customer Percentage from SCFD_REGISTRY> * <max number of chars as defined in SCFD_REGISTRY>

  }
}
define view entity E_SalesDocumentBasic
  as select from vbak as Persistence
{
  key Persistence.vbeln as SalesDocument
} 
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"VBAK"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/