C_PPDSMntrRqmtProdnPlannerVH

DDL: C_PPDSMNTRRQMTPRODNPLANNERVH Type: view_entity CONSUMPTION

Production Planner

C_PPDSMntrRqmtProdnPlannerVH is a Consumption CDS View that provides data about "Production Planner" in SAP S/4HANA. It reads from 1 data source (R_PPDSMntrRqmtProdnPlannerVH) and exposes 2 fields with key field PPDSPlanner.

Data Sources (1)

SourceAliasJoin Type
R_PPDSMntrRqmtProdnPlannerVH R_PPDSMntrRqmtProdnPlannerVH from

Annotations (11)

NameValueLevelField
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey PPDSPlanner view
Search.searchable true view
Consumption.ranked true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Production Planner view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PPDSPlanner PPDSPlanner Transp. Planner
PPDSPlannerName PPDSPlannerName Zone 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_PPDSMntrRqmtProdnPlannerVH.
-- 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_PPDSMntrRqmtProdnPlannerVH AS
SELECT
  PPDSPlanner,
  PPDSPlannerName
FROM R_PPDSMntrRqmtProdnPlannerVH
;