Hi All,
is there a simular function for methods like for function modules to call something "IN UPDATE TASK"?
My problem is that I want to call a method out of the User Interface which is then executed in a separate process (in background), that the user on the UI do not have to wait until the processing is finished.
How do I achieve this. Is it only possible with function modules which I call "IN UPDATE TASK" or does something like this exists also in the abap oo world.
Thx,
Hans.