ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Release 7.40 and Its SPs → Changes in Release 7.40, SP02
Database Access Types for SAP HANA in Release 7.40, SP02
In Release 7.40 and higher, special access types for entities in the SAP HANA database are possible (if this database is used as the standard database for an AS ABAP).
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 ABAP SQL.
Modification 2
SQLScript CallSQLScript
The new statement CALL DATABASE PROCEDURE
enables
SQLScript to be called from ABAP programs.