C_ProductionRoutingGroupVH

DDL: C_PRODUCTIONROUTINGGROUPVH Type: view_entity CONSUMPTION

Group Value Help

C_ProductionRoutingGroupVH is a Consumption CDS View that provides data about "Group Value Help" in SAP S/4HANA. It reads from 1 data source (I_MfgBillOfOperations) and exposes 5 fields with key fields BillOfOperationsGroup, BillOfOperationsType, BillOfOperationsVariant.

Data Sources (1)

SourceAliasJoin Type
I_MfgBillOfOperations I_MfgBillOfOperations from

Annotations (10)

NameValueLevelField
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Group Value Help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Search.searchable true view
Consumption.ranked true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BillOfOperationsGroup BillOfOperationsGroup Group
KEY BillOfOperationsType BillOfOperationsType Task List Type
KEY BillOfOperationsVariant BillOfOperationsVariant Group Counter
_BillOfOperationsType _BillOfOperationsType
_BillOfOperationsGroup _BillOfOperationsGroup

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_ProductionRoutingGroupVH.
-- 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_ProductionRoutingGroupVH AS
SELECT
  BillOfOperationsGroup,
  BillOfOperationsType,
  BillOfOperationsVariant
FROM I_MfgBillOfOperations
;