C_JITCallComponent

DDL: C_JITCALLCOMPONENT Type: view_entity CONSUMPTION Package: NJIT_APP_MANAGE_JIT_CALLS_CG

JIT call component processing

C_JITCallComponent is a Consumption CDS View that provides data about "JIT call component processing" in SAP S/4HANA. It reads from 1 data source (R_JITInbCallComponentTP) and exposes 38 fields with key field JITCallComponentUUID. It has 4 associations to related views. It is exposed through 2 OData services (NJIT_UI_JITCOMPGRPPROCG, NJIT_UI_JITINBOUNDCALLTP). It is used in 2 Fiori applications: Manage Customer JIT Calls - by Component Groups, Manage Customer JIT Calls - Create, Manage. Part of development package NJIT_APP_MANAGE_JIT_CALLS_CG.

Data Sources (1)

SourceAliasJoin Type
R_JITInbCallComponentTP R_JITInbCallComponentTP projection

Associations (4)

CardinalityTargetAliasCondition
[0..*] C_JITInbCallDeliveryDocRef _JITInbCallDeliveryDocRef $projection.InternalJITCallNumber = _JITInbCallDeliveryDocRef.InternalJITCallNumber and $projection.CompGrpNumber = _JITInbCallDeliveryDocRef.CompGrpNumber
[0..*] C_JITCallDelivConfRefDoc _JITCallDelivConfRefDoc $projection.InternalJITCallNumber = _JITCallDelivConfRefDoc.BusinessTransactionDocument and $projection.JITCallItemNumber = _JITCallDelivConfRefDoc.BusinessTransactionDocItem
[0..*] C_JITInbCallCompSerialNumber _JITInbCallCompSerialNumber $projection.InternalJITCallNumber = _JITInbCallCompSerialNumber.InternalJITCallNumber and $projection.CompGrpNumber = _JITInbCallCompSerialNumber.CompGrpNumber and $projection.JITCallItemNumber = _JITInbCallCompSerialNumber.JITCallItemNumber
[0..*] C_JITCallComponentMatlDocRef _JITCallComponentMatlDocRef $projection.JITCallComponentUUID = _JITCallComponentMatlDocRef.JITCallComponentUUID

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label JIT call component processing view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
Search.searchable true view

OData Services (2)

ServiceBindingVersionContractRelease
NJIT_UI_JITCOMPGRPPROCG NJIT_UI_JITCOMPGRPPROCG V2 C1 NOT_RELEASED
NJIT_UI_JITINBOUNDCALLTP NJIT_UI_JITINBOUNDCALLTP V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F6077 Manage Customer JIT Calls - by Component Groups Transactional This application shall be used by Material Planners to Manage/ Monitor Customer JIT Calls from Component Group perspective.
F6078 Manage Customer JIT Calls - Create, Manage Transactional An application to manage and monitor Customer JIT calls

Manage Customer JIT Calls - by Component Groups

Business Role: Others

With this application, you can view customer JIT calls for each component group in list view. Each component group"s details can be viewed by navigating to detail view. Various filter criteria could be used to restrict component groups that are managed/viewed.

Manage Customer JIT Calls - Create, Manage

Business Role: Material Planner - Just-In-Time Supply

With this app you can create, modify, and view JIT calls received in the system. Customers request components from suppliers by triggering JIT calls with all relevant component information. They do this by transmitting IDocs that get routed via SAP Cloud Platform Integration and get mapped to the JIT Call SOAP service, which then sends it to your system. The architecture guidelines of SAP S/4HANA Cloud recommend SOAP messages for Electronic Data Interchange (EDI) communication; for more information, refer to the integration documentation for Just-In-Time (JIT) Supply to Customer from Stock. Therefore, a SOAP message is defined for processing incoming customer JIT calls. A customer message can contain many individual JIT calls, among which there could be new ones or existing ones to be changed.

Fields (38)

KeyFieldSource TableSource FieldDescription
KEY JITCallComponentUUID JITCallComponentUUID NodeID
JITHeaderUUID JITHeaderUUID NodeID
JITCallCompGrpUUID JITCallCompGrpUUID NodeID
InternalJITCallNumber InternalJITCallNumber JIT Call Number
CompGrpNumber CompGrpNumber Component Group No.
JITCallItemNumber JITCallItemNumber Call Item Number
Material Material Vehicle Model
MaterialByCustomer MaterialByCustomer Customer Mat.
ExtJITCallItemNumber ExtJITCallItemNumber
SalesSchedulingAgreement SalesSchedulingAgreement Sales Document
SalesSchedulingAgreementItem SalesSchedulingAgreementItem Item
Division Division Internal Division ID
RequestedQuantity RequestedQuantity Requested Quantity
ActualDeliveredQuantity ActualDeliveredQuantity Delivered Quantity
QuantityUnit QuantityUnit Unit of measure
JITCallCompMatlBackflushStatus JITCallCompMatlBackflushStatus BackFlush Status
JITCallCompMatlBackflushType JITCallCompMatlBackflushType BackFlush Type
JITCallCompBackflushStsUpdtdOn JITCallCompBackflushStsUpdtdOn BFlsh Status Updt On
ProductName
JITUnderDeliveryToleranceInPct
JITOverDeliveryToleranceInPct
JITUnlimitedOverDelivIsAllowed
PartialDeliveryIsAllowed
PartialDeliveryIsAllowedText
JITBackflushStatusText
DeliveryStatus _JITInbCallComponentGroupTP DeliveryStatus Delivery Status
char3
virtualJITDelivQtyRngeValstringval
VarianceReasonCode VarianceReasonCode Reason
JITDelivConfQuantity JITDelivConfQuantity
JITInbCallCompDelivConfStatus JITInbCallCompDelivConfStatus
JITCompDelivConfStatusTextlocalized
virtualJITCompGrpIsDlvConfRlvtboolean
_ProductCompMatl _ProductCompMatl
_JITInbCallDeliveryDocRef _JITInbCallDeliveryDocRef
_JITCallDelivConfRefDoc _JITCallDelivConfRefDoc
_JITInbCallCompSerialNumber _JITInbCallCompSerialNumber
_JITCallComponentMatlDocRef _JITCallComponentMatlDocRef

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_JITCallComponent.
-- 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_JITCallComponent AS
SELECT
  JITCallComponentUUID,
  JITHeaderUUID,
  JITCallCompGrpUUID,
  InternalJITCallNumber,
  CompGrpNumber,
  JITCallItemNumber,
  Material,
  MaterialByCustomer,
  ExtJITCallItemNumber,
  SalesSchedulingAgreement,
  SalesSchedulingAgreementItem,
  Division,
  RequestedQuantity,
  ActualDeliveredQuantity,
  QuantityUnit,
  JITCallCompMatlBackflushStatus,
  JITCallCompMatlBackflushType,
  JITCallCompBackflushStsUpdtdOn,
  _ProductCompMatl._Text[1: Language=$session.system_language].ProductName AS ProductName,
  _JITInbCallComponentGroupTP._JITSupplyControlHeader.JITUnderDeliveryToleranceInPct AS JITUnderDeliveryToleranceInPct,
  _JITInbCallComponentGroupTP._JITSupplyControlHeader.JITOverDeliveryToleranceInPct AS JITOverDeliveryToleranceInPct,
  _JITInbCallComponentGroupTP._JITSupplyControlHeader.JITUnlimitedOverDelivIsAllowed AS JITUnlimitedOverDelivIsAllowed,
  _JITInbCallComponentGroupTP._JITSupplyControlHeader.PartialDeliveryIsAllowed AS PartialDeliveryIsAllowed,
  _JITInbCallComponentGroupTP._JITSupplyControlHeader._JITPartialDelivery._Text [1: Language = $session.system_language ].PartialDeliveryIsAllowedText AS PartialDeliveryIsAllowedText,
  _JITBackflushStatus ._Text[1:Language = $session.system_language].JITBackflushStatusText AS JITBackflushStatusText,
  _JITInbCallComponentGroupTP.DeliveryStatus AS DeliveryStatus,
  virtual UICT_JITReqdAndDlvrdQtyCritlty : abap.char(3) AS char3,
  virtual JITDelivQtyRngeVal : stringval AS virtualJITDelivQtyRngeValstringval,
  VarianceReasonCode,
  JITDelivConfQuantity,
  JITInbCallCompDelivConfStatus,
  _JITInbCallCompDlvConfSts._Text.JITCompDelivConfStatusText : localized AS JITCompDelivConfStatusTextlocalized,
  virtual JITCompGrpIsDlvConfRlvt : boolean AS virtualJITCompGrpIsDlvConfRlvtboolean
FROM R_JITInbCallComponentTP
LEFT OUTER JOIN C_JITInbCallDeliveryDocRef AS _JITInbCallDeliveryDocRef ON InternalJITCallNumber = _JITInbCallDeliveryDocRef.InternalJITCallNumber AND CompGrpNumber = _JITInbCallDeliveryDocRef.CompGrpNumber  -- association [0..*]
LEFT OUTER JOIN C_JITCallDelivConfRefDoc AS _JITCallDelivConfRefDoc ON InternalJITCallNumber = _JITCallDelivConfRefDoc.BusinessTransactionDocument AND JITCallItemNumber = _JITCallDelivConfRefDoc.BusinessTransactionDocItem  -- association [0..*]
LEFT OUTER JOIN C_JITInbCallCompSerialNumber AS _JITInbCallCompSerialNumber ON InternalJITCallNumber = _JITInbCallCompSerialNumber.InternalJITCallNumber AND CompGrpNumber = _JITInbCallCompSerialNumber.CompGrpNumber AND JITCallItemNumber = _JITInbCallCompSerialNumber.JITCallItemNumber  -- association [0..*]
LEFT OUTER JOIN C_JITCallComponentMatlDocRef AS _JITCallComponentMatlDocRef ON JITCallComponentUUID = _JITCallComponentMatlDocRef.JITCallComponentUUID  -- association [0..*]
;