C_JITInbCompGrpHndlgUnitRef

DDL: C_JITINBCOMPGRPHNDLGUNITREF Type: view_entity CONSUMPTION Package: NJIT_APP_REUSE_LIBRARY

HU references for Summarized JIT Calls

C_JITInbCompGrpHndlgUnitRef is a Consumption CDS View that provides data about "HU references for Summarized JIT Calls" in SAP S/4HANA. It reads from 1 data source (I_JITInbCompGrpHndlgUnitRef) and exposes 8 fields with key field JITDocRefUUID. It is exposed through 3 OData services (NJIT_UI_JITCOMPGRPPROCG, NJIT_UI_JITCOMPONENTPROCG, 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_REUSE_LIBRARY.

Data Sources (1)

SourceAliasJoin Type
I_JITInbCompGrpHndlgUnitRef I_JITInbCompGrpHndlgUnitRef from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label HU references for Summarized JIT Calls view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
UI.headerInfo.typeName Handling Unit view
UI.headerInfo.typeNamePlural Handling Units view

OData Services (3)

ServiceBindingVersionContractRelease
NJIT_UI_JITCOMPGRPPROCG NJIT_UI_JITCOMPGRPPROCG V2 C1 NOT_RELEASED
NJIT_UI_JITCOMPONENTPROCG NJIT_UI_JITCOMPONENTPROCG V4 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 (8)

KeyFieldSource TableSource FieldDescription
KEY JITDocRefUUID JITDocRefUUID NodeID
JITHeaderUUID JITHeaderUUID NodeID
BusinessTransactionDocument BusinessTransactionDocument BTD ID
HandlingUnitProcessStatusText
PackagingMaterial _JITHandlingUnitHeader PackagingMaterial Packaging Materials
LastChangeDateTime LastChangeDateTime Timestamp
JITCallCompGrpUUID _JITInbCallComponent JITCallCompGrpUUID NodeID
_JITInboundCall _JITInboundCall

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_JITInbCompGrpHndlgUnitRef.
-- 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_JITInbCompGrpHndlgUnitRef AS
SELECT
  JITDocRefUUID,
  JITHeaderUUID,
  BusinessTransactionDocument,
  _JITHandlingUnitHeader._HandlingUnitProcessStatus._Text[1: Language=$session.system_language].HandlingUnitProcessStatusText AS HandlingUnitProcessStatusText,
  _JITHandlingUnitHeader.PackagingMaterial AS PackagingMaterial,
  LastChangeDateTime,
  _JITInbCallComponent.JITCallCompGrpUUID AS JITCallCompGrpUUID
FROM I_JITInbCompGrpHndlgUnitRef
;