‎2007 Jun 27 2:44 AM
Hello Friends,
How can I get the return value in Call Fuction FMNAME in Background task. I want to process something after getting the returning value.
Thanks & Regards
Sathish Kumar.
‎2007 Jun 27 3:04 AM
Have a look at the help on the "RECEIVE" verb... you first do "call function 'Z_XYZ' starting new task 'NEWTASK' performing when_back on end of task" and then in the form "when_back" you can "receive results from function Z_XYZ ....".