E_CFinRpldPurgDocHistAcctAsgt

DDL: E_CFINRPLDPURGDOCHISTACCTASGT Type: view_entity EXTENSION

CFin Rpld PD Hist AcctAssgmt - Extension

E_CFinRpldPurgDocHistAcctAsgt is a Extension CDS View that provides data about "CFin Rpld PD Hist AcctAssgmt - Extension" in SAP S/4HANA. It reads from 1 data source (cfin_av_po_roacc) and exposes 9 fields with key fields CFinRpldPurgHistAcctAssgmtUUID, SourceSystemLogicalSystem, CFinRpldPurchasingDocument, CFinRpldPurchasingDocumentItem, CFinRpldPurgDocAcctAssgmt.

Data Sources (1)

SourceAliasJoin Type
cfin_av_po_roacc Persistence from

Annotations (6)

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

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CFinRpldPurgHistAcctAssgmtUUID cfin_av_po_roacc db_key UUID
KEY SourceSystemLogicalSystem cfin_av_po_roacc fins_logsys Logical system
KEY CFinRpldPurchasingDocument cfin_av_po_roacc ebeln Source PurchDoc
KEY CFinRpldPurchasingDocumentItem cfin_av_po_roacc ebelp Item pur. doc.
KEY CFinRpldPurgDocAcctAssgmt cfin_av_po_roacc zekkn Account Assgmt No.
KEY PurchaseOrderTransactionType cfin_av_po_roacc vgabe Transact. Type
KEY MaterialDocumentYear cfin_av_po_roacc gjahr Settlement Year
KEY CFinSourceMaterialDocument cfin_av_po_roacc belnr SD Document
KEY CFinSourceMaterialDocumentItem cfin_av_po_roacc buzei Posting View 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_CFinRpldPurgDocHistAcctAsgt.
-- 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_CFinRpldPurgDocHistAcctAsgt AS
SELECT
  Persistence.db_key AS CFinRpldPurgHistAcctAssgmtUUID,
  Persistence.fins_logsys AS SourceSystemLogicalSystem,
  Persistence.ebeln AS CFinRpldPurchasingDocument,
  Persistence.ebelp AS CFinRpldPurchasingDocumentItem,
  Persistence.zekkn AS CFinRpldPurgDocAcctAssgmt,
  Persistence.vgabe AS PurchaseOrderTransactionType,
  Persistence.gjahr AS MaterialDocumentYear,
  Persistence.belnr AS CFinSourceMaterialDocument,
  Persistence.buzei AS CFinSourceMaterialDocumentItem
FROM cfin_av_po_roacc AS Persistence
;