SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Union Node in SAP HANA Calculation Views

A Union Calculation View in SAP HANA is a type of calculation view that combines rows from two or more data sources — such as in-memory and extended (data lake) tables — into a single unified result set. Developers use it to merge datasets that share the same structure, enabling queries to span across different storage tiers or data models transparently. It can also be incorporated into broader data models, as shown in Adding Our Union Calculation View into the Converted Data Model, to serve as a reusable building block within more complex analytical scenarios.

Tutorials that teach this

Prerequisites

Concepts that build on this