I_JITCallDocRefBasic
JIT Call Document Reference
I_JITCallDocRefBasic is a Basic CDS View that provides data about "JIT Call Document Reference" in SAP S/4HANA. It reads from 1 data source (njit_call_d_dref) and exposes 16 fields with key field JITDocRefUUID. It has 3 associations to related views. Part of development package NJIT_MODEL_INBOUNDCALL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| njit_call_d_dref | njit_call_d_dref | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_DeliveryDocumentItem | _DeliveryDocumentItem | $projection.BusinessTransactionDocument = _DeliveryDocumentItem.DeliveryDocument and $projection.BusinessTransactionDocItem = _DeliveryDocumentItem.DeliveryDocumentItem and $projection.BusinessTransactionDocType = _DeliveryDocumentItem.SDDocumentCategory |
| [0..*] | I_JITCallCompMaterialBasic | _JITCallCompMaterialBasic | $projection.JITCallComponentUUID = _JITCallCompMaterialBasic.JITCallComponentUUID |
| [0..1] | I_JITCallHeaderBasic | _JITCallHeaderBasic | $projection.JITHeaderUUID = _JITCallHeaderBasic.JITHeaderUUID and $projection.InternalJITCallNumber = _JITCallHeaderBasic.InternalJITCallNumber |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | JIT Call Document Reference | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #BASIC | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | JITDocRefUUID | db_key | UUID | |
| JITHeaderUUID | root_key | UUID | ||
| JITCallComponentUUID | parent_key | UUID | ||
| InternalJITCallNumber | int_call_num | JIT Call Number | ||
| JITCallItemNumber | call_item_num | Call Item Number | ||
| BusinessTransactionDocType | btd_type_code | BTD Type Code | ||
| BusinessTransactionDocument | btd_id | External FA | ||
| BusinessTransactionDocItem | btd_item_id | BTD Item ID | ||
| BusinessTransactionDocStatus | btd_status | BTD Status | ||
| LogicalSystemID | logsys | Source system | ||
| LastChangeDateTime | lchg_date_time | Time Stamp | ||
| DataAgingObject | _dataaging | Data Aging | ||
| CompGrpNumber | comp_grp_num | Component Group No. | ||
| _DeliveryDocumentItem | _DeliveryDocumentItem | |||
| _JITCallHeaderBasic | _JITCallHeaderBasic | |||
| _JITCallCompMaterialBasic | _JITCallCompMaterialBasic |
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_JITCallDocRefBasic.
-- 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_JITCallDocRefBasic AS
SELECT
db_key AS JITDocRefUUID,
root_key AS JITHeaderUUID,
parent_key AS JITCallComponentUUID,
int_call_num AS InternalJITCallNumber,
call_item_num AS JITCallItemNumber,
btd_type_code AS BusinessTransactionDocType,
btd_id AS BusinessTransactionDocument,
btd_item_id AS BusinessTransactionDocItem,
btd_status AS BusinessTransactionDocStatus,
logsys AS LogicalSystemID,
lchg_date_time AS LastChangeDateTime,
comp_grp_num AS CompGrpNumber
FROM njit_call_d_dref
LEFT OUTER JOIN I_DeliveryDocumentItem AS _DeliveryDocumentItem ON BusinessTransactionDocument = _DeliveryDocumentItem.DeliveryDocument AND BusinessTransactionDocItem = _DeliveryDocumentItem.DeliveryDocumentItem AND BusinessTransactionDocType = _DeliveryDocumentItem.SDDocumentCategory -- association [0..1]
LEFT OUTER JOIN I_JITCallCompMaterialBasic AS _JITCallCompMaterialBasic ON JITCallComponentUUID = _JITCallCompMaterialBasic.JITCallComponentUUID -- association [0..*]
LEFT OUTER JOIN I_JITCallHeaderBasic AS _JITCallHeaderBasic ON JITHeaderUUID = _JITCallHeaderBasic.JITHeaderUUID AND InternalJITCallNumber = _JITCallHeaderBasic.InternalJITCallNumber -- 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