C_RevSupProtMatchingGroupTP
Review Supply Protection Matching Group
C_RevSupProtMatchingGroupTP is a Consumption CDS View that provides data about "Review Supply Protection Matching Group" in SAP S/4HANA. It reads from 1 data source (R_RevSupProtMatchingGroupTP) and exposes 18 fields with key field SupProtReviewGroupUUID. It is exposed through 2 OData services (ASQL_F4736, UI_SUPPLYPROTECTION_REVIEW). It is used in 1 Fiori application: Review Availability Check Result - Supply Protection. Part of development package ATP_SUP_RACR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_RevSupProtMatchingGroupTP | R_RevSupProtMatchingGroupTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Review Supply Protection Matching Group | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F4736 | ASQL_F4736 | C2 | NOT_RELEASED | |
| UI_SUPPLYPROTECTION_REVIEW | UI_SUPPLYPROTECTION_REVIEW | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5504 | Review Availability Check Result - Supply Protection | Transactional, Reuse Component | Review Availability Check Result - Supply Protection |
Review Availability Check Result - Supply Protection
Business Role: Others
This feature enables you to display details about the impact of supply protection on the product availability check (PAC).
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupProtReviewGroupUUID | SupProtReviewGroupUUID | ||
| SupProtReviewRequestUUID | SupProtReviewRequestUUID | |||
| ATPCheckUUID | ATPCheckUUID | Check ID | ||
| SupplyProtectionUUID | SupplyProtectionUUID | UUID | ||
| SupplyProtectionGroupUUID | SupplyProtectionGroupUUID | CVC UUID | ||
| SupplyProtectionGroupIsMatched | SupplyProtectionGroupIsMatched | |||
| SupplyProtectionName | _SupplyProtectionTP | SupplyProtectionName | ||
| SupProtPlanningLevel | _SupplyProtectionTP | SupProtPlanningLevel | Planning Level | |
| SupProtPlanningLevelTextlocalized | ||||
| SupProtCnsmpnDateTimeType | _SupplyProtectionTP | SupProtCnsmpnDateTimeType | ||
| SupProtCnsmpnDateTimeTypeTextlocalized | ||||
| SupProtGroupPriorityValue | _SupplyProtectionGroup | SupProtGroupPriorityValue | ||
| SupProtProtectedQuantity | ||||
| SupProtConsumedQuantity | ||||
| SupProtRestrictedQuantity | ||||
| SupProtRemainingProtectedQty | ||||
| UnitOfMeasure | UnitOfMeasure | Unit Protected Qty | ||
| _ATPCheckTPredirectedtoC_RACRCheckTP |
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 C_RevSupProtMatchingGroupTP.
-- 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 C_RevSupProtMatchingGroupTP AS
SELECT
SupProtReviewGroupUUID,
SupProtReviewRequestUUID,
ATPCheckUUID,
SupplyProtectionUUID,
SupplyProtectionGroupUUID,
SupplyProtectionGroupIsMatched,
_SupplyProtectionTP.SupplyProtectionName AS SupplyProtectionName,
_SupplyProtectionTP.SupProtPlanningLevel AS SupProtPlanningLevel,
_SupplyProtectionTP._SupProtPlanningLevelText.SupProtPlanningLevelText : localized AS SupProtPlanningLevelTextlocalized,
_SupplyProtectionTP.SupProtCnsmpnDateTimeType AS SupProtCnsmpnDateTimeType,
_SupplyProtectionTP._SupProtCnsmpnDateTimeTypeT.SupProtCnsmpnDateTimeTypeText : localized AS SupProtCnsmpnDateTimeTypeTextlocalized,
_SupplyProtectionGroup.SupProtGroupPriorityValue AS SupProtGroupPriorityValue,
cast(_SupplyProtectionGroup.SupProtProtectedQuantity as sup_protected_quantity preserving type ) AS SupProtProtectedQuantity,
cast(_SupplyProtectionGroup.SupProtConsumedQuantity as sup_consumed_quantity preserving type ) AS SupProtConsumedQuantity,
cast(_SupplyProtectionGroup.SupProtConsumedQuantity as sup_restricted_quantity preserving type ) AS SupProtRestrictedQuantity,
cast(_SupplyProtectionGroup.SupProtRemainingProtectedQty as sup_remaining_quantity preserving type ) AS SupProtRemainingProtectedQty,
UnitOfMeasure
FROM R_RevSupProtMatchingGroupTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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