Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Function in Background Task.

Former Member
0 Likes
308

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.

1 REPLY 1
Read only

Former Member
0 Likes
287

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 ....".