I_JITCallDetail
JIT Call Detail View
I_JITCallDetail is a Composite CDS View that provides data about "JIT Call Detail View" in SAP S/4HANA. It reads from 2 data sources (I_JITCallCompGroupBasic, I_JITCallHeaderBasic) and exposes 34 fields with key fields InternalJITCallNumber, CompGrpNumber. It has 1 association to related views. Part of development package NJIT_APP_STOCK_AVAILABILITY.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_JITCallCompGroupBasic | _JITCallCompGroupBasic | from |
| I_JITCallHeaderBasic | _JITCallHeaderBasic | inner |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_JITCallCompMaterialBasic | _JITCallCompMaterialBasic | _JITCallCompGroupBasic.InternalJITCallNumber = _JITCallCompMaterialBasic.InternalJITCallNumber and _JITCallCompGroupBasic.CompGrpNumber = _JITCallCompMaterialBasic.CompGrpNumber |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | JIT Call Detail View | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InternalJITCallNumber | I_JITCallCompGroupBasic | InternalJITCallNumber | JIT Call Number |
| KEY | CompGrpNumber | I_JITCallCompGroupBasic | CompGrpNumber | Component Group No. |
| JITLifecycleStatus | I_JITCallHeaderBasic | JITLifecycleStatus | Life Cycle Status | |
| ExternalJITCallNumber | I_JITCallHeaderBasic | ExternalJITCallNumber | Ext. JIT Call Number | |
| Material | _JITCallCompMaterialBasic | Material | Vehicle Model | |
| Plant | I_JITCallCompGroupBasic | Plant | Valuation Area | |
| JITCallItemNumber | _JITCallCompMaterialBasic | JITCallItemNumber | Call Item Number | |
| RequestedQuantity | _JITCallCompMaterialBasic | RequestedQuantity | Requested Quantity | |
| QuantityUnit | _JITCallCompMaterialBasic | QuantityUnit | Unit of measure | |
| ActualDeliveredQuantity | _JITCallCompMaterialBasic | ActualDeliveredQuantity | Delivered Quantity | |
| ShipToParty | I_JITCallHeaderBasic | ShipToParty | Ship-To Party (obsolete) | |
| BusinessPartnerName | ||||
| DeliveryStatus | I_JITCallCompGroupBasic | DeliveryStatus | Delivery Status | |
| RequirementDateTime | I_JITCallCompGroupBasic | RequirementDateTime | Time Stamp | |
| PlannedShippingDateTime | I_JITCallCompGroupBasic | PlannedShippingDateTime | Pl. Shippg Date Time | |
| DeliveryCreationDate | I_JITCallCompGroupBasic | DeliveryCreationDate | Delivery Date | |
| MaterialAvailabilityDate | I_JITCallCompGroupBasic | MaterialAvailabilityDate | Mat.Avail.Date | |
| CompGrpMatl | I_JITCallCompGroupBasic | CompGrpMatl | Comp. Group Matl. | |
| ProductName | ||||
| CustSupplyArea | I_JITCallCompGroupBasic | CustSupplyArea | Cust. Supply Area | |
| UnloadingPointName | I_JITCallHeaderBasic | UnloadingPointName | Unloading Point Name | |
| ActualShippingDateTime | I_JITCallCompGroupBasic | ActualShippingDateTime | Actl Shppg Date Time | |
| ShippingPoint | I_JITCallCompGroupBasic | ShippingPoint | Shipping Point | |
| JITLifecycleStatusText | ||||
| JITCallTypeText | ||||
| MatlUsageIndicator | I_JITCallHeaderBasic | MatlUsageIndicator | Usage | |
| MatlUsageIndicatorText | ||||
| JITExternalStatusText | ||||
| SalesOrganization | I_JITCallHeaderBasic | SalesOrganization | Sales Organization | |
| DistributionChannel | I_JITCallHeaderBasic | DistributionChannel | RefDistCh-Cust/Mat. | |
| Division | I_JITCallHeaderBasic | Division | Internal Division ID | |
| _CustomerToBusinessPartner | I_JITCallHeaderBasic | _CustomerToBusinessPartner | ||
| _Customer | I_JITCallHeaderBasic | _Customer | ||
| StorageLocation | I_JITCallCompGroupBasic | StorageLocation | StorageLocation |
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_JITCallDetail.
-- 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.
CREATE VIEW I_JITCallDetail AS
SELECT
_JITCallCompGroupBasic.InternalJITCallNumber AS InternalJITCallNumber,
_JITCallCompGroupBasic.CompGrpNumber AS CompGrpNumber,
_JITCallHeaderBasic.JITLifecycleStatus AS JITLifecycleStatus,
_JITCallHeaderBasic.ExternalJITCallNumber AS ExternalJITCallNumber,
_JITCallCompMaterialBasic.Material AS Material,
_JITCallCompGroupBasic.Plant AS Plant,
_JITCallCompMaterialBasic.JITCallItemNumber AS JITCallItemNumber,
_JITCallCompMaterialBasic.RequestedQuantity AS RequestedQuantity,
_JITCallCompMaterialBasic.QuantityUnit AS QuantityUnit,
_JITCallCompMaterialBasic.ActualDeliveredQuantity AS ActualDeliveredQuantity,
_JITCallHeaderBasic.ShipToParty AS ShipToParty,
_JITCallCompGroupBasic._JITCallHeaderBasic._CustomerToBusinessPartner._BusinessPartner.BusinessPartnerName AS BusinessPartnerName,
_JITCallCompGroupBasic.DeliveryStatus AS DeliveryStatus,
_JITCallCompGroupBasic.RequirementDateTime AS RequirementDateTime,
_JITCallCompGroupBasic.PlannedShippingDateTime AS PlannedShippingDateTime,
_JITCallCompGroupBasic.DeliveryCreationDate AS DeliveryCreationDate,
_JITCallCompGroupBasic.MaterialAvailabilityDate AS MaterialAvailabilityDate,
_JITCallCompGroupBasic.CompGrpMatl AS CompGrpMatl,
_JITCallCompGroupBasic._ProductCompGrp._Text[1:Language = $session.system_language ].ProductName AS ProductName,
_JITCallCompGroupBasic.CustSupplyArea AS CustSupplyArea,
_JITCallHeaderBasic.UnloadingPointName AS UnloadingPointName,
_JITCallCompGroupBasic.ActualShippingDateTime AS ActualShippingDateTime,
_JITCallCompGroupBasic.ShippingPoint AS ShippingPoint,
_JITCallCompGroupBasic._JITCallHeaderBasic._JITLifecycleStatus._Text[1:Language = $session.system_language].JITLifecycleStatusText AS JITLifecycleStatusText,
_JITCallCompGroupBasic._JITCallHeaderBasic._JITCallType._Text[1:Language = $session.system_language].JITCallTypeText AS JITCallTypeText,
_JITCallHeaderBasic.MatlUsageIndicator AS MatlUsageIndicator,
_JITCallCompGroupBasic._JITCallHeaderBasic._MatlUsageIndicator._Text[1:Language = $session.system_language].MatlUsageIndicatorText AS MatlUsageIndicatorText,
_JITCallCompGroupBasic._SupplierExtStatus._JITExternalStatusText[1: Language=$session.system_language].JITExternalStatusText AS JITExternalStatusText,
_JITCallHeaderBasic.SalesOrganization AS SalesOrganization,
_JITCallHeaderBasic.DistributionChannel AS DistributionChannel,
_JITCallHeaderBasic.Division AS Division,
_JITCallHeaderBasic._CustomerToBusinessPartner AS _CustomerToBusinessPartner,
_JITCallHeaderBasic._Customer AS _Customer,
_JITCallCompGroupBasic.StorageLocation AS StorageLocation
FROM I_JITCallCompGroupBasic AS _JITCallCompGroupBasic
INNER JOIN I_JITCallHeaderBasic AS _JITCallHeaderBasic ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_JITCallCompMaterialBasic AS _JITCallCompMaterialBasic ON _JITCallCompGroupBasic.InternalJITCallNumber = _JITCallCompMaterialBasic.InternalJITCallNumber AND _JITCallCompGroupBasic.CompGrpNumber = _JITCallCompMaterialBasic.CompGrpNumber -- association [0..*]
;
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