ABAP - Keyword Documentation →  ABAP - Reference →  Processing External Data →  ABAP Database Accesses →  ABAP and SAP HANA → 

External Views for SAP HANA Views

Open SQL provides access to all database tables and views whose structures are defined as repository objects in ABAP Dictionary. An SAP HANA View (Attribute View, Analytic View, Calculation View), on the other hand, is an entity of the SAP HANA database and is defined here using SAP HANA Studio. This uses HANA-specific data types and different naming conventions to ABAP Dictionary also apply. This means that direct access to an SAP HANA view using Open SQL is not possible.

To access an SAP HANA view directly from ABAP programs, views called external views are available in ABAP Dictionary. An external view is a special view in ABAP Dictionary that functions as a proxy for an SAP HANA view and which can be accessed using SAP HANA and Open SQL.

Notes





This translation does not reflect the current version of the documentation.