Skip to content

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_table

Other versions: 7.31 | 7.40 | 7.54

Syntax


... PARAMETER-TABLE ptab 

Effect

The addition PARAMETER-TABLE uses a hashed table ptab to assign actual parameters to the input and output parameters defined in the database procedure. This method of passing parameters can be used in dynamic calls only.

The internal table ptab must have the type ABAP_PARMBIND_TAB from the type group ABAP and the same applies to passing parameters as in dynamic method calls.

The column NAME must contain the names of the proxy parameters. Here, the column KIND can only contain the values of the constants EXPORTING and IMPORTING of the class CL_ABAP_OBJECTDESCR.