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 in the background task

Former Member
0 Likes
348

Hello everybody,

I have a function module which wil create conditon records,the problem is it has performance problems because of which i am planning to make this as background job.

Can any one of please tell me how the call function ' fun name ' in background task behaves.

Regards,

Aruna

2 REPLIES 2
Read only

Former Member
0 Likes
315

This is the wrong way to go about solving the problem.

You need to solve the performance problem of your FM first. Then you can still decide whether or not you want to submit it to the background task.

Read only

Former Member
0 Likes
315

Hi,

As other colleage suggested, you should tune that FM. But alternatively give a try by adding option IN BACKGROUND TASK.

Regards,

Prasanth