PS: also you should know that asynchronous RFC does - by nature - not have any return parameters. So if your function module returns EXPORTING parameters or changes the CHANGING and TABLES parameters, these return values will be lost. If you need the results of your function module, you have no other choice than to execute it synchronously. So there are no "available results of my function call" as you write above.
↧