Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Release 7.40 →  Changes in Release 7.40, SP02 

Database Access Types for SAP HANA in Release 7.40, SP02

With Release 7.40 and higher, special access types for entities in the SAP HANA database are possible - provided that this database is used as the central database for an AS ABAP.


1. Access to SAP HANA views


2. SQLScript call

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Access to SAP HANA Views

External views in ABAP Dictionary make SAP HANA views known in ABAP programs. They also allow type references and access using Open SQL.

Modification 2

SQLScript

The new statement CALL DATABASE PROCEDURE enables SQLScript to be called from ABAP programs.