C_SchedProdnMRPControllerVH

DDL: C_SCHEDPRODNMRPCONTROLLERVH SQL: CSHPDMRPCVH Type: view CONSUMPTION

Value Help for MRP Controller

C_SchedProdnMRPControllerVH is a Consumption CDS View that provides data about "Value Help for MRP Controller" in SAP S/4HANA. It reads from 1 data source (I_SDMAreaOfResponsibility) and exposes 3 fields with key fields Plant, MRPController.

Data Sources (1)

SourceAliasJoin Type
I_SDMAreaOfResponsibility _AOR from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CSHPDMRPCVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value Help for MRP Controller view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Plant I_SDMAreaOfResponsibility Plant Valuation Area
KEY MRPController I_SDMAreaOfResponsibility MRPController MRP Controller
MRPControllerName _MRPController MRPControllerName MRP Controller 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_SchedProdnMRPControllerVH.
-- 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: CSHPDMRPCVH

CREATE VIEW C_SchedProdnMRPControllerVH AS
SELECT
  _AOR.Plant AS Plant,
  _AOR.MRPController AS MRPController,
  _MRPController.MRPControllerName AS MRPControllerName
FROM I_SDMAreaOfResponsibility AS _AOR
;