I_JITCustHeaderTP

DDL: I_JITCUSTHEADERTP SQL: IJITCUSTHDRTP1 Type: view TRANSACTIONAL

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 42 fields with key field CustomerUUID. It has 4 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_JITCustData JITCustHeader_with_draft from

Associations (4)

CardinalityTargetAliasCondition
[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 (20)

NameValueLevelField
AbapCatalog.sqlViewName IJITCUSTHDRTP1 view
AbapCatalog.compiler.compareFilter 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 (42)

KeyFieldSource TableSource FieldDescription
KEY CustomerUUID CustomerUUID NodeID
ShipToParty ShipToParty Ship-To Party (obsolete)
JITCustomerAddress
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
JITCustSupAreaDetnRuleSumzd JITCustSupAreaDetnRuleSumzd
JITTransfDestDetsRuleSumzd JITTransfDestDetsRuleSumzd
JITCustSupAreaDetnRuleSqnc JITCustSupAreaDetnRuleSqnc
JITTransfDestDetsRuleSqnc JITTransfDestDetsRuleSqnc
JITCallSplitRule JITCallSplitRule
_CustomerToBusinessPartner _CustomerToBusinessPartner
_JITDeliverySplitCriteria _JITDeliverySplitCriteria
_JITCustomerStatus _JITCustomerStatus
_CreatedByUser _CreatedByUser
_LastChangedByUser _LastChangedByUser
_JITCustSupplyAreaTP _JITCustSupplyAreaTP
_JITCustExternalStatusTP _JITCustExternalStatusTP
_Customer _Customer
_JITCustReferenceTypeTP _JITCustReferenceTypeTP
_JITDelivConfIsUsed _JITDelivConfIsUsed
_JITDelivConfForReorder _JITDelivConfForReorder
_JITCustSupplyAreaInfo _JITCustSupplyAreaInfo
_JITCustSupAreaDetnRuleSumzd _JITCustSupAreaDetnRuleSumzd
_JITTransferDestDetsRuleSumzd _JITTransferDestDetsRuleSumzd
_JITCustSupAreaDetnRuleSqnc _JITCustSupAreaDetnRuleSqnc
_JITTransferDestDetsRuleSqnc _JITTransferDestDetsRuleSqnc
_JITCallSplitRule _JITCallSplitRule

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,
  cast('' as abap.char(87) ) AS JITCustomerAddress,
  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,
  JITCustSupAreaDetnRuleSumzd,
  JITTransfDestDetsRuleSumzd,
  JITCustSupAreaDetnRuleSqnc,
  JITTransfDestDetsRuleSqnc,
  JITCallSplitRule
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]
;