Hi All ,
I'm trying to run a couple of FM in parallel by using new task :
Call function 'FM'
Starting new task '123' destination 'NONE'
Calling init_end on end of task.
In the WDA method init_end I have a parameter p_task and :
Receive results from function 'FM'.
-The FM signature is the same.
The above doesn’t worked so I added a time trigger but I can't pass the p_task parameter to the action method.
Is there any way for parallel processing in WDA beside shared objects and DB selections in the time trigger ?
Regards,
Arie.