Hi,
im trying to call a SQL Database Procedure from an ABAP program using CALL DATABASE PROCEDURE (for the generated proxy), but the execution always results in "SQL error 339 in call of db procedure" (with "invalid number: ' '").
When I call the procedure via the ADBC interface all works fine.
The procedure only has one output parameter with string values.
My configuration seems to be correct (HANA Studio Rev. 60, ADT 2.7, NW 7.40 SP2).
Has anyone got a similar error and could it be solved?
Thx.