‎2008 Nov 20 11:07 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 20 11:15 AM
hi,
try to refer to the link below:
http://help.sap.com/saphelp_nw04/helpdata/EN/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm
i hope it helps
regards
arjun
‎2008 Nov 20 11:19 AM
Hi
U should call that fm in UPDATE TASK instead of BACKGROUND TASK, anyway the fm is not executed at once, but only after a COMMIT WORK is called.
Max