‎2008 Nov 20 8:40 AM
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
‎2008 Nov 21 5:25 AM
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.
‎2008 Nov 27 6:16 AM
Hi,
As other colleage suggested, you should tune that FM. But alternatively give a try by adding option IN BACKGROUND TASK.
Regards,
Prasanth