sapdev logo background
sapdev logo sapdev logo
Comments

SAP SQL SCRIPT documentation, setup help and example usage



Return to SAP documentation index


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
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




  • SQL_INJ_OS_QUERY_SCRTY
    SQL_SCRIPT_GLOSRY




    comments powered by Disqus