I_SupDmndAllDocSupProt
Supply Protection relevant for Supply Assignment
I_SupDmndAllDocSupProt is a Composite CDS View that provides data about "Supply Protection relevant for Supply Assignment" in SAP S/4HANA. It reads from 1 data source (I_ARunSupplyProtection) and exposes 28 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ARunSupplyProtection | SUP | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ISUPDMNDADSPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| EndUserText.label | Supply Protection relevant for Supply Assignment | view |
Fields (28)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| RequirementDocumentNumber | ||||
| RequirementDocumentItem | ||||
| SupProtTimeBucketUUID | I_ARunSupplyProtection | SupProtTimeBucketUUID | ||
| RequestedDate | I_ARunSupplyProtection | StartDate | Valid From | |
| ProductAvailabilityDate | I_ARunSupplyProtection | ProductAvailabilityDate | Mat.Avail.Date | |
| RequestedDeliveryDate | I_ARunSupplyProtection | RequestedDeliveryDate | Requested Delivery Date | |
| EndDate | I_ARunSupplyProtection | EndDate | Term to | |
| RequirementType | I_ARunSupplyProtection | RequirementType | RequirementType | |
| RequestedRqmtQtyInBaseUnit | SupProtProtectedQuantity | Protected Quantity | ||
| ConfirmedRqmtQtyInBaseUnit | SupProtProtectedQuantity | Protected Quantity | ||
| DeliveredQuantityInBaseUnit | SupProtConsumedQuantity | Consumed Quantity | ||
| OpenDemandQuantity | ARunSupProtUnconsumedQty | |||
| BaseUnit | BaseUnit | Unit of Measure | ||
| AssignedQuantityInBaseUnit | 0 | |||
| NormalAssignedQuantityInBsUnt | 0 | |||
| PreviewAssignedQuantityInBsUnt | 0 | |||
| Material | I_ARunSupplyProtection | Material | Vehicle Model | |
| Plant | I_ARunSupplyProtection | Plant | Valuation Area | |
| SupplyProtectionName | I_ARunSupplyProtection | SupplyProtectionName | Zone name | |
| SupProtLifecycleStatus | I_ARunSupplyProtection | SupProtLifecycleStatus | Workflow Status | |
| SupProtGroupPriorityValue | I_ARunSupplyProtection | SupProtGroupPriorityValue | Priority | |
| MaterialGroup | I_ARunSupplyProtection | MaterialGroup | Product Group | |
| CrossPlantConfigurableProduct | I_ARunSupplyProtection | CrossPlantConfigurableProduct | Cross-plant CP | |
| SegmentationStrategy | I_ARunSupplyProtection | SegmentationStrategy | ||
| SegmentationStrategyScope | I_ARunSupplyProtection | SegmentationStrategyScope | ||
| RequirementSegment | I_ARunSupplyProtection | RequirementSegment | Req. Segment | |
| Division | I_ARunSupplyProtection | Division | Internal Division ID | |
| IsInternalBatchManaged | I_ARunSupplyProtection | IsInternalBatchManaged | Batches |
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_SupDmndAllDocSupProt.
-- 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_SupDmndAllDocSupProt AS
SELECT
cast( '' as vbeln_va ) AS RequirementDocumentNumber,
cast( '000000' as posnr ) AS RequirementDocumentItem,
SUP.SupProtTimeBucketUUID AS SupProtTimeBucketUUID,
SUP.StartDate AS RequestedDate,
SUP.ProductAvailabilityDate AS ProductAvailabilityDate,
SUP.RequestedDeliveryDate AS RequestedDeliveryDate,
SUP.EndDate AS EndDate,
SUP.RequirementType AS RequirementType,
SupProtProtectedQuantity AS RequestedRqmtQtyInBaseUnit,
SupProtProtectedQuantity AS ConfirmedRqmtQtyInBaseUnit,
SupProtConsumedQuantity AS DeliveredQuantityInBaseUnit,
ARunSupProtUnconsumedQty AS OpenDemandQuantity,
BaseUnit,
0 AS AssignedQuantityInBaseUnit,
0 AS NormalAssignedQuantityInBsUnt,
0 AS PreviewAssignedQuantityInBsUnt,
SUP.Material AS Material,
SUP.Plant AS Plant,
SUP.SupplyProtectionName AS SupplyProtectionName,
SUP.SupProtLifecycleStatus AS SupProtLifecycleStatus,
SUP.SupProtGroupPriorityValue AS SupProtGroupPriorityValue,
SUP.MaterialGroup AS MaterialGroup,
SUP.CrossPlantConfigurableProduct AS CrossPlantConfigurableProduct,
SUP.SegmentationStrategy AS SegmentationStrategy,
SUP.SegmentationStrategyScope AS SegmentationStrategyScope,
SUP.RequirementSegment AS RequirementSegment,
SUP.Division AS Division,
SUP.IsInternalBatchManaged AS IsInternalBatchManaged
FROM I_ARunSupplyProtection AS SUP
;
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