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
422

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

arjun_thakur
Active Contributor
0 Likes
391

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

Read only

Former Member
0 Likes
391

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