I_JITCustHeaderTP
JIT Customer Header Data - TP
I_JITCustHeaderTP is a Transactional CDS View that provides data about "JIT Customer Header Data - TP" in SAP S/4HANA. It reads from 1 data source (I_JITCustData) and exposes 32 fields with key field CustomerUUID. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_JITCustData | JITCustHeader_with_draft | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_JITCustSupplyAreaTP | _JITCustSupplyAreaTP | $projection.CustomerUUID = _JITCustSupplyAreaTP.CustomerUUID |
| [0..*] | I_JITCustExternalStatusTP | _JITCustExternalStatusTP | $projection.CustomerUUID = _JITCustExternalStatusTP.CustomerUUID |
| [0..*] | I_JITCustReferenceTypeTP | _JITCustReferenceTypeTP | $projection.CustomerUUID = _JITCustReferenceTypeTP.CustomerUUID |
| [0..1] | E_JITCustomer | _JITCustomerExtension | $projection.CustomerUUID = _JITCustomerExtension.CustomerUUID |
Annotations (21)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IJITCUSTHDRTP1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | JIT Customer Header Data - TP | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.draftEnabled | true | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.writeDraftPersistence | NJIT_CUST_HDR_D | view | |
| ObjectModel.writeActivePersistence | NJIT_D_CUST_HDR | view | |
| ObjectModel.updateEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.entityChangeStateId | LastChangeDateTime | view |
Fields (32)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CustomerUUID | CustomerUUID | NodeID | |
| ShipToParty | ShipToParty | Ship-To Party (obsolete) | ||
| CountryNameendasJITCustomerAddress | ||||
| JITCustomerStatus | JITCustomerStatus | Customer Status | ||
| IsJITRelevant | IsJITRelevant | JIT-Relevant | ||
| NumberOfSupplyAreas | ||||
| CreationDateTime | CreationDateTime | Timestamp | ||
| CreatedByUser | CreatedByUser | User Name | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| DaysForIntJITNumberGeneration | DaysForIntJITNumberGeneration | Extl JIT Num. Usage | ||
| JITContactPerson | ||||
| JITDeliveryHdrSplitCriterion | JITDeliveryHdrSplitCriterion | Split Deli. Document | ||
| JITDeliveryItemSplitCriterion | JITDeliveryItemSplitCriterion | Split Criteria | ||
| JITSequenceNumberProfileID | JITSequenceNumberProfileID | Profile | ||
| SummarizedJITCallType | ||||
| SequencedJITCallType | ||||
| JITDelivHdrSpltCritrnForPckg | JITDelivHdrSpltCritrnForPckg | Split Deli. Document | ||
| JITDelivConfIsUsed | JITDelivConfIsUsed | Delivery confirmatn | ||
| JITDelivConfForReorder | JITDelivConfForReorder | Reorder | ||
| _CustomerToBusinessPartner | _CustomerToBusinessPartner | |||
| _JITDeliverySplitCriteria | _JITDeliverySplitCriteria | |||
| _JITCustomerStatus | _JITCustomerStatus | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser | |||
| _JITCustSupplyAreaTP | _JITCustSupplyAreaTP | |||
| _JITCustExternalStatusTP | _JITCustExternalStatusTP | |||
| _Customer | _Customer | |||
| _JITCustReferenceTypeTP | _JITCustReferenceTypeTP | |||
| _JITDelivConfIsUsed | _JITDelivConfIsUsed | |||
| _JITDelivConfForReorder | _JITDelivConfForReorder | |||
| _JITCustSupplyAreaInfo | _JITCustSupplyAreaInfo |
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_JITCustHeaderTP.
-- 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: IJITCUSTHDRTP1
CREATE VIEW I_JITCustHeaderTP AS
SELECT
CustomerUUID,
ShipToParty,
case when _Customer.CityName = '' then _Customer._StandardAddress._Country._Text[1: Language=$session.system_language].CountryName else concat( _Customer.CityName,concat(', ', _Customer._StandardAddress._Country._Text[1: Language=$session.system_language].CountryName)) end as JITCustomerAddress AS CountryNameendasJITCustomerAddress,
JITCustomerStatus,
IsJITRelevant,
cast(0 as abap.int2( 5 )) AS NumberOfSupplyAreas,
CreationDateTime,
CreatedByUser,
LastChangeDateTime,
LastChangedByUser,
DaysForIntJITNumberGeneration,
cast('' as abap.char( 90 )) AS JITContactPerson,
JITDeliveryHdrSplitCriterion,
JITDeliveryItemSplitCriterion,
JITSequenceNumberProfileID,
cast('0' as njit_call_type) AS SummarizedJITCallType,
cast('1' as njit_call_type) AS SequencedJITCallType,
JITDelivHdrSpltCritrnForPckg,
JITDelivConfIsUsed,
JITDelivConfForReorder
FROM I_JITCustData AS JITCustHeader_with_draft
LEFT OUTER JOIN I_JITCustSupplyAreaTP AS _JITCustSupplyAreaTP ON CustomerUUID = _JITCustSupplyAreaTP.CustomerUUID -- association [0..*]
LEFT OUTER JOIN I_JITCustExternalStatusTP AS _JITCustExternalStatusTP ON CustomerUUID = _JITCustExternalStatusTP.CustomerUUID -- association [0..*]
LEFT OUTER JOIN I_JITCustReferenceTypeTP AS _JITCustReferenceTypeTP ON CustomerUUID = _JITCustReferenceTypeTP.CustomerUUID -- association [0..*]
LEFT OUTER JOIN E_JITCustomer AS _JITCustomerExtension ON CustomerUUID = _JITCustomerExtension.CustomerUUID -- 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