GuiXT
doesn't provide asynchronous calls but you can use the following solution: Write
an additional function module F1 that calls up your time-consuming function F2
using an asynchronous ABAP call (e.g. Call... in Update Task, or create a batch
job).
|