E_CFinRpldPurchasingDocument

DDL: E_CFINRPLDPURCHASINGDOCUMENT SQL: ECFRPOE Type: view EXTENSION Package: FINS_CFIN_ACC_VIEW

CFin Rpld Purg Document - Extension

E_CFinRpldPurchasingDocument is a Extension CDS View that provides data about "CFin Rpld Purg Document - Extension" in SAP S/4HANA. It reads from 1 data source (cfin_av_po_root) and exposes 2 fields with key fields SourceSystemLogicalSystem, CFinRpldPurchasingDocument. Part of development package FINS_CFIN_ACC_VIEW.

Data Sources (1)

SourceAliasJoin Type
cfin_av_po_root Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ECFRPOE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label CFin Rpld Purg Document - Extension view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SourceSystemLogicalSystem cfin_av_po_root fins_logsys Logical system
KEY CFinRpldPurchasingDocument cfin_av_po_root ebeln Source PurchDoc

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_CFinRpldPurchasingDocument.
-- 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.
-- SQL view name: ECFRPOE

CREATE VIEW E_CFinRpldPurchasingDocument AS
SELECT
  Persistence.fins_logsys AS SourceSystemLogicalSystem,
  Persistence.ebeln AS CFinRpldPurchasingDocument
FROM cfin_av_po_root AS Persistence
;