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

P_ABOPRunSoldToParty

DDL: P_ABOPRUNSOLDTOPARTY SQL: PABOPRUNSLDPARTY Type: view COMPOSITE

P_ABOPRunSoldToParty is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_ABOPRunRequirementCalc) and exposes 5 fields with key fields ABOPRunUUID, Recipient.

Data Sources (1)

SourceAliasJoin Type
P_ABOPRunRequirementCalc P_ABOPRunRequirementCalc from

Annotations (8)

NameValueLevelField
VDM.private true view
VDM.viewType #COMPOSITE view
AbapCatalog.sqlViewName PABOPRUNSLDPARTY 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 ABOPRunUUID ABOPRunUUID Check ID
KEY Recipient Recipient To
RecipientText RecipientText
ATPRecipientType ATPRecipientType
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed

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_ABOPRunSoldToParty.
-- 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: PABOPRUNSLDPARTY

CREATE VIEW P_ABOPRunSoldToParty AS
SELECT
  ABOPRunUUID,
  Recipient,
  RecipientText,
  ATPRecipientType,
  IsBusinessPurposeCompleted
FROM P_ABOPRunRequirementCalc
;