E_CABillgDocHeader

DDL: E_CABILLGDOCHEADER Type: view_entity EXTENSION

Abrechnungsbelegkopf Erweiterung

E_CABillgDocHeader is a Extension CDS View that provides data about "Abrechnungsbelegkopf Erweiterung" in SAP S/4HANA. It reads from 1 data source (dfkkinvbill_h) and exposes 1 field with key field CABillgDocument.

Data Sources (1)

SourceAliasJoin Type
dfkkinvbill_h Persistence from

Annotations (10)

NameValueLevelField
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix BLH view
AbapCatalog.extensibility.quota.maximumFields 340 view
AbapCatalog.extensibility.quota.maximumBytes 6800 view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Abrechnungsbelegkopf Erweiterung view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CABillgDocument dfkkinvbill_h billdocno Billing Doc.

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_CABillgDocHeader.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW E_CABillgDocHeader AS
SELECT
  Persistence.billdocno AS CABillgDocument
FROM dfkkinvbill_h AS Persistence
;