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

calling function module

Former Member
0 Likes
515

Hello,

I need to call a function module in a separate task, its normal function module not Remote or update.

The reason is its not giving the lastest data when i call in the program but when you execute with the same values outside it is giving the latest data.Its custom function module..

pls help me..

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
487

Try to use the syntax:

CALL FUNCTION func ...STARTING NEW TASK task name.

Regards,

ravi

Read only

Former Member
0 Likes
487

Hi

CALL FUNCTION func ...STARTING NEW TASK task name.

Max

Read only

Former Member
0 Likes
487

hi

Please post the code. you may have to issue a commit work if the operation is successful in the program.

hope it helps.