ABAP Keyword Documentation → ABAP − Reference → Processing External Data → ABAP Database Access → ABAP and SAP HANA → Access to Objects in SAP HANA XS → Access to SAP HANA XSC Objects → Database Procedure Proxies for SQLScript Procedures in the SAP HANA Repository → CALL DATABASE PROCEDURE
CALL DATABASE PROCEDURE - parameter_list
Other versions:
7.31 | 7.40 | 7.54
Syntax
... [EXPORTING p1 = a1 p2 = a2 ...]
[IMPORTING p1 = a1 p2 = a2 ...].
Effect
The additions EXPORTING
and IMPORTING
assign the
actual parameters a1
, a2
to the input and output
parameters defined in the database procedure. This method of passing parameters can be used in both static and dynamic calls.
The proxy parameters p1
, p2
, ... are specified behind the additions; these are assigned the actual procedure parameters in the mapping of the
database procedure proxies. The data types of the actual parameters can be determined by referencing the type declarations of the associated
database procedure interfaces. The reading positions are
general expression positions.