I_JITOutbCallsCompMatlDataTP

DDL: I_JITOUTBCALLSCOMPMATLDATATP SQL: IJITOUTBCMP Type: view TRANSACTIONAL Package: NJIT_MODEL_O

Transactional view JIT Call Material

I_JITOutbCallsCompMatlDataTP is a Transactional CDS View that provides data about "Transactional view JIT Call Material" in SAP S/4HANA. It reads from 1 data source (I_JITOutbCallsCompMatlData) and exposes 30 fields with key fields InternalJITCallNumber, CompGrpNumber, JITCallItemNumber. It has 2 associations to related views. Part of development package NJIT_MODEL_O.

Data Sources (1)

SourceAliasJoin Type
I_JITOutbCallsCompMatlData I_JITOutbCallsCompMatlData from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_JITOutbCallsCompGrpDataTP _JITOutbCallsCompGrpDataTP $projection.InternalJITCallNumber = _JITOutbCallsCompGrpDataTP.InternalJITCallNumber
[0..1] E_JITCompMatl _JITOutbCallsCompMatlExtn $projection.InternalJITCallNumber = _JITOutbCallsCompMatlExtn.InternalJITCallNumber and $projection.CompGrpNumber = _JITOutbCallsCompMatlExtn.CompGrpNumber and $projection.JITCallItemNumber = _JITOutbCallsCompMatlExtn.JITCallItemNumber

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IJITOUTBCMP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.writeDraftPersistence NJIT_OUTB_CMT_D view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.createEnabled true view
EndUserText.label Transactional view JIT Call Material view

Fields (30)

KeyFieldSource TableSource FieldDescription
KEY InternalJITCallNumber InternalJITCallNumber JIT Call Number
KEY CompGrpNumber CompGrpNumber Component Group No.
KEY JITCallItemNumber JITCallItemNumber Call Item Number
RootDraftKey RootDraftKey NodeID
JITCallItemNumberForEdit JITCallItemNumber Call Item Number
Material Material Vehicle Model
ProductName
MaterialByCustomer MaterialByCustomer Customer Mat.
ExtJITCallItemNumber ExtJITCallItemNumber
SalesOrder SalesOrder SD Document
SalesOrderItem SalesOrderItem Sales Order Item
RequestedQuantity RequestedQuantity Requested Quantity
JITIntProcessingStatus JITIntProcessingStatus Transmitted Status
JITIntStatusUpdtdOnDteTme JITIntStatusUpdtdOnDteTme Int Status Updtd On
JITOutbStockTransferSts JITOutbStockTransferSts Stock Trnsfr Status
UnitOfMeasureNumberOfDecimals _UnitOfMeasure UnitOfMeasureNumberOfDecimals
RequestedQuantityForEdit RequestedQuantityForEdit
ActualDeliveredQuantity ActualDeliveredQuantity Delivered Quantity
JITOutbPickedQuantity JITOutbPickedQuantity Picked Quantity
QuantityUnit QuantityUnit Unit of measure
JITOutbTransferredQuantity JITOutbTransferredQuantity Transferred Qty
JITOutbMinimumQuantity JITOutbMinimumQuantity Minimum Qty
JITOutbOpenQuantity JITOutbOpenQuantity Open Qty
Plant _JITOutbCallsCompGrpDataTP Plant Valuation Area
JITOutbDestinationStorLoc _JITOutbCallsCompGrpDataTP JITOutbDestinationStorLoc Dest. Storage Loc
quan143endasShortfallQuantity
IsErrorMsgNotToBeLogged
JITComponentIsReordered
_JITOutbCallsCompGrpDataTP _JITOutbCallsCompGrpDataTP
_UnitOfMeasure _UnitOfMeasure

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_JITOutbCallsCompMatlDataTP.
-- 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: IJITOUTBCMP

CREATE VIEW I_JITOutbCallsCompMatlDataTP AS
SELECT
  InternalJITCallNumber,
  CompGrpNumber,
  JITCallItemNumber,
  RootDraftKey,
  JITCallItemNumber AS JITCallItemNumberForEdit,
  Material,
  _ProductCompMatl._Text[1: Language=$session.system_language].ProductName AS ProductName,
  MaterialByCustomer,
  ExtJITCallItemNumber,
  SalesOrder,
  SalesOrderItem,
  RequestedQuantity,
  JITIntProcessingStatus,
  JITIntStatusUpdtdOnDteTme,
  JITOutbStockTransferSts,
  _UnitOfMeasure.UnitOfMeasureNumberOfDecimals AS UnitOfMeasureNumberOfDecimals,
  RequestedQuantityForEdit,
  ActualDeliveredQuantity,
  JITOutbPickedQuantity,
  QuantityUnit,
  JITOutbTransferredQuantity,
  JITOutbMinimumQuantity,
  JITOutbOpenQuantity,
  _JITOutbCallsCompGrpDataTP.Plant AS Plant,
  _JITOutbCallsCompGrpDataTP.JITOutbDestinationStorLoc AS JITOutbDestinationStorLoc,
  case when ShortfallQuantity <= 0 then cast(0 as abap.quan( 14,3)) else cast(ShortfallQuantity as abap.quan(14,3)) end as ShortfallQuantity AS quan143endasShortfallQuantity,
  cast('' as njit_comp_matl_ind_error ) AS IsErrorMsgNotToBeLogged,
  cast('' as njit_comp_matl_selected ) AS JITComponentIsReordered
FROM I_JITOutbCallsCompMatlData
LEFT OUTER JOIN I_JITOutbCallsCompGrpDataTP AS _JITOutbCallsCompGrpDataTP ON InternalJITCallNumber = _JITOutbCallsCompGrpDataTP.InternalJITCallNumber  -- association [1..1]
LEFT OUTER JOIN E_JITCompMatl AS _JITOutbCallsCompMatlExtn ON InternalJITCallNumber = _JITOutbCallsCompMatlExtn.InternalJITCallNumber AND CompGrpNumber = _JITOutbCallsCompMatlExtn.CompGrpNumber AND JITCallItemNumber = _JITOutbCallsCompMatlExtn.JITCallItemNumber  -- association [0..1]
;