Dear All,
We would like to call an RFC before and after extracting and loading data to target table.
The first RFC (before the loading) will return a number for the ID of the execution. It will also update in a table that the load is starting. The loading will use the ID in the loading (for a batch ID column).
The second RFC (after the loading) will update in a table that the load has finished.
We tried to do it with script, however the RFC function is a void (even though it is returning values) and we are not sure how to assign the value the RFC should return to a variable.
How can we achieve it?
Best Regards,
Nitzan Goldshmit