A_CFinRpldSalesDocScheduleLine
CFin Rpld Sales Doc. Scheduleline (API)
A_CFinRpldSalesDocScheduleLine is a Consumption CDS View that provides data about "CFin Rpld Sales Doc. Scheduleline (API)" in SAP S/4HANA. It reads from 1 data source (cfin_avso_slne) and exposes 11 fields with key fields SourceSystemLogicalSystem, CFinReplicatedSalesDocument, CFinRpldSalesDocumentItem, CFinRpldSalesDocScheduleLine. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cfin_avso_slne | cfin_avso_slne | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | A_CFinRpldSalesDocument | _CFinRpldSalesDocument | $projection.SourceSystemLogicalSystem = _CFinRpldSalesDocument.SourceSystemLogicalSystem and $projection.CFinReplicatedSalesDocument = _CFinRpldSalesDocument.CFinReplicatedSalesDocument |
| [1..1] | E_CFinRpldSlsDocScheduleLine | _Extension | $projection.SourceSystemLogicalSystem = _Extension.SourceSystemLogicalSystem and $projection.CFinReplicatedSalesDocument = _Extension.CFinReplicatedSalesDocument and $projection.CFinRpldSalesDocumentItem = _Extension.CFinRpldSalesDocumentItem and $projection.CFinRpldSalesDocScheduleLine = _Extension.CFinRpldSalesDocScheduleLine |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | CFin Rpld Sales Doc. Scheduleline (API) | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.query.implementedBy | ABAP:CL_FINS_CFIN_AV_EX_QRY_NO_IMPL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourceSystemLogicalSystem | sourcesystemlogicalsystem | Sender Log Sys. | |
| KEY | CFinReplicatedSalesDocument | cfinreplicatedsalesdocument | Central Finance Repl. Sales Document | |
| KEY | CFinRpldSalesDocumentItem | cfinrpldsalesdocumentitem | Central Finance Repl. Sales Doc. Item | |
| KEY | CFinRpldSalesDocScheduleLine | cfinrpldsalesdocscheduleline | Central Finance Repl. Schedule Line | |
| LastChangeDateTime | cfin_avso_slne | lastchangedatetime | Timestamp | |
| OrderID | cfin_avso_slne | orderid | Order ID | |
| DeliveryDate | cfin_avso_slne | deliverydate | Delivery Date | |
| ScheduleLineOrderQuantity | cfin_avso_slne | schedulelineorderquantity | Scheduled Qty | |
| OrderQuantityUnit | cfin_avso_slne | orderquantityunit | Sales Unit | |
| _CFinRpldSalesDocument | _CFinRpldSalesDocument | |||
| _CFinRpldSalesDocumentItem | _CFinRpldSalesDocumentItem |
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 A_CFinRpldSalesDocScheduleLine.
-- 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 A_CFinRpldSalesDocScheduleLine AS
SELECT
SourceSystemLogicalSystem,
CFinReplicatedSalesDocument,
CFinRpldSalesDocumentItem,
CFinRpldSalesDocScheduleLine,
cfin_avso_slne.lastchangedatetime AS LastChangeDateTime,
cfin_avso_slne.orderid AS OrderID,
cfin_avso_slne.deliverydate AS DeliveryDate,
cfin_avso_slne.schedulelineorderquantity AS ScheduleLineOrderQuantity,
cfin_avso_slne.orderquantityunit AS OrderQuantityUnit
FROM cfin_avso_slne
LEFT OUTER JOIN A_CFinRpldSalesDocument AS _CFinRpldSalesDocument ON SourceSystemLogicalSystem = _CFinRpldSalesDocument.SourceSystemLogicalSystem AND CFinReplicatedSalesDocument = _CFinRpldSalesDocument.CFinReplicatedSalesDocument -- association [1..1]
LEFT OUTER JOIN E_CFinRpldSlsDocScheduleLine AS _Extension ON SourceSystemLogicalSystem = _Extension.SourceSystemLogicalSystem AND CFinReplicatedSalesDocument = _Extension.CFinReplicatedSalesDocument AND CFinRpldSalesDocumentItem = _Extension.CFinRpldSalesDocumentItem AND CFinRpldSalesDocScheduleLine = _Extension.CFinRpldSalesDocScheduleLine -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA