Hi folks,
I've had much success using HDB procedures with SCALAR inputs and outputs however I'm tinkering with TABLE type output and I can't seem to get it to work unless I have a physical table that is bound to the output variable.
Does hdb procedure with TABLE output require that the table physically exists or is it treated more like a temp table? What I'm trying to do is create an HDB procedure and consume it via ABAP but I can't seem to do it without creating a physical table that is bound to the procedure. If many people are calling the same abap program that would be an issue. Essentially I want to create a session specific table that only exists in memory but pass that to the output of the procedure. Is this possible?
Thanks,
-Patrick