C_MassMaintCapProdnVersionVH

DDL: C_MASSMAINTCAPPRODNVERSIONVH Type: view_entity CONSUMPTION

Value Help for Production Version

C_MassMaintCapProdnVersionVH is a Consumption CDS View that provides data about "Value Help for Production Version" in SAP S/4HANA. It reads from 1 data source (I_ProductionVersion) and exposes 9 fields with key fields Material, Plant, ProductionVersion.

Data Sources (1)

SourceAliasJoin Type
I_ProductionVersion I_ProductionVersion from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value Help for Production Version view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
KEY ProductionVersion ProductionVersion Version ID
ProductionVersionText ProductionVersionText Vertikalization Text
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
BillOfOperationsGroup BillOfOperationsGroup Group
BillOfOperationsType BillOfOperationsType Task List Type
BillOfOperationsVariant BillOfOperationsVariant Group Counter

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_MassMaintCapProdnVersionVH.
-- 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_MassMaintCapProdnVersionVH AS
SELECT
  Material,
  Plant,
  ProductionVersion,
  ProductionVersionText,
  ValidityStartDate,
  ValidityEndDate,
  BillOfOperationsGroup,
  BillOfOperationsType,
  BillOfOperationsVariant
FROM I_ProductionVersion
;