C_JITOutbMaterialVH

DDL: C_JITOUTBMATERIALVH SQL: CJITOBMATVH Type: view CONSUMPTION Package: NJIT_MODEL_O

Value help for Material

C_JITOutbMaterialVH is a Consumption CDS View (Dimension) that provides data about "Value help for Material" in SAP S/4HANA. It reads from 1 data source (I_ProductPlant) and exposes 3 fields with key fields Product, Plant. It is exposed through 1 OData service (UI_JITMANAGEOUTBSEQUENCECALL). Part of development package NJIT_MODEL_O.

Data Sources (1)

SourceAliasJoin Type
I_ProductPlant I_ProductPlant from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CJITOBMATVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value help for Material view
Metadata.allowExtensions true view
Analytics.dataCategory #DIMENSION view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_JITMANAGEOUTBSEQUENCECALL UI_JITMANAGEOUTBSEQUENCECALL V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Product _Product Product Material
KEY Plant Plant Valuation Area
ProductName Material Name

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_JITOutbMaterialVH.
-- 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: CJITOBMATVH

CREATE VIEW C_JITOutbMaterialVH AS
SELECT
  _Product.Product AS Product,
  Plant,
  _Product._Text[1:Language = $session.system_language].ProductName AS ProductName
FROM I_ProductPlant
;