R_PPDSMntrRcptProdnPlannerVH

DDL: R_PPDSMNTRRCPTPRODNPLANNERVH Type: view_entity BASIC

Production Planner

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

Data Sources (1)

SourceAliasJoin Type
/sapapo/planner /sapapo/planner from

Annotations (13)

NameValueLevelField
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #BASIC view
ObjectModel.representativeKey PPDSMntrRcptPlanner view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Production Planner view
VDM.lifecycle.contract.type #SAP_INTERNAL_API 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 planner Transp. Planner
PPDSMntrRcptPlannerName name 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 R_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 R_PPDSMntrRcptProdnPlannerVH AS
SELECT
  planner AS PPDSMntrRcptPlanner,
  name AS PPDSMntrRcptPlannerName
FROM /sapapo/planner
;