Application Development 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: 

call function module in new task

Former Member
0 Kudos

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

matt
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Matt:

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