Deprecated
This CDS view is deprecated in S/4HANA. Use NONE instead. View all deprecated CDS views →

P_ABOPRunIterationProductPlant

DDL: P_ABOPRUNITERATIONPRODUCTPLANT SQL: PABOPRUNITRPRDPL Type: view COMPOSITE

P_ABOPRunIterationProductPlant is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_ATPSeldIterationRequirement) and exposes 5 fields with key fields ATPCheckUUID, ATPCheckIterationUUID, Material, Plant.

Data Sources (1)

SourceAliasJoin Type
I_ATPSeldIterationRequirement I_ATPSeldIterationRequirement from

Annotations (8)

NameValueLevelField
VDM.private true view
VDM.viewType #COMPOSITE view
AbapCatalog.sqlViewName PABOPRUNITRPRDPL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor NONE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ATPCheckUUID ATPCheckUUID Check ID
KEY ATPCheckIterationUUID ATPCheckIterationUUID Check Iteration UUID
KEY Material Product Product Sold
KEY Plant SupplyingPlant Supplying Plant
_SupplyingPlant _SupplyingPlant

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 P_ABOPRunIterationProductPlant.
-- 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: PABOPRUNITRPRDPL

CREATE VIEW P_ABOPRunIterationProductPlant AS
SELECT
  ATPCheckUUID,
  ATPCheckIterationUUID,
  Product AS Material,
  SupplyingPlant AS Plant
FROM I_ATPSeldIterationRequirement
;