I_JITCallDetail

DDL: I_JITCALLDETAIL Type: view_entity COMPOSITE Package: NJIT_APP_STOCK_AVAILABILITY

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)

SourceAliasJoin Type
I_JITCallCompGroupBasic _JITCallCompGroupBasic from
I_JITCallHeaderBasic _JITCallHeaderBasic inner

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITCallCompMaterialBasic _JITCallCompMaterialBasic _JITCallCompGroupBasic.InternalJITCallNumber = _JITCallCompMaterialBasic.InternalJITCallNumber and _JITCallCompGroupBasic.CompGrpNumber = _JITCallCompMaterialBasic.CompGrpNumber

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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..*]
;