I_NominationItemAggregation
CDS FOR NOMINATON MAX VERSION AGGR
I_NominationItemAggregation is a Basic CDS View that provides data about "CDS FOR NOMINATON MAX VERSION AGGR" in SAP S/4HANA. It reads from 2 data sources (I_NominationVersionItem, I_NominationItemMaxVersion) and exposes 17 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_NominationVersionItem | e | left_outer |
| I_NominationItemMaxVersion | i | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INOMIVERSAGGR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | CDS FOR NOMINATON MAX VERSION AGGR | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| NominationDoc | I_NominationItemMaxVersion | NominationDoc | Nomination key | |
| NominationDocItem | I_NominationItemMaxVersion | NominationDocItem | Nom. key item | |
| LocationId | I_NominationVersionItem | LocationId | Location ID | |
| ScheduledMaterial | I_NominationVersionItem | ScheduledMaterial | Single-Character Flag | |
| NominationPlannedQuantity | I_NominationVersionItem | NominationPlannedQuantity | WarrCountValue | |
| NominationPlannedUnit | I_NominationVersionItem | NominationPlannedUnit | Single-Character Flag | |
| NominationScheduleDate | I_NominationVersionItem | NominationScheduleDate | Single-Character Flag | |
| NominationCalendarWeek | I_NominationVersionItem | NominationCalendarWeek | Year and Calendar Week | |
| NominationCalendarMonth | I_NominationVersionItem | NominationCalendarMonth | Year Month | |
| NominationCalendarYear | I_NominationVersionItem | NominationCalendarYear | Year | |
| ScheduledBatchStartDateTime | I_NominationVersionItem | ScheduledBatchStartDateTime | TST From | |
| ScheduledBatchEndDateTime | I_NominationVersionItem | ScheduledBatchEndDateTime | TST To | |
| NominationScheduleType | I_NominationVersionItem | NominationScheduleType | Sched.type | |
| IsReferenceDocument | I_NominationVersionItem | IsReferenceDocument | Single-Character Flag | |
| ContractPartner | I_NominationVersionItem | ContractPartner | Single-Character Flag | |
| ScheduledQuantityUnit | I_NominationVersionItem | ScheduledQuantityUnit | SchedUoM | |
| NominationVersion | I_NominationVersionItem | NominationVersion | Version ID |
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_NominationItemAggregation.
-- 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: INOMIVERSAGGR
CREATE VIEW I_NominationItemAggregation AS
SELECT
i.NominationDoc AS NominationDoc,
i.NominationDocItem AS NominationDocItem,
e.LocationId AS LocationId,
e.ScheduledMaterial AS ScheduledMaterial,
e.NominationPlannedQuantity AS NominationPlannedQuantity,
e.NominationPlannedUnit AS NominationPlannedUnit,
e.NominationScheduleDate AS NominationScheduleDate,
e.NominationCalendarWeek AS NominationCalendarWeek,
e.NominationCalendarMonth AS NominationCalendarMonth,
e.NominationCalendarYear AS NominationCalendarYear,
e.ScheduledBatchStartDateTime AS ScheduledBatchStartDateTime,
e.ScheduledBatchEndDateTime AS ScheduledBatchEndDateTime,
e.NominationScheduleType AS NominationScheduleType,
e.IsReferenceDocument AS IsReferenceDocument,
e.ContractPartner AS ContractPartner,
e.ScheduledQuantityUnit AS ScheduledQuantityUnit,
e.NominationVersion AS NominationVersion
FROM I_NominationItemMaxVersion AS i
LEFT OUTER JOIN I_NominationVersionItem AS e ON /* join condition not captured in parsed metadata */
;
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