SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Release-Specific Changes → Changes in Release 7.40 →
Database Access Types for SAP HANA (Release 7.40)
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.
Access to SAP HANA views
External views of the ABAP Dictionary make
SAP HANA Views known in ABAP programs. They also allow type references and access usingOpen SQL.
SQLScript call
The new statement CALL DATABASE PROCEDURE enables SQLScript to be called from ABAP programs.