Hello,
I want to use return table but together with exceptions.
If I will use only return table - I need to check it latter in next step if it has any error messages or not to find out if method finished with error.
Instead of that - exception would notify me right away if method finished with error.
The problem is I also wanted to pass return table to have details of error + messages (bapiret).
My question is - is that possible? Because it seems that when I raise exception (both temporary and system error) -> no values of export parameters are returned to WF container....
Best Regards,
Martin