E_CABillgDocPaymentItem

DDL: E_CABILLGDOCPAYMENTITEM Type: view_entity EXTENSION

Billg Document Payment Item - Extension

E_CABillgDocPaymentItem is a Extension CDS View that provides data about "Billg Document Payment Item - Extension" in SAP S/4HANA. It reads from 1 data source (dfkkinvbill_py) and exposes 2 fields with key fields CABillgDocument, CABillgDocPaymentItem.

Data Sources (1)

SourceAliasJoin Type
dfkkinvbill_py Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Billg Document Payment Item - Extension view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CABillgDocument dfkkinvbill_py billdocno Billing Doc.
KEY CABillgDocPaymentItem dfkkinvbill_py billdocpayitem Pmt Data Item

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_CABillgDocPaymentItem.
-- 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_CABillgDocPaymentItem AS
SELECT
  Persistence.billdocno AS CABillgDocument,
  Persistence.billdocpayitem AS CABillgDocPaymentItem
FROM dfkkinvbill_py AS Persistence
;