I_ABOPRunItrtnSoldToParty_2
Run Confirmation Details by SoldToParty
I_ABOPRunItrtnSoldToParty_2 is a Composite CDS View that provides data about "Run Confirmation Details by SoldToParty" in SAP S/4HANA. It reads from 1 data source (I_ABOPRunPartRsltFigsByRcpnt_2) and exposes 17 fields with key fields ATPCheckUUID, ATPCheckIterationUUID, Recipient. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ABOPRunPartRsltFigsByRcpnt_2 | I_ABOPRunPartRsltFigsByRcpnt_2 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Customer | _Customer | $projection.Recipient = _Customer.Customer |
| [0..1] | I_Plant | _Plant | $projection.Recipient = _Plant.Plant |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Run Confirmation Details by SoldToParty | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ATPCheckUUID | _ABOPRun | ABOPRunSummaryUUID | |
| KEY | ATPCheckIterationUUID | ABOPRunPartUUID | ||
| KEY | Recipient | Recipient | To | |
| PlantNameendasRecipientText | ||||
| ABOPVariantUUID | _ABOPRun | ABOPVariantUUID | BOP Variant UUID | |
| NumberOfRqmtsIncldInConfFigs | NumberOfRqmtsIncldInConfFigs | |||
| NumberOfRqmtsIncldInAssgmtFigs | NumberOfRqmtsIncldInAssgmtFigs | |||
| BaseUnit | ||||
| NmbrOfRqmtsWithOrderUpdtIssues | NmbrOfRqmtsWithOrderUpdtIssues | |||
| NumberOfRequirements | NumberOfRequirements | |||
| NumberOfRequirementsWithIssues | NumberOfRequirementsWithIssues | |||
| NumberOfProcessedRequirements | NumberOfProcessedRequirements | |||
| ABOPExecutionMode | _ABOPRun | ABOPExecutionMode | ||
| ABOPExecutionModeText | _ABOPRun | ABOPExecutionModeText | ||
| ATPCheckHasOnlyHeader | _ABOPRun | ATPCheckHasOnlyHeader | Only Header Logged | |
| ABOPRunApplicationType | _ABOPRun | ABOPRunApplicationType | ||
| _ABOPRun | _ABOPRun |
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_ABOPRunItrtnSoldToParty_2.
-- 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 I_ABOPRunItrtnSoldToParty_2 AS
SELECT
_ABOPRun.ABOPRunSummaryUUID AS ATPCheckUUID,
ABOPRunPartUUID AS ATPCheckIterationUUID,
Recipient,
case when _Customer.CustomerName is not null then _Customer.CustomerName else _Plant.PlantName end as RecipientText AS PlantNameendasRecipientText,
_ABOPRun.ABOPVariantUUID AS ABOPVariantUUID,
NumberOfRqmtsIncldInConfFigs,
NumberOfRqmtsIncldInAssgmtFigs,
cast ( '%' as unit ) AS BaseUnit,
NmbrOfRqmtsWithOrderUpdtIssues,
NumberOfRequirements,
NumberOfRequirementsWithIssues,
NumberOfProcessedRequirements,
_ABOPRun.ABOPExecutionMode AS ABOPExecutionMode,
_ABOPRun.ABOPExecutionModeText AS ABOPExecutionModeText,
_ABOPRun.ATPCheckHasOnlyHeader AS ATPCheckHasOnlyHeader,
_ABOPRun.ABOPRunApplicationType AS ABOPRunApplicationType
FROM I_ABOPRunPartRsltFigsByRcpnt_2
LEFT OUTER JOIN I_Customer AS _Customer ON Recipient = _Customer.Customer -- association [0..1]
LEFT OUTER JOIN I_Plant AS _Plant ON Recipient = _Plant.Plant -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA