You are on page 1of 1

CALL DATABASE PROCEDURE

Syntax
 CALL DATABASE PROCEDURE dbproc_proxy
[EXPORTING p1 = a1 p2 = a2 ...]
[IMPORTING p1 = a1 p2 = a2 ...].

Design Time
 A procedure must be created in HANA Studio
– Default schema is _SYS_BIC and not changeable
 A database procedure proxy must be created for each database procedure
– Database procedure proxy is a repository object in ABAP Dictionary that represents a database
procedure with respect to ABAP programs.
 One database procedure proxy can be created for each database procedure in ABAP
perspective in Eclipse
 The attribute IS_IN_MEMORY_DB of the class CL_DB_SYS can be used to query whether
the current system uses an SAP HANA database

© 2013 SAP AG or an SAP affiliate company. All rights reserved. 22

You might also like