I_JITOutbCallsCompMatlDataTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_JITOutbCallsCompMatlData | I_JITOutbCallsCompMatlData | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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]
;
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