C_PPDSMntrRcptProdnPlannerVH

DDL: C_PPDSMNTRRCPTPRODNPLANNERVH Type: view_entity CONSUMPTION

Production Planner

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

Data Sources (1)

SourceAliasJoin Type
R_PPDSMntrRcptProdnPlannerVH R_PPDSMntrRcptProdnPlannerVH from

Annotations (12)

NameValueLevelField
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey PPDSMntrRcptPlanner view
Search.searchable true view
Consumption.ranked true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Production Planner view
VDM.lifecycle.contract.type #NONE 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 PPDSMntrRcptPlanner PPDSMntrRcptPlanner Transp. Planner
PPDSMntrRcptPlannerName PPDSMntrRcptPlannerName 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_PPDSMntrRcptProdnPlannerVH.
-- 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_PPDSMntrRcptProdnPlannerVH AS
SELECT
  PPDSMntrRcptPlanner,
  PPDSMntrRcptPlannerName
FROM R_PPDSMntrRcptProdnPlannerVH
;