SAP SQL SCRIPT

Get Example source ABAP code based on a different SAP table
  


ARTICLE

SQLScript Call
SQLScript is a script language, documented in the SAP Hana Database SQLScript Guide, and used to program database procedures in the SAP HANA database. Database procedures can be created interactively in SAP HANA Studio or in the program using ADBC.
The statement CALL DATABASE PROCEDURE is used to call these database procedures from ABAP. Here, a database procedure proxy in ABAP Dictionary is used to access the database procedure. The database procedure proxy maps the database types of the interface parameters of the database procedures to ABAP data types. A database procedure interface is generated for these data types. The calling ABAP program can reference the types of this global interface.
Database procedure proxy
CALL DATABASE PROCEDURE