ARUN_SCH_LINES
Purchase Order Schedule Line Data
ARUN_SCH_LINES is a CDS View that provides data about "Purchase Order Schedule Line Data" in SAP S/4HANA. It reads from 2 data sources (ekpo, eket) and exposes 22 fields.
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ARUN_V_PUR_SCH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Purchase Order Schedule Line Data | view | |
| ClientHandling.algorithm | #AUTOMATED | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ebelnekp | ekpo | ebeln | Source PurchDoc | |
| ebelpekp | ekpo | ebelp | Item pur. doc. | |
| matnrekp | ekpo | matnr | Vehicle Model | |
| lgortekp | ekpo | lgort | Sublocation | |
| werksekp | ekpo | werks | Receiving Plant | |
| mengeekp | ekpo | menge | WarrCountValue | |
| bstaeekp | ekpo | bstae | Conf. Control | |
| attypekp | ekpo | attyp | Trdg Goods Cat. | |
| retpoekp | ekpo | retpo | Returns Item | |
| webazekp | ekpo | webaz | GR Proc. Time | |
| satnrekp | ekpo | satnr | Cross-plant CM | |
| umrezekp | ekpo | umrez | Numerator | |
| umrenekp | ekpo | umren | Denominator | |
| etenrekt | eket | etenr | Schedule Line | |
| eindtekt | eket | eindt | Initial Entry | |
| wemngekt | eket | wemng | Received | |
| dabmgekt | eket | dabmg | Qty Reduced | |
| mng02ekt | eket | mng02 | Scrap | |
| dat01ekt | eket | dat01 | Finish date | |
| sgt_rcatekp | ekpo | sgt_rcat | Req. Segment | |
| sgt_scatekp | ekpo | sgt_scat | Stock Segment | |
| fsh_themeekp | ekpo | fsh_theme | Theme |
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 ARUN_SCH_LINES.
-- 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: ARUN_V_PUR_SCH
CREATE VIEW ARUN_SCH_LINES AS
SELECT
ekp.ebeln AS ebelnekp,
ekp.ebelp AS ebelpekp,
ekp.matnr AS matnrekp,
ekp.lgort AS lgortekp,
ekp.werks AS werksekp,
ekp.menge AS mengeekp,
ekp.bstae AS bstaeekp,
ekp.attyp AS attypekp,
ekp.retpo AS retpoekp,
ekp.webaz AS webazekp,
ekp.satnr AS satnrekp,
ekp.umrez AS umrezekp,
ekp.umren AS umrenekp,
ekt.etenr AS etenrekt,
ekt.eindt AS eindtekt,
ekt.wemng AS wemngekt,
ekt.dabmg AS dabmgekt,
ekt.mng02 AS mng02ekt,
ekt.dat01 AS dat01ekt,
ekp.sgt_rcat AS sgt_rcatekp,
ekp.sgt_scat AS sgt_scatekp,
ekp.fsh_theme AS fsh_themeekp
FROM ekpo AS ekp
INNER JOIN eket AS ekt ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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