C_JITOutbCallStockTransfer

DDL: C_JITOUTBCALLSTOCKTRANSFER SQL: CSTKTNSFJITOUTB Type: view CONSUMPTION Package: NJIT_MODEL_O

Stock Transfer

C_JITOutbCallStockTransfer is a Consumption CDS View that provides data about "Stock Transfer" in SAP S/4HANA. It reads from 1 data source (I_JITOutbCallStockTransfer) and exposes 45 fields with key fields InternalJITCallNumber, JITCallItemNumber, JITControlCycle, CompGrpNumber. It has 2 associations to related views. Part of development package NJIT_MODEL_O.

SAP Help Documentation

CategoryCDS Views for Just-In-Time Processing
Data CategoryConsumption
StatusReleased
Purpose
This CDS view provides the prerequisites for answering the following business questions: What are the outbound JIT calls existing in the system? What is the status of the JIT calls? What is the stock situation for a specific JIT call? Trigger transfer of stock (IM to IM and IM to EWM)

Prerequisites
The following authorization object is required: JIT_S2P: JIT Supply To Production : Authorizations for the JIT Calls

Structure
OData Service LE_JIT_POST_STOCK_TRANSFER_SRV The main filters are: Plant used to filter by plant IssuingorReceivingStorageLoc used to filter based on source storage location RequirementDateTime used for filter based on planned requirement Material used to filter by material JITStockTransferStsText used to filter based on stock transfer status JITCallNumber used to filter based on JIT call number StorageBin used to filter based on storage bin JITCallItemNumber used to filter JIT call item number JITCallType used to filter JIT call type

View on SAP Help Portal →

Data Sources (1)

SourceAliasJoin Type
I_JITOutbCallStockTransfer I_JITOutbCallStockTransfer from

Associations (2)

CardinalityTargetAliasCondition
[0..1] C_JITCallTypeValueHelp _JITCallTypeValueHelp $projection.JITCallType = _JITCallTypeValueHelp.JITCallType
[0..1] E_JITOutbCallStockTransfer _JITOutbCallStockTransfer $projection.InternalJITCallNumber = _JITOutbCallStockTransfer.InternalJITCallNumber

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CSTKTNSFJITOUTB view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
Search.searchable true view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
UI.headerInfo.typeName JIT Calls view
UI.headerInfo.typeNamePlural JIT Calls view
EndUserText.label Stock Transfer view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (45)

KeyFieldSource TableSource FieldDescription
KEY InternalJITCallNumber InternalJITCallNumber JIT Call Number
KEY JITCallItemNumber JITCallItemNumber JIT Call Item Number
KEY JITControlCycle JITControlCycle Control Cycle
KEY CompGrpNumber CompGrpNumber Component Group No.
Plant Plant Valuation Area
PlantName PlantName Plant Name
JITCallType JITCallType Call Type
JITActionCtrl JITActionCtrl Action Control
JITOutbDestinationStorLoc JITOutbDestinationStorLoc Dest. Storage Loc
JITCallTypeText JIT Call Type
RequirementDateTime RequirementDateTime Demand Date and Time
Material Material Vehicle Model
JITSupplyDateTime JITSupplyDateTime Supply Date and Time
JITCallImmediateRequest JITCallImmediateRequest Immediate Request
JITIntProcessingStatus JITIntProcessingStatus Internal Processing Status
JITCallPriorityID JITCallPriorityID Delivery Prior.
JITCallPriorityType JITCallPriorityType Priority Type
JITCallPriorityTypeText Priority Type
ProductionSupplyArea ProductionSupplyArea Supply Area
JITOutbStockTransferSts JITOutbStockTransferSts Stock Trnsfr Status
JITStockTransferStsText
RequestedQuantity RequestedQuantity Requested Quantity
JITOutbStockQuantity JITOutbStockQuantity
JITOutbMinimumQuantity JITOutbMinimumQuantity Minimum Quantity
JITOutbTransferredQuantity JITOutbTransferredQuantity Transferred Qty
JITOutbOpenQuantity JITOutbOpenQuantity Open Qty
ActualDeliveredQuantity ActualDeliveredQuantity Delivered Quantity
JITOutbPickedQuantity JITOutbPickedQuantity Picked Quantity
QuantityUnit QuantityUnit Unit of measure
IsPartiallyDelivered IsPartiallyDelivered
NumberOfLoadCarriers NumberOfLoadCarriers
ProductionSupplyAreaName ProductionSupplyAreaName Supply Area Name
JITSourceWarehouseNumber JITSourceWarehouseNumber Source Warehouse No.
IssuingOrReceivingStorageLoc StorageLocation StorageLocation
StorageLocationName StorageLocationName Storage Location Name
JITContainer JITContainer Container Material
JITContainerDesc JITContainerDesc Container Name
ProductName ProductName Component Material Name
StoringPositionName StoringPositionName
UnitOfMeasureNumberOfDecimals UnitOfMeasureNumberOfDecimals
JITOutbAvailableStockQuantity JITOutbAvailableStockQuantity
JITOutbTransferringQuantity JITOutbTransferringQuantity
JITOutbCallStockTransferInd JITOutbCallStockTransferInd Stock Transfer Indicator
JITOutbCallStkTransfIndCritlty JITOutbCallStkTransfIndCritlty
JITOutbCallStkTransferIndText

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 C_JITOutbCallStockTransfer.
-- 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: CSTKTNSFJITOUTB

CREATE VIEW C_JITOutbCallStockTransfer AS
SELECT
  InternalJITCallNumber,
  JITCallItemNumber,
  JITControlCycle,
  CompGrpNumber,
  Plant,
  PlantName,
  JITCallType,
  JITActionCtrl,
  JITOutbDestinationStorLoc,
  _JITCallType._Text[1:Language = $session.system_language].JITCallTypeText AS JITCallTypeText,
  RequirementDateTime,
  Material,
  JITSupplyDateTime,
  JITCallImmediateRequest,
  JITIntProcessingStatus,
  JITCallPriorityID,
  JITCallPriorityType,
  _DeliveryPriority._Text[1:Language = $session.system_language].DeliveryPriorityDesc AS JITCallPriorityTypeText,
  ProductionSupplyArea,
  JITOutbStockTransferSts,
  _JITStockTransferSts._Text[1: Language = $session.system_language].JITStockTransferStsText AS JITStockTransferStsText,
  RequestedQuantity,
  JITOutbStockQuantity,
  JITOutbMinimumQuantity,
  JITOutbTransferredQuantity,
  JITOutbOpenQuantity,
  ActualDeliveredQuantity,
  JITOutbPickedQuantity,
  QuantityUnit,
  IsPartiallyDelivered,
  NumberOfLoadCarriers,
  ProductionSupplyAreaName,
  JITSourceWarehouseNumber,
  StorageLocation AS IssuingOrReceivingStorageLoc,
  StorageLocationName,
  JITContainer,
  JITContainerDesc,
  ProductName,
  StoringPositionName,
  UnitOfMeasureNumberOfDecimals,
  JITOutbAvailableStockQuantity,
  JITOutbTransferringQuantity,
  JITOutbCallStockTransferInd,
  JITOutbCallStkTransfIndCritlty,
  _JITOutbStockTransferInd._Text[1:Language = $session.system_language].JITOutbCallStkTransferIndText AS JITOutbCallStkTransferIndText
FROM I_JITOutbCallStockTransfer
LEFT OUTER JOIN C_JITCallTypeValueHelp AS _JITCallTypeValueHelp ON JITCallType = _JITCallTypeValueHelp.JITCallType  -- association [0..1]
LEFT OUTER JOIN E_JITOutbCallStockTransfer AS _JITOutbCallStockTransfer ON InternalJITCallNumber = _JITOutbCallStockTransfer.InternalJITCallNumber  -- association [0..1]
;