P_ABOPRunIterationStrategy

DDL: P_ABOPRUNITERATIONSTRATEGY Type: view_entity COMPOSITE Package: ATP_BOP_MONITOR_VDM

Run conf. details by material-plant

P_ABOPRunIterationStrategy is a Composite CDS View that provides data about "Run conf. details by material-plant" in SAP S/4HANA. It reads from 1 data source (I_ATPSeldIterationRequirement) and exposes 3 fields with key fields ATPCheckUUID, ATPCheckIterationUUID, ABOPConfirmationStrategy. Part of development package ATP_BOP_MONITOR_VDM.

Data Sources (1)

SourceAliasJoin Type
I_ATPSeldIterationRequirement I_ATPSeldIterationRequirement from

Annotations (3)

NameValueLevelField
VDM.private true view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ATPCheckUUID ATPCheckUUID Check ID
KEY ATPCheckIterationUUID ATPCheckIterationUUID Check Iteration UUID
KEY ABOPConfirmationStrategy AssgdABOPConfirmationStrategy Confirmation Strategy

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_ABOPRunIterationStrategy.
-- 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 P_ABOPRunIterationStrategy AS
SELECT
  ATPCheckUUID,
  ATPCheckIterationUUID,
  AssgdABOPConfirmationStrategy AS ABOPConfirmationStrategy
FROM I_ATPSeldIterationRequirement
;