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

I_ABOPRunIterationProductPlant

DDL: I_ABOPRUNITERATIONPRODUCTPLANT SQL: IABOPITRPRDPL Type: view COMPOSITE

Iteration conf. details by product-plant

I_ABOPRunIterationProductPlant is a Composite CDS View that provides data about "Iteration conf. details by product-plant" in SAP S/4HANA. It reads from 1 data source (P_ABOPRunIterationProductPlant) and exposes 5 fields with key fields ATPCheckUUID, ATPCheckIterationUUID, Material, Plant.

Data Sources (1)

SourceAliasJoin Type
P_ABOPRunIterationProductPlant P_ABOPRunIterationProductPlant from

Annotations (12)

NameValueLevelField
EndUserText.label Iteration conf. details by product-plant view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
AbapCatalog.sqlViewName IABOPITRPRDPL view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ABOPRunIterationProdPlant view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ATPCheckUUID ATPCheckUUID Check ID
KEY ATPCheckIterationUUID ATPCheckIterationUUID Check Iteration UUID
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
_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 I_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: IABOPITRPRDPL

CREATE VIEW I_ABOPRunIterationProductPlant AS
SELECT
  ATPCheckUUID,
  ATPCheckIterationUUID,
  Material,
  Plant
FROM P_ABOPRunIterationProductPlant
;