I_JITOutbPlanningObject
JIT S2P - S2L Pegging Area / Material/ Location mapping
I_JITOutbPlanningObject is a Composite CDS View that provides data about "JIT S2P - S2L Pegging Area / Material/ Location mapping" in SAP S/4HANA. It reads from 3 data sources (I_JITOutbLocationId, I_JITOutbMaterialId, I_JITOutbPeggingArea) and exposes 18 fields with key field PeggingAreaUUID.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| I_JITOutbLocationId | _JITOutbLocationId | from |
| I_JITOutbMaterialId | _JITOutbMaterialId | inner |
| I_JITOutbPeggingArea | _JITOutbPeggingArea | inner |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IJITOUTBPLNGOBJT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | JIT S2P - S2L Pegging Area / Material/ Location mapping | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PeggingAreaUUID | PeggingAreaUUID | Pegging Area | |
| ProductInternalUUID | I_JITOutbPeggingArea | ProductInternalUUID | Product ID | |
| LocationUUID | I_JITOutbPeggingArea | LocationUUID | UUID | |
| PlanningVersionUUID | I_JITOutbPeggingArea | PlanningVersionUUID | Plan Version | |
| AccountAssignmentUUID | I_JITOutbPeggingArea | AccountAssignmentUUID | Key | |
| JITOutbPlanningSegmentType | I_JITOutbPeggingArea | JITOutbPlanningSegmentType | PlngSegmentType | |
| JITOutbPlanningEvent | I_JITOutbPeggingArea | JITOutbPlanningEvent | Event | |
| JITOutbChangeMethodCode | I_JITOutbPeggingArea | JITOutbChangeMethodCode | Method | |
| ProductMaterial | I_JITOutbMaterialId | ProductMaterial | ||
| Product | I_JITOutbMaterialId | Product | Product Sold | |
| LogicalSystemName | I_JITOutbMaterialId | LogicalSystemName | Source system | |
| LocationExternalID | I_JITOutbLocationId | LocationExternalID | Ext. Location Id | |
| LocationType | I_JITOutbLocationId | LocationType | Location Type | |
| Location | I_JITOutbLocationId | Location | Text | |
| Customer | I_JITOutbLocationId | Customer | Sold-to Party | |
| LocationPlant | I_JITOutbLocationId | LocationPlant | Location Plant | |
| MRPAreaStorageLocation | I_JITOutbLocationId | MRPAreaStorageLocation | Storage Loc. | |
| CompanyCode | I_JITOutbLocationId | CompanyCode | Receiver Company Code |
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_JITOutbPlanningObject.
-- 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: IJITOUTBPLNGOBJT
CREATE VIEW I_JITOutbPlanningObject AS
SELECT
PeggingAreaUUID,
_JITOutbPeggingArea.ProductInternalUUID AS ProductInternalUUID,
_JITOutbPeggingArea.LocationUUID AS LocationUUID,
_JITOutbPeggingArea.PlanningVersionUUID AS PlanningVersionUUID,
_JITOutbPeggingArea.AccountAssignmentUUID AS AccountAssignmentUUID,
_JITOutbPeggingArea.JITOutbPlanningSegmentType AS JITOutbPlanningSegmentType,
_JITOutbPeggingArea.JITOutbPlanningEvent AS JITOutbPlanningEvent,
_JITOutbPeggingArea.JITOutbChangeMethodCode AS JITOutbChangeMethodCode,
_JITOutbMaterialId.ProductMaterial AS ProductMaterial,
_JITOutbMaterialId.Product AS Product,
_JITOutbMaterialId.LogicalSystemName AS LogicalSystemName,
_JITOutbLocationId.LocationExternalID AS LocationExternalID,
_JITOutbLocationId.LocationType AS LocationType,
_JITOutbLocationId.Location AS Location,
_JITOutbLocationId.Customer AS Customer,
_JITOutbLocationId.LocationPlant AS LocationPlant,
_JITOutbLocationId.MRPAreaStorageLocation AS MRPAreaStorageLocation,
_JITOutbLocationId.CompanyCode AS CompanyCode
FROM I_JITOutbLocationId AS _JITOutbLocationId
INNER JOIN I_JITOutbPeggingArea AS _JITOutbPeggingArea ON /* join condition not captured in parsed metadata */
INNER JOIN I_JITOutbMaterialId AS _JITOutbMaterialId ON /* join condition not captured in parsed metadata */
;
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