E_CFinRpldBillingDocument

DDL: E_CFINRPLDBILLINGDOCUMENT SQL: ECFRCIE Type: view EXTENSION

CFin Rpld Customer Invoice - Extension

E_CFinRpldBillingDocument is a Extension CDS View that provides data about "CFin Rpld Customer Invoice - Extension" in SAP S/4HANA. It reads from 1 data source (cfin_av_ci_root) and exposes 3 fields with key fields CFinRpldBillingDocumentUUID, SourceSystemLogicalSystem, CFinReplicatedBillingDocument.

Data Sources (1)

SourceAliasJoin Type
cfin_av_ci_root Persistence from

Annotations (9)

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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CFinRpldBillingDocumentUUID cfin_av_ci_root av_dbkey DB Key
KEY SourceSystemLogicalSystem cfin_av_ci_root fins_logsys Logical system
KEY CFinReplicatedBillingDocument cfin_av_ci_root vbeln SD Sched. Agmt

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_CFinRpldBillingDocument.
-- 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: ECFRCIE

CREATE VIEW E_CFinRpldBillingDocument AS
SELECT
  Persistence.av_dbkey AS CFinRpldBillingDocumentUUID,
  Persistence.fins_logsys AS SourceSystemLogicalSystem,
  Persistence.vbeln AS CFinReplicatedBillingDocument
FROM cfin_av_ci_root AS Persistence
;