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 module in new task

Former Member
0 Likes
426

I need to call a function module starting new task but the problem is that it has inporting parameters also. Please help me in doing this. Points will be rewarded.

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
392

Look at the ABAP keywords RECEIVE RESULTS FROM FUNCTION. This is where you can get the results from the CALL FUNCTION MODULE... NEW TASK...

It's all in the ABAP help for CALL FUNCTION MODULE.

matt

Read only

Former Member
0 Likes
392

Hi Matt:

could u please help me with some example.....