E_CFinRpldPurgDocAcctAssgmt

DDL: E_CFINRPLDPURGDOCACCTASSGMT Type: view_entity EXTENSION

CFin Rpld PD Acct Assgmt - Extension

E_CFinRpldPurgDocAcctAssgmt is a Extension CDS View that provides data about "CFin Rpld PD Acct Assgmt - Extension" in SAP S/4HANA. It reads from 1 data source (cfin_av_po_acc) and exposes 5 fields with key fields CFinRpldPurgDocAcctAssgmtUUID, SourceSystemLogicalSystem, CFinRpldPurchasingDocument, CFinRpldPurchasingDocumentItem, CFinRpldPurgDocAcctAssgmt.

Data Sources (1)

SourceAliasJoin Type
cfin_av_po_acc Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label CFin Rpld PD Acct Assgmt - Extension view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CFinRpldPurgDocAcctAssgmtUUID cfin_av_po_acc db_key UUID
KEY SourceSystemLogicalSystem cfin_av_po_acc fins_logsys Logical system
KEY CFinRpldPurchasingDocument cfin_av_po_acc ebeln Source PurchDoc
KEY CFinRpldPurchasingDocumentItem cfin_av_po_acc ebelp Item pur. doc.
KEY CFinRpldPurgDocAcctAssgmt cfin_av_po_acc zekkn Account Assgmt No.

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_CFinRpldPurgDocAcctAssgmt.
-- 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_CFinRpldPurgDocAcctAssgmt AS
SELECT
  Persistence.db_key AS CFinRpldPurgDocAcctAssgmtUUID,
  Persistence.fins_logsys AS SourceSystemLogicalSystem,
  Persistence.ebeln AS CFinRpldPurchasingDocument,
  Persistence.ebelp AS CFinRpldPurchasingDocumentItem,
  Persistence.zekkn AS CFinRpldPurgDocAcctAssgmt
FROM cfin_av_po_acc AS Persistence
;