hi, experts!
I create a stored procedure in HANA which has in and out parameters. The in parameters are all in some string-like type but the out parameter is a table type.
Now I want to call this procedure in ABAP and display the result. However when I deal with this case, something is wrong. The internal table I created cannot receive the data and always stay empty. Then I try to use table type, but it doesn't work, either.
I call the procedure in HANA and give the in parameters manually, and the procedure can give right datas. So I believe the problem is the data structure in ABAP which can store the data.
Can anyone come up with some idea how I can get the data with a table in ABAP?
Best regards.
Sheck