C_JITDelivConfItemTP

DDL: C_JITDELIVCONFITEMTP Type: view CONSUMPTION Package: NJIT_APP_MANAGE_DELIV_CONF

Delivery Confirmation Item

C_JITDelivConfItemTP is a Consumption CDS View that provides data about "Delivery Confirmation Item" in SAP S/4HANA. It reads from 1 data source (I_JITDelivConfItemTP) and exposes 38 fields with key field JITDeliveryConfirmationItmUUID. It has 6 associations to related views. Part of development package NJIT_APP_MANAGE_DELIV_CONF.

Data Sources (1)

SourceAliasJoin Type
I_JITDelivConfItemTP I_JITDelivConfItemTP from

Associations (6)

CardinalityTargetAliasCondition
[1..1] C_JITDelivConfTP _JITDelivConfTP $projection.JITDeliveryConfirmationUUID = _JITDelivConfTP.JITDeliveryConfirmationUUID
[0..*] C_JITDelivConfRefDocTP _JITDelivConfRefDocTP $projection.JITDeliveryConfirmationItmUUID = _JITDelivConfRefDocTP.JITDeliveryConfirmationItmUUID and _JITDelivConfRefDocTP.BusinessTransactionDocType = 'C'
[0..*] C_JITDelivConfReltdDocTP _JITDelivConfReltdDocTP $projection.JITDeliveryConfirmationItmUUID = _JITDelivConfReltdDocTP.JITDeliveryConfirmationItmUUID
[0..1] I_SalesSchedgAgrmt _SalesSchedgAgrmt $projection.SalesSchedulingAgreement = _SalesSchedgAgrmt.SalesSchedulingAgreement
[0..1] C_JITDelivConfRefDocTP _ConsignmentIssueOrder $projection.JITDeliveryConfirmationItmUUID = _ConsignmentIssueOrder.JITDeliveryConfirmationItmUUID and _ConsignmentIssueOrder.BusinessTransactionDocType = 'O'
[0..1] C_JITDelivConfRelReasonCodeVH _JITDelivConfRelReasonCodeVH $projection.ReasonCode = _JITDelivConfRelReasonCodeVH.ReasonCode

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName CJITDCNFITMTP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Delivery Confirmation Item view
Metadata.allowExtensions true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled EXTERNAL_CALCULATION view
ObjectModel.draftEnabled true view
ObjectModel.transactionalProcessingDelegated true view
ObjectModel.representativeKey JITDeliveryConfirmationItmUUID view
VDM.viewType #CONSUMPTION view

Fields (38)

KeyFieldSource TableSource FieldDescription
KEY JITDeliveryConfirmationItmUUID JITDeliveryConfirmationItmUUID NodeID
JITDeliveryConfirmationUUID JITDeliveryConfirmationUUID NodeID
JITDeliveryConfirmationID _JITDelivConfTP JITDeliveryConfirmationID Deliv Conf ID
ShipToParty _JITDelivConfTP ShipToParty Ship-To Party (obsolete)
Material JITCompMatl Material
JITComponentMaterialPosNmbr JITComponentMaterialPosNmbr
JITDelivConfItemNumber JITDelivConfItemNumber Item
BusinessTransactionDocItem Item
MaterialByCustomer MaterialByCustomer Customer Mat.
SalesSchedulingAgreement SalesSchedulingAgreement Sales Document
SalesSchedulingAgreementItem SalesSchedulingAgreementItem Item
ReasonCode ReasonCode Reason Code
JITApplicationLogSeverity JITApplicationLogSeverity Appl Log Severity
JITApplicationLogSeverityTxt
JITDelivConfRelReasonCodeText _JITDelivConfRelReasonCodeVH JITDelivConfRelReasonCodeText Reason Code Desc
JITDelivConfMatchingStatus JITDelivConfMatchingStatus Matching Status
JITDelivConfMatchingStatusTxt
ConfirmedQuantity ConfirmedQuantity Quantity in UnE
TotalConfirmedQuantity TotalConfirmedQuantity Total to Be Confirmed
TotalDeliveredQuantity TotalDeliveredQuantity Quantity
MinimumQuantityVolume MinimumQuantityVolume
MaximumQuantityVolume MaximumQuantityVolume
BaseUnitofMeasure BaseUnitofMeasure Base Unit
DeltaQuantity DeltaQuantity
JITDelivConfDelivQtyCritlty JITDelivConfDelivQtyCritlty
JITMatchingStatusCriticality JITMatchingStatusCriticality
JITDelivConfIntProcgSts JITDelivConfIntProcgSts Int Procg Sts
JITDelivConfIntProcgStsTxt
SalesOrder
SalesOrganization _SalesSchedgAgrmt SalesOrganization Sales Organization
JITApplicationLogHandle Handle
_JITDelivConfTP _JITDelivConfTP
_JITDelivConfRefDocTP _JITDelivConfRefDocTP
_JITDelivConfReltdDocTP _JITDelivConfReltdDocTP
_SalesSchedgAgrmt _SalesSchedgAgrmt
_SalesOrganization _SalesSchedgAgrmt _SalesOrganization
_ConsignmentIssueOrder _ConsignmentIssueOrder
_JITDelivConfRelReasonCodeVH _JITDelivConfRelReasonCodeVH

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 C_JITDelivConfItemTP.
-- 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 C_JITDelivConfItemTP AS
SELECT
  JITDeliveryConfirmationItmUUID,
  JITDeliveryConfirmationUUID,
  _JITDelivConfTP.JITDeliveryConfirmationID AS JITDeliveryConfirmationID,
  _JITDelivConfTP.ShipToParty AS ShipToParty,
  JITCompMatl AS Material,
  JITComponentMaterialPosNmbr,
  JITDelivConfItemNumber,
  cast( JITDelivConfItemNumber as njit_btd_item_id ) AS BusinessTransactionDocItem,
  MaterialByCustomer,
  SalesSchedulingAgreement,
  SalesSchedulingAgreementItem,
  ReasonCode,
  JITApplicationLogSeverity,
  _JITApplicationLogSeverity._Text[1:Language = $session.system_language].JITApplicationLogSeverityTxt AS JITApplicationLogSeverityTxt,
  _JITDelivConfRelReasonCodeVH.JITDelivConfRelReasonCodeText AS JITDelivConfRelReasonCodeText,
  JITDelivConfMatchingStatus,
  _JITDelivConfMatchingStatus._Text[1:Language = $session.system_language].JITDelivConfMatchingStatusTxt AS JITDelivConfMatchingStatusTxt,
  ConfirmedQuantity,
  TotalConfirmedQuantity,
  TotalDeliveredQuantity,
  MinimumQuantityVolume,
  MaximumQuantityVolume,
  BaseUnitofMeasure,
  DeltaQuantity,
  JITDelivConfDelivQtyCritlty,
  JITMatchingStatusCriticality,
  JITDelivConfIntProcgSts,
  _JITDelivConfProcgSts._Text[1:Language = $session.system_language].JITDelivConfIntProcgStsTxt AS JITDelivConfIntProcgStsTxt,
  cast( _ConsignmentIssueOrder.BusinessTransactionDocument as vdm_sales_order ) AS SalesOrder,
  _SalesSchedgAgrmt.SalesOrganization AS SalesOrganization,
  cast(JITApplicationLogHandle as char22) AS JITApplicationLogHandle,
  _SalesSchedgAgrmt._SalesOrganization AS _SalesOrganization
FROM I_JITDelivConfItemTP
LEFT OUTER JOIN C_JITDelivConfTP AS _JITDelivConfTP ON JITDeliveryConfirmationUUID = _JITDelivConfTP.JITDeliveryConfirmationUUID  -- association [1..1]
LEFT OUTER JOIN C_JITDelivConfRefDocTP AS _JITDelivConfRefDocTP ON JITDeliveryConfirmationItmUUID = _JITDelivConfRefDocTP.JITDeliveryConfirmationItmUUID AND _JITDelivConfRefDocTP.BusinessTransactionDocType = 'C'  -- association [0..*]
LEFT OUTER JOIN C_JITDelivConfReltdDocTP AS _JITDelivConfReltdDocTP ON JITDeliveryConfirmationItmUUID = _JITDelivConfReltdDocTP.JITDeliveryConfirmationItmUUID  -- association [0..*]
LEFT OUTER JOIN I_SalesSchedgAgrmt AS _SalesSchedgAgrmt ON SalesSchedulingAgreement = _SalesSchedgAgrmt.SalesSchedulingAgreement  -- association [0..1]
LEFT OUTER JOIN C_JITDelivConfRefDocTP AS _ConsignmentIssueOrder ON JITDeliveryConfirmationItmUUID = _ConsignmentIssueOrder.JITDeliveryConfirmationItmUUID AND _ConsignmentIssueOrder.BusinessTransactionDocType = 'O'  -- association [0..1]
LEFT OUTER JOIN C_JITDelivConfRelReasonCodeVH AS _JITDelivConfRelReasonCodeVH ON ReasonCode = _JITDelivConfRelReasonCodeVH.ReasonCode  -- association [0..1]
;