E_CADocumentHeader

DDL: E_CADOCUMENTHEADER SQL: ECADOCHEADER Type: view EXTENSION

Belegkopf Erweiterung

E_CADocumentHeader is a Extension CDS View that provides data about "Belegkopf Erweiterung" in SAP S/4HANA. It reads from 1 data source (dfkkko) and exposes 1 field with key field CADocumentNumber.

Data Sources (1)

SourceAliasJoin Type
dfkkko Persistence from

Annotations (5)

NameValueLevelField
EndUserText.label Belegkopf Erweiterung view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #P view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.sqlViewName ECADOCHEADER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CADocumentNumber dfkkko opbel
@EndUserText.label: 'Belegkopf Erweiterung'
@VDM.viewType: #EXTENSION
@ObjectModel.usageType.serviceQuality: #P 
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AbapCatalog.sqlViewName: 'ECADOCHEADER'
define view E_CADocumentHeader 
  as select from dfkkko as Persistence
{
  key Persistence.opbel as CADocumentNumber
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DFKKKO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/