I_SlsPrcgCndnRecordScale
Pricing Scale in Sales
I_SlsPrcgCndnRecordScale is a Basic CDS View that provides data about "Pricing Scale in Sales" in SAP S/4HANA. It reads from 2 data sources (P_PrcgCndnRecdQuantityScale, P_PrcgCndnRecdValueScale) and exposes 28 fields with key fields ConditionRecord, ConditionSequentialNumber, ConditionScaleLine, ConditionSequentialNumber, ConditionScaleLine. It has 2 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| P_PrcgCndnRecdQuantityScale | P_PrcgCndnRecdQuantityScale | from |
| P_PrcgCndnRecdValueScale | P_PrcgCndnRecdValueScale | union |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SlsPrcgConditionRecord | _SlsPrcgConditionRecord | $projection.ConditionRecord = _SlsPrcgConditionRecord.ConditionRecord and $projection.ConditionSequentialNumber = _SlsPrcgConditionRecord.ConditionSequentialNumber |
| [0..1] | I_SlsPrcgCndnRecdSuplmnt | _SlsPrcgCndnRecdSuplmnt | $projection.ConditionRecord = _SlsPrcgCndnRecdSuplmnt.ConditionRecord and $projection.ConditionSequentialNumber = _SlsPrcgCndnRecdSuplmnt.ConditionSequentialNumber |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISLSPRCGCNDNS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Pricing Scale in Sales | view |
Fields (28)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConditionRecord | ConditionRecord | Cond.Record No. | |
| KEY | ConditionSequentialNumber | ConditionSequentialNumber | SequNo of Cond. | |
| KEY | ConditionScaleLine | ConditionScaleLine | Line number | |
| ConditionScaleQuantity | ConditionScaleQuantity | Scale Quantity | ||
| ConditionScaleQuantityUnit | ConditionScaleQuantityUnit | Scale UoM | ||
| ConditionScaleAmount | Scale Value | |||
| ConditionScaleAmountCurrency | Scale Currency | |||
| ConditionRateValue | ConditionRateValue | Condition Rate Value | ||
| ConditionRateValueUnit | ConditionRateValueUnit | Unit of Condition Rate Value | ||
| ConditionRateRatio | ConditionRateRatio | Ratio | ||
| ConditionRateRatioUnit | ConditionRateRatioUnit | Unit of Measure | ||
| ConditionRateAmount | ConditionRateAmount | Condition Amount | ||
| ConditionCurrency | ConditionCurrency | Currency | ||
| _SlsPrcgConditionRecord | _SlsPrcgConditionRecord | |||
| KEY | ConditionSequentialNumber | ConditionSequentialNumber | SequNo of Cond. | |
| KEY | ConditionScaleLine | ConditionScaleLine | Line number | |
| ConditionScaleQuantity | Scale Quantity | |||
| ConditionScaleQuantityUnit | Scale UoM | |||
| ConditionScaleAmount | ConditionScaleAmount | Scale Value | ||
| ConditionScaleAmountCurrency | ConditionScaleAmountCurrency | Scale Currency | ||
| ConditionRateValue | ConditionRateValue | Condition Rate Value | ||
| ConditionRateValueUnit | ConditionRateValueUnit | Unit of Condition Rate Value | ||
| ConditionRateRatio | ConditionRateRatio | Ratio | ||
| ConditionRateRatioUnit | ConditionRateRatioUnit | Unit of Measure | ||
| ConditionRateAmount | ConditionRateAmount | Condition Amount | ||
| ConditionCurrency | ConditionCurrency | Currency | ||
| _SlsPrcgConditionRecord | _SlsPrcgConditionRecord | |||
| _SlsPrcgCndnRecdSuplmnt | _SlsPrcgCndnRecdSuplmnt |
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_SlsPrcgCndnRecordScale.
-- 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_SlsPrcgCndnRecordScale AS
SELECT
ConditionRecord,
ConditionSequentialNumber,
ConditionScaleLine,
ConditionScaleQuantity,
ConditionScaleQuantityUnit,
cast( '0' as kstbw ) AS ConditionScaleAmount,
cast( '' as konws ) AS ConditionScaleAmountCurrency,
ConditionRateValue,
ConditionRateValueUnit,
ConditionRateRatio,
ConditionRateRatioUnit,
ConditionRateAmount,
ConditionCurrency
FROM P_PrcgCndnRecdQuantityScale
LEFT OUTER JOIN I_SlsPrcgConditionRecord AS _SlsPrcgConditionRecord ON ConditionRecord = _SlsPrcgConditionRecord.ConditionRecord AND ConditionSequentialNumber = _SlsPrcgConditionRecord.ConditionSequentialNumber -- association [0..1]
LEFT OUTER JOIN I_SlsPrcgCndnRecdSuplmnt AS _SlsPrcgCndnRecdSuplmnt ON ConditionRecord = _SlsPrcgCndnRecdSuplmnt.ConditionRecord AND ConditionSequentialNumber = _SlsPrcgCndnRecdSuplmnt.ConditionSequentialNumber -- association [0..1]
-- UNION with additional select branch(es): P_PrcgCndnRecdValueScale
;
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