C_JITInbCompGrpHndlgUnitRef

DDL: C_JITINBCOMPGRPHNDLGUNITREF Type: view_entity CONSUMPTION

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.

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

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
;