I_JITOutbCallDetails

DDL: I_JITOUTBCALLDETAILS SQL: IJITOUTBCALL Type: view COMPOSITE Package: NJIT_MODEL_O

Composite View for JIT Call Details

I_JITOutbCallDetails is a Composite CDS View that provides data about "Composite View for JIT Call Details" in SAP S/4HANA. It reads from 1 data source (I_JITOutbCalls) and exposes 43 fields with key fields InternalJITCallNumber, CompGrpNumber, JITCallItemNumber. It has 8 associations to related views. Part of development package NJIT_MODEL_O.

Data Sources (1)

SourceAliasJoin Type
I_JITOutbCalls _JITOutbCalls from

Associations (8)

CardinalityTargetAliasCondition
[0..1] C_JITOutbPlantVH _JITOutbPlantVH $projection.Plant = _JITOutbPlantVH.Plant
[0..*] C_JITOutbSupplyAreaVH _JITOutbSupplyAreaVH $projection.ProductionSupplyArea = _JITOutbSupplyAreaVH.ProductionSupplyArea and $projection.Plant = _JITOutbSupplyAreaVH.Plant and $projection.StorageLocation = _JITOutbSupplyAreaVH.StorageLocation
[0..*] C_JITOutbMaterialVH _JITOutbMaterialVH $projection.Material = _JITOutbMaterialVH.Product
[0..1] C_JITLifecycleStatusValueHelp _JITLifecycleStatusValueHelp $projection.JITLifecycleStatus = _JITLifecycleStatusValueHelp.JITLifecycleStatus
[0..1] C_JITInternalStatusVH _JITInternalStatusVH $projection.JITIntProcessingStatus = _JITInternalStatusVH.JITIntProcessingStatus
[0..*] C_JITControlCycleVH _JITControlCycleVH $projection.JITControlCycle = _JITControlCycleVH.JITControlCycle
[0..1] C_JITCallTypeValueHelp _JITCallTypeValueHelp $projection.JITCallType = _JITCallTypeValueHelp.JITCallType
[0..*] C_JITOutbStorageBinVH _JITOutbStorageBinVH $projection.StorageBin = _JITOutbStorageBinVH.StorageBin

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IJITOUTBCALL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Composite View for JIT Call Details view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view

Fields (43)

KeyFieldSource TableSource FieldDescription
KEY InternalJITCallNumber InternalJITCallNumber JIT Call Number
KEY CompGrpNumber CompGrpNumber Component Group No.
KEY JITCallItemNumber JITCallItemNumber Call Item Number
JITLifecycleStatus JITLifecycleStatus Life Cycle Status
JITLifecycleStatusText
JITCallType JITCallType Call Type
Plant Plant Valuation Area
StorageLocation StorageLocation StorageLocation
RequirementDateTime RequirementDateTime Time Stamp
JITIntProcessingStatus JITIntProcessingStatus Transmitted Status
JITInternalStatusText
ProductionSupplyArea ProductionSupplyArea Supply Area
JITControlCycle JITControlCycle Control Cycle
Responsible Responsible User Name
StorageBin StorageBin Storage Bin
JITOutbStockTransferSts JITOutbStockTransferSts Stock Trnsfr Status
JITStockTransferStsText
JITOutbDestinationStorLoc JITOutbDestinationStorLoc Dest. Storage Loc
Material Material Vehicle Model
RequestedQuantity RequestedQuantity Requested Quantity
UnitOfMeasureNumberOfDecimals UnitOfMeasureNumberOfDecimals
ActualDeliveredQuantity ActualDeliveredQuantity Delivered Quantity
QuantityUnit QuantityUnit Unit of measure
JITOutbTransferredQuantity JITOutbTransferredQuantity Transferred Qty
JITOutbMinimumQuantity JITOutbMinimumQuantity Minimum Qty
JITOutbPickedQuantity JITOutbPickedQuantity Picked Quantity
PlannedOrder PlannedOrder JIT Planned Order
ProductName ProductName Description
JITExternalReplenishment JITExternalReplenishment
Supplier Supplier Supplier
_JITInternalStatus _JITInternalStatus
_JITStockTransferSts _JITStockTransferSts
_JITLifecycleStatus _JITLifecycleStatus
_JITOutbPlantVH _JITOutbPlantVH
_JITOutbSupplyAreaVH _JITOutbSupplyAreaVH
_JITOutbMaterialVH _JITOutbMaterialVH
_JITLifecycleStatusValueHelp _JITLifecycleStatusValueHelp
_JITInternalStatusVH _JITInternalStatusVH
_JITControlCycleVH _JITControlCycleVH
_JITCallTypeValueHelp _JITCallTypeValueHelp
_JITOutbStorageBinVH _JITOutbStorageBinVH
_ProductionSupplyArea _ProductionSupplyArea
_ProductCompMatl _ProductCompMatl

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_JITOutbCallDetails.
-- 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: IJITOUTBCALL

CREATE VIEW I_JITOutbCallDetails AS
SELECT
  InternalJITCallNumber,
  CompGrpNumber,
  JITCallItemNumber,
  JITLifecycleStatus,
  _JITLifecycleStatus._Text[1: Language = $session.system_language].JITLifecycleStatusText AS JITLifecycleStatusText,
  JITCallType,
  Plant,
  StorageLocation,
  RequirementDateTime,
  JITIntProcessingStatus,
  _JITInternalStatus._Text[1: Language = $session.system_language].JITInternalStatusText AS JITInternalStatusText,
  ProductionSupplyArea,
  JITControlCycle,
  Responsible,
  StorageBin,
  JITOutbStockTransferSts,
  _JITStockTransferSts._Text[1: Language = $session.system_language].JITStockTransferStsText AS JITStockTransferStsText,
  JITOutbDestinationStorLoc,
  Material,
  RequestedQuantity,
  UnitOfMeasureNumberOfDecimals,
  ActualDeliveredQuantity,
  QuantityUnit,
  JITOutbTransferredQuantity,
  JITOutbMinimumQuantity,
  JITOutbPickedQuantity,
  PlannedOrder,
  ProductName,
  JITExternalReplenishment,
  Supplier
FROM I_JITOutbCalls AS _JITOutbCalls
LEFT OUTER JOIN C_JITOutbPlantVH AS _JITOutbPlantVH ON Plant = _JITOutbPlantVH.Plant  -- association [0..1]
LEFT OUTER JOIN C_JITOutbSupplyAreaVH AS _JITOutbSupplyAreaVH ON ProductionSupplyArea = _JITOutbSupplyAreaVH.ProductionSupplyArea AND Plant = _JITOutbSupplyAreaVH.Plant AND StorageLocation = _JITOutbSupplyAreaVH.StorageLocation  -- association [0..*]
LEFT OUTER JOIN C_JITOutbMaterialVH AS _JITOutbMaterialVH ON Material = _JITOutbMaterialVH.Product  -- association [0..*]
LEFT OUTER JOIN C_JITLifecycleStatusValueHelp AS _JITLifecycleStatusValueHelp ON JITLifecycleStatus = _JITLifecycleStatusValueHelp.JITLifecycleStatus  -- association [0..1]
LEFT OUTER JOIN C_JITInternalStatusVH AS _JITInternalStatusVH ON JITIntProcessingStatus = _JITInternalStatusVH.JITIntProcessingStatus  -- association [0..1]
LEFT OUTER JOIN C_JITControlCycleVH AS _JITControlCycleVH ON JITControlCycle = _JITControlCycleVH.JITControlCycle  -- association [0..*]
LEFT OUTER JOIN C_JITCallTypeValueHelp AS _JITCallTypeValueHelp ON JITCallType = _JITCallTypeValueHelp.JITCallType  -- association [0..1]
LEFT OUTER JOIN C_JITOutbStorageBinVH AS _JITOutbStorageBinVH ON StorageBin = _JITOutbStorageBinVH.StorageBin  -- association [0..*]
;