Skip to Content
0
Jun 21, 2018 at 12:52 PM

HANA XSA SQL Procedure: Two Output parameter

641 Views

Hi,

I do have the issue that when I try to use two output parameter and run it in our api I'll never get the result from the second output.

If I execute it directly by myself then it works fine.

PROCEDURE "xxx.db.procedures.tbase::sp1_Check_PATNR_In_TBase" ( IN IM_DATA "xxx.db.data::ttPatient_Input", 
OUT EX_RESULT  "xxx.db.data::ttPatient_Out",
OUT EX_RESULT_ERROR  "xxx.db.data::xxx.tt_errors" )

Is this not possible?

Thanks a lot!