R_CntrlReqForQtanScheduleLine
Restricted View for Central RFQ Item Schedule Line
R_CntrlReqForQtanScheduleLine is a Basic CDS View that provides data about "Restricted View for Central RFQ Item Schedule Line" in SAP S/4HANA. It reads from 2 data sources (I_PurgDocScheduleLineBasic, R_CentralRequestForQuotation) and exposes 15 fields with key fields CentralRequestForQuotation, CentralRequestForQuotationItem, ScheduleLine. It has 2 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_PurgDocScheduleLineBasic | I_PurgDocScheduleLineBasic | from |
| R_CentralRequestForQuotation | R_CentralRequestForQuotation | inner |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | R_CentralRequestForQuotation | _CentralRequestForQuotation | $projection.CentralRequestForQuotation = _CentralRequestForQuotation.CentralRequestForQuotation |
| [1..1] | R_CentralReqForQuotationItem | _CentralReqForQuotationItem | $projection.CentralRequestForQuotation = _CentralReqForQuotationItem.CentralRequestForQuotation and $projection.CentralRequestForQuotationItem = _CentralReqForQuotationItem.CentralRequestForQuotationItem |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Restricted View for Central RFQ Item Schedule Line | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AbapCatalog.sqlViewName | RCNTRLRFQSCHL | view | |
| ObjectModel.representativeKey | ScheduleLine | view | |
| ObjectModel.semanticKey | CentralRequestForQuotation | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CentralRequestForQuotation | Purchasing Document | ||
| KEY | CentralRequestForQuotationItem | Purchasing Doc. Item | ||
| KEY | ScheduleLine | ScheduleLine | Schedule Line | |
| DelivDateCategory | DelivDateCategory | Delivery Date | ||
| ScheduleLineDeliveryDate | Delivery Date | |||
| SchedLineStscDeliveryDate | SchedLineStscDeliveryDate | Stat. Del. Date | ||
| ScheduleLineDeliveryTime | ScheduleLineDeliveryTime | Time | ||
| ScheduleLineOrderQuantity | ScheduleLineOrderQuantity | Scheduled Qty | ||
| RoughGoodsReceiptQty | RoughGoodsReceiptQty | Delivered | ||
| PerformancePeriodStartDate | Start of Performance Period | |||
| PerformancePeriodEndDate | End of Performance Period | |||
| OrderQuantityUnit | I_PurgDocScheduleLineBasic | OrderQuantityUnit | Sales Unit | |
| _CentralRequestForQuotation | _CentralRequestForQuotation | |||
| _CentralReqForQuotationItem | _CentralReqForQuotationItem | |||
| _DeliveryDateCategory | _DeliveryDateCategory |
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 R_CntrlReqForQtanScheduleLine.
-- 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: RCNTRLRFQSCHL
CREATE VIEW R_CntrlReqForQtanScheduleLine AS
SELECT
cast (PurchasingDocument as vdm_requestforquotation preserving type ) AS CentralRequestForQuotation,
cast (PurchasingDocumentItem as vdm_requestforquotationitem preserving type ) AS CentralRequestForQuotationItem,
ScheduleLine,
DelivDateCategory,
cast (ScheduleLineDeliveryDate as mm_a_delivery_date preserving type) AS ScheduleLineDeliveryDate,
SchedLineStscDeliveryDate,
ScheduleLineDeliveryTime,
ScheduleLineOrderQuantity,
RoughGoodsReceiptQty,
cast (PerformancePeriodStartDate as vdm_performanceperiodstartdate preserving type) AS PerformancePeriodStartDate,
cast (PerformancePeriodEndDate as vdm_performanceperiodenddate preserving type) AS PerformancePeriodEndDate,
I_PurgDocScheduleLineBasic.OrderQuantityUnit AS OrderQuantityUnit
FROM I_PurgDocScheduleLineBasic
INNER JOIN R_CentralRequestForQuotation ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN R_CentralRequestForQuotation AS _CentralRequestForQuotation ON CentralRequestForQuotation = _CentralRequestForQuotation.CentralRequestForQuotation -- association [1..1]
LEFT OUTER JOIN R_CentralReqForQuotationItem AS _CentralReqForQuotationItem ON CentralRequestForQuotation = _CentralReqForQuotationItem.CentralRequestForQuotation AND CentralRequestForQuotationItem = _CentralReqForQuotationItem.CentralRequestForQuotationItem -- 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