I_Schedgline
Schedule Agreement Schedule Lines
I_Schedgline is a Basic CDS View that provides data about "Schedule Agreement Schedule Lines" in SAP S/4HANA. It reads from 1 data source (I_PurgDocScheduleLine) and exposes 23 fields with key fields SchedulingAgreement, SchedulingAgreementItem, ScheduleLine. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurgDocScheduleLine | I_PurgDocScheduleLine | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Schedgagrmthdr | _Schedgagrmthdr | $projection.SchedulingAgreement = _Schedgagrmthdr.SchedulingAgreement |
| [1..1] | I_SchedgAgrmtItm | _SchedgAgrmtItm | $projection.SchedulingAgreement = _SchedgAgrmtItm.SchedulingAgreement and $projection.SchedulingAgreementItem = _SchedgAgrmtItm.SchedulingAgreementItem |
| [1..1] | I_Schedgagrmtlinestranfields | _SchedgAgrmtTransientField | $projection.SchedulingAgreement = _SchedgAgrmtTransientField.SchedulingAgreement and $projection.SchedulingAgreementItem = _SchedgAgrmtTransientField.SchedulingAgreementItem and $projection.ScheduleLine = _SchedgAgrmtTransientField.ScheduleLine |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISCHEDGLINE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Schedule Agreement Schedule Lines | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AbapCatalog.preserveKey | true | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SchedulingAgreement | I_PurgDocScheduleLine | PurchasingDocument | Purchasing Document |
| KEY | SchedulingAgreementItem | I_PurgDocScheduleLine | PurchasingDocumentItem | Purchasing Doc. Item |
| KEY | ScheduleLine | I_PurgDocScheduleLine | ScheduleLine | Schedule Line |
| DelivDateCategory | I_PurgDocScheduleLine | DelivDateCategory | Delivery Date | |
| ScheduleLineDeliveryDate | I_PurgDocScheduleLine | ScheduleLineDeliveryDate | Delivery Date | |
| SchedLineStscDeliveryDate | I_PurgDocScheduleLine | SchedLineStscDeliveryDate | Stat. Del. Date | |
| ScheduleLineDeliveryTime | I_PurgDocScheduleLine | ScheduleLineDeliveryTime | Time | |
| OrderQuantityUnit | _SchedgAgrmtItm | OrderQuantityUnit | Sales Unit | |
| ScheduleLineOrderQuantity | I_PurgDocScheduleLine | ScheduleLineOrderQuantity | Scheduled Qty | |
| PurchaseRequisition | I_PurgDocScheduleLine | PurchaseRequisition | Requisition | |
| PurchaseRequisitionItem | I_PurgDocScheduleLine | PurchaseRequisitionItem | Requisn. item | |
| RoughGoodsReceiptQty | I_PurgDocScheduleLine | RoughGoodsReceiptQty | Delivered | |
| ScheduleLineIsFixed | I_PurgDocScheduleLine | ScheduleLineIsFixed | Fixing Ind. | |
| NoOfRemindersOfScheduleLine | I_PurgDocScheduleLine | NoOfRemindersOfScheduleLine | No. Rem./Exp. | |
| PrevDelivQtyOfScheduleLine | I_PurgDocScheduleLine | PrevDelivQtyOfScheduleLine | Replenishmt qty | |
| SourceOfCreation | I_PurgDocScheduleLine | SourceOfCreation | Creation Ind. | |
| ScheduleLineOpenQuantity | I_PurgDocScheduleLine | ScheduleLineOpenQuantity | SchLineOpenQuan | |
| _SchedgAgrmtTransientField | _SchedgAgrmtTransientField | |||
| _DeliveryDateCategory | _DeliveryDateCategory | |||
| _PurchaseRequisition | I_PurgDocScheduleLine | _PurchaseRequisition | ||
| _PurchaseRequisitionItem | I_PurgDocScheduleLine | _PurchaseRequisitionItem | ||
| _Schedgagrmthdr | _Schedgagrmthdr | |||
| _SchedgAgrmtItm | _SchedgAgrmtItm |
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_Schedgline.
-- 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: ISCHEDGLINE
CREATE VIEW I_Schedgline AS
SELECT
I_PurgDocScheduleLine.PurchasingDocument AS SchedulingAgreement,
I_PurgDocScheduleLine.PurchasingDocumentItem AS SchedulingAgreementItem,
I_PurgDocScheduleLine.ScheduleLine AS ScheduleLine,
I_PurgDocScheduleLine.DelivDateCategory AS DelivDateCategory,
I_PurgDocScheduleLine.ScheduleLineDeliveryDate AS ScheduleLineDeliveryDate,
I_PurgDocScheduleLine.SchedLineStscDeliveryDate AS SchedLineStscDeliveryDate,
I_PurgDocScheduleLine.ScheduleLineDeliveryTime AS ScheduleLineDeliveryTime,
_SchedgAgrmtItm.OrderQuantityUnit AS OrderQuantityUnit,
I_PurgDocScheduleLine.ScheduleLineOrderQuantity AS ScheduleLineOrderQuantity,
I_PurgDocScheduleLine.PurchaseRequisition AS PurchaseRequisition,
I_PurgDocScheduleLine.PurchaseRequisitionItem AS PurchaseRequisitionItem,
I_PurgDocScheduleLine.RoughGoodsReceiptQty AS RoughGoodsReceiptQty,
I_PurgDocScheduleLine.ScheduleLineIsFixed AS ScheduleLineIsFixed,
I_PurgDocScheduleLine.NoOfRemindersOfScheduleLine AS NoOfRemindersOfScheduleLine,
I_PurgDocScheduleLine.PrevDelivQtyOfScheduleLine AS PrevDelivQtyOfScheduleLine,
I_PurgDocScheduleLine.SourceOfCreation AS SourceOfCreation,
I_PurgDocScheduleLine.ScheduleLineOpenQuantity AS ScheduleLineOpenQuantity,
I_PurgDocScheduleLine._PurchaseRequisition AS _PurchaseRequisition,
I_PurgDocScheduleLine._PurchaseRequisitionItem AS _PurchaseRequisitionItem
FROM I_PurgDocScheduleLine
LEFT OUTER JOIN I_Schedgagrmthdr AS _Schedgagrmthdr ON SchedulingAgreement = _Schedgagrmthdr.SchedulingAgreement -- association [1..1]
LEFT OUTER JOIN I_SchedgAgrmtItm AS _SchedgAgrmtItm ON SchedulingAgreement = _SchedgAgrmtItm.SchedulingAgreement AND SchedulingAgreementItem = _SchedgAgrmtItm.SchedulingAgreementItem -- association [1..1]
LEFT OUTER JOIN I_Schedgagrmtlinestranfields AS _SchedgAgrmtTransientField ON SchedulingAgreement = _SchedgAgrmtTransientField.SchedulingAgreement AND SchedulingAgreementItem = _SchedgAgrmtTransientField.SchedulingAgreementItem AND ScheduleLine = _SchedgAgrmtTransientField.ScheduleLine -- 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