I_CntrlSuplrQtanScheduleLine

DDL: I_CNTRLSUPLRQTANSCHEDULELINE SQL: ICNTRLQTNSCHDLN Type: view BASIC Package: VDM_MM_PUR_CQTN

Central Supplier Quotation Item Schedule Line

I_CntrlSuplrQtanScheduleLine (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Sourcing & Procurement

I_CntrlSuplrQtanScheduleLine is a Basic CDS View that provides data about "Central Supplier Quotation Item Schedule Line" in SAP S/4HANA. It reads from 1 data source (R_CntrlSuplrQtanScheduleLine) and exposes 15 fields with key fields CentralSupplierQuotation, CentralSupplierQuotationItem, ScheduleLine. It has 2 associations to related views. Part of development package VDM_MM_PUR_CQTN.

SAP Help Documentation

CategoryCentral Supplier Quotation
StatusReleased
Purpose
This CDS view retrieves delivery data of a central supplier quotation item. It retrieves delivery data such as: Delivery date Quoted quantity Awarded quantity This CDS view provides the prerequisites for answering the following business questions: What is the quantity that has been quoted? What quantity has been awarded?

Prerequisites
If you would like to use this CDS view, be sure that: The business catalog SAP_MM_BC_CRFQ_PROCESS_PC is assigned to your user. You have authorizations to access the relevant central requests for quotation.

Structure
This view relates to the following SAP object types: Central Supplier Quotation Header Central Supplier Quotation Item Central Supplier Quotation Item Distribution Central Supplier Quotation Pricing Main parameters and filters of the CDS view The main filters are as follows: CentralSupplierQuotation : allows you to filter by number of a central quotation. CentralSupplierQuotationItem : allows you to filter by number of a central quotation item. Measures and attributes Some important measures and attributes are: ScheduleLineDeliveryDate : the offered delivery date of an item. ScheduleLineOrderQuantity : the offered quantity of an item. AwardedQuantity : the awarded quantity of an item.

SAP Business Warehouse (SAP BW) Extraction
Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. In case you are interested in the details of the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Application Help SAP Library BI Content . For more information on extraction, see Extracting Data Through CDS Views to SAP BW/4HANA .

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessSourcing & Procurement
Application ComponentMM-PUR-HUB-RFQ-2CL
CapabilitiesData Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageSourcing and Procurement for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view retrieves delivery data of a central supplier quotation item.</p> <p>It retrieves delivery data such as:</p> <ul> <li> <p>Delivery date</p> </li> <li> <p>Quoted quantity</p> </li> <li> <p>Awarded quantity</p> </li> </ul> <p>This CDS view provides the prerequisites for answering the following business questions:</p> <ul> <li> <p>What is the quantity that has been quoted?</p> </li> <li> <p>What quantity has been awarded?</p> </li> </ul>

Documentation

Data Sources (1)

SourceAliasJoin Type
R_CntrlSuplrQtanScheduleLine R_CntrlSuplrQtanScheduleLine from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_CentralSupplierQuotation _CentralSupplierQuotation $projection.CentralSupplierQuotation = _CentralSupplierQuotation.CentralSupplierQuotation
[1..1] I_CntrlSupplierQuotationItem _CntrlSupplierQuotationItem $projection.CentralSupplierQuotation = _CntrlSupplierQuotationItem.CentralSupplierQuotation and $projection.CentralSupplierQuotationItem = _CntrlSupplierQuotationItem.CentralSupplierQuotationItem

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICNTRLQTNSCHDLN view
VDM.viewType #BASIC view
EndUserText.label Central Supplier Quotation Item Schedule Line view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY CentralSupplierQuotation CentralSupplierQuotation Purchasing Document Number
KEY CentralSupplierQuotationItem CentralSupplierQuotationItem Item Number of Purchasing Document
KEY ScheduleLine ScheduleLine Delivery Schedule Line Counter
DelivDateCategory DelivDateCategory Category of delivery date
ScheduleLineDeliveryDate R_CntrlSuplrQtanScheduleLine ScheduleLineDeliveryDate Delivery Date
SchedLineStscDeliveryDate SchedLineStscDeliveryDate Statistics-Relevant Delivery Date
ScheduleLineDeliveryTime ScheduleLineDeliveryTime Delivery Date Time-Spot
ScheduleLineOrderQuantity ScheduleLineOrderQuantity Scheduled Quantity
RoughGoodsReceiptQty RoughGoodsReceiptQty Quantity of Goods Received
AwardedQuantity R_CntrlSuplrQtanScheduleLine AwardedQuantity Awarded Quantity
OrderQuantityUnit OrderQuantityUnit Purchase Order Unit of Measure
PerformancePeriodStartDate R_CntrlSuplrQtanScheduleLine PerformancePeriodStartDate Start Date for Period of Performance
PerformancePeriodEndDate R_CntrlSuplrQtanScheduleLine PerformancePeriodEndDate End Date for Period of Performance
_CentralSupplierQuotation _CentralSupplierQuotation
_CntrlSupplierQuotationItem _CntrlSupplierQuotationItem

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 I_CntrlSuplrQtanScheduleLine.
-- 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: ICNTRLQTNSCHDLN

CREATE VIEW I_CntrlSuplrQtanScheduleLine AS
SELECT
  CentralSupplierQuotation,
  CentralSupplierQuotationItem,
  ScheduleLine,
  DelivDateCategory,
  R_CntrlSuplrQtanScheduleLine.ScheduleLineDeliveryDate AS ScheduleLineDeliveryDate,
  SchedLineStscDeliveryDate,
  ScheduleLineDeliveryTime,
  ScheduleLineOrderQuantity,
  RoughGoodsReceiptQty,
  R_CntrlSuplrQtanScheduleLine.AwardedQuantity AS AwardedQuantity,
  OrderQuantityUnit,
  R_CntrlSuplrQtanScheduleLine.PerformancePeriodStartDate AS PerformancePeriodStartDate,
  R_CntrlSuplrQtanScheduleLine.PerformancePeriodEndDate AS PerformancePeriodEndDate
FROM R_CntrlSuplrQtanScheduleLine
LEFT OUTER JOIN I_CentralSupplierQuotation AS _CentralSupplierQuotation ON CentralSupplierQuotation = _CentralSupplierQuotation.CentralSupplierQuotation  -- association [1..1]
LEFT OUTER JOIN I_CntrlSupplierQuotationItem AS _CntrlSupplierQuotationItem ON CentralSupplierQuotation = _CntrlSupplierQuotationItem.CentralSupplierQuotation AND CentralSupplierQuotationItem = _CntrlSupplierQuotationItem.CentralSupplierQuotationItem  -- association [1..1]
;