P_ABOPFieldCatalogSTO
P_ABOPFieldCatalogSTO is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (I_StockTransptOrdScheduleLine) and exposes 26 fields with key fields ATPRelevantDocument, ATPRelevantDocumentItem, ATPRelevantDocScheduleLine, ATPRelevantDocumentCategory.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StockTransptOrdScheduleLine | I_StockTransptOrdScheduleLine | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PABOPFCSTO | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ATPRelevantDocument | PurchaseOrder | Purchasing Document | |
| KEY | ATPRelevantDocumentItem | |||
| KEY | ATPRelevantDocScheduleLine | ScheduleLine | Schedule Line | |
| KEY | ATPRelevantDocumentCategory | |||
| PurchaseOrderType | _StockTransportOrder | PurchaseOrderType | PO Type | |
| PurchaseOrderSubType | _StockTransportOrder | PurchaseOrderSubtype | Control | |
| Material | _StockTransportOrderItem | Material | Vehicle Model | |
| SupplyingPlant | _StockTransportOrder | SupplyingPlant | Supplying Plant | |
| StorageLocation | _StockTransportOrderItem | IssuingStorageLocation | Iss. Stor. Loc. | |
| Batch | Batch | Lot No. | ||
| RequestedDeliveryDate | ScheduleLineDeliveryDate | Delivery Date | ||
| CreatedByUser | _StockTransportOrder | CreatedByUser | User Name | |
| OrderCreationDate | _StockTransportOrder | CreationDate | Time Stamp | |
| SoldToParty | ||||
| SalesOrganization | ||||
| DistributionChannel | ||||
| OrganizationDivision | ||||
| PurchasingOrganization | _StockTransportOrder | PurchasingOrganization | Purchasing Organization | |
| PurchasingGroup | _StockTransportOrder | PurchasingGroup | Purchasing Group | |
| Supplier | _StockTransportOrder | Supplier | Supplier | |
| MaterialGroup | _StockTransportOrderItem | MaterialGroup | Product Group | |
| ShippingCondition | ||||
| ShippingPoint | ||||
| DeliveryPriority | ||||
| DeliveryDateQuantityIsFixed | ||||
| ScheduleLineIsFixed | ScheduleLineIsFixed | Fixing Ind. |
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 P_ABOPFieldCatalogSTO.
-- 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: PABOPFCSTO
CREATE VIEW P_ABOPFieldCatalogSTO AS
SELECT
PurchaseOrder AS ATPRelevantDocument,
concat('0', PurchaseOrderItem ) AS ATPRelevantDocumentItem,
ScheduleLine AS ATPRelevantDocScheduleLine,
cast('U1'as atpcat) AS ATPRelevantDocumentCategory,
_StockTransportOrder.PurchaseOrderType AS PurchaseOrderType,
_StockTransportOrder.PurchaseOrderSubtype AS PurchaseOrderSubType,
_StockTransportOrderItem.Material AS Material,
_StockTransportOrder.SupplyingPlant AS SupplyingPlant,
_StockTransportOrderItem.IssuingStorageLocation AS StorageLocation,
Batch,
ScheduleLineDeliveryDate AS RequestedDeliveryDate,
_StockTransportOrder.CreatedByUser AS CreatedByUser,
_StockTransportOrder.CreationDate AS OrderCreationDate,
_StockTransportOrderItem._StockTransportShipping.SoldToParty AS SoldToParty,
_StockTransportOrderItem._StockTransportShipping.SalesOrganization AS SalesOrganization,
_StockTransportOrderItem._StockTransportShipping.DistributionChannel AS DistributionChannel,
_StockTransportOrderItem._StockTransportShipping.OrganizationDivision AS OrganizationDivision,
_StockTransportOrder.PurchasingOrganization AS PurchasingOrganization,
_StockTransportOrder.PurchasingGroup AS PurchasingGroup,
_StockTransportOrder.Supplier AS Supplier,
_StockTransportOrderItem.MaterialGroup AS MaterialGroup,
_StockTransportOrderItem._StockTransportShipping.ShippingCondition AS ShippingCondition,
_StockTransportOrderItem._StockTransportShipping.ShippingPoint AS ShippingPoint,
_StockTransportOrderItem._StockTransportShipping.DeliveryPriority AS DeliveryPriority,
'' AS DeliveryDateQuantityIsFixed,
ScheduleLineIsFixed
FROM I_StockTransptOrdScheduleLine
;
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