I_REConditionDistribution
Condition Distribution Factors
I_REConditionDistribution is a Basic CDS View that provides data about "Condition Distribution Factors" in SAP S/4HANA. It reads from 1 data source (vicdconddist) and exposes 24 fields with key field RECndnDistributionUUID. It has 4 associations to related views. Part of development package VDM_RE_CD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| vicdconddist | vicdconddist | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_REContract | _REContract | $projection.InternalRealEstateNumber = _REContract.InternalRealEstateNumber |
| [0..1] | I_Currency | _Currency | $projection.REConditionCurrency = _Currency.Currency |
| [1..1] | I_REConditionType | _REConditionType | $projection.REConditionType = _REConditionType.REConditionType |
| [0..1] | I_REAccountingObject | _REAccountingObject | $projection.REStatusObjectDistribution = _REAccountingObject.REAccountingObject |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRECNDNDISTR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Condition Distribution Factors | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.representativeKey | RECndnDistributionUUID | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #BASIC | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RECndnDistributionUUID | distguid | GUID | |
| REConditionUUID | condguid | Condition | ||
| InternalRealEstateNumber | intreno | Source Object | ||
| REStatusObjectCalculation | objnr | Val. Obj. No. | ||
| REConditionType | condtype | Condition Type | ||
| REConditionValidityStartDate | condvalidfrom | Valid From | ||
| ValidityStartDate | Valid From | |||
| ValidityEndDate | Valid to | |||
| REStatusObjectDistribution | distobjnr | Object Number | ||
| REConditionDistributionValue | distvalue | Distrib.Factor | ||
| REConditionDistributionFactor | distvaluefac | Distrib.Factor | ||
| REConditionDistrNmbrOfColls | distvaluecol | Distrib.Factor | ||
| REConditionDistrValueOrgAmt | distcondvalueorg | Distrib.Basis | ||
| REConditionDistributionAmount | distcondvalue | Distrib.Cond. | ||
| REConditionItemAmount | condvalue | Condition amnt | ||
| REConditionItemTaxAmount | taxvalue | Tax on sls/pur. | ||
| REConditionNetAmount | condvaluenet | Net | ||
| REConditionGrossAmount | condvaluegross | Gross | ||
| REConditionCurrency | condcurr | Currency | ||
| RENumberOfCalculation | calcnumber | No. | ||
| _REContract | _REContract | |||
| _REConditionType | _REConditionType | |||
| _REAccountingObject | _REAccountingObject | |||
| _Currency | _Currency |
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_REConditionDistribution.
-- 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: IRECNDNDISTR
CREATE VIEW I_REConditionDistribution AS
SELECT
distguid AS RECndnDistributionUUID,
condguid AS REConditionUUID,
intreno AS InternalRealEstateNumber,
objnr AS REStatusObjectCalculation,
condtype AS REConditionType,
condvalidfrom AS REConditionValidityStartDate,
cast(valuevalidfrom as rebdvdmvalidfrom preserving type) AS ValidityStartDate,
cast(valuevalidto as rebdvdmvalidto preserving type) AS ValidityEndDate,
distobjnr AS REStatusObjectDistribution,
distvalue AS REConditionDistributionValue,
distvaluefac AS REConditionDistributionFactor,
distvaluecol AS REConditionDistrNmbrOfColls,
distcondvalueorg AS REConditionDistrValueOrgAmt,
distcondvalue AS REConditionDistributionAmount,
condvalue AS REConditionItemAmount,
taxvalue AS REConditionItemTaxAmount,
condvaluenet AS REConditionNetAmount,
condvaluegross AS REConditionGrossAmount,
condcurr AS REConditionCurrency,
calcnumber AS RENumberOfCalculation
FROM vicdconddist
LEFT OUTER JOIN I_REContract AS _REContract ON InternalRealEstateNumber = _REContract.InternalRealEstateNumber -- association [1..1]
LEFT OUTER JOIN I_Currency AS _Currency ON REConditionCurrency = _Currency.Currency -- association [0..1]
LEFT OUTER JOIN I_REConditionType AS _REConditionType ON REConditionType = _REConditionType.REConditionType -- association [1..1]
LEFT OUTER JOIN I_REAccountingObject AS _REAccountingObject ON REStatusObjectDistribution = _REAccountingObject.REAccountingObject -- 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