Skip to Content
0
Former Member
Feb 27, 2009 at 05:54 AM

Calling FM in background

167 Views

Hi All,

I have a requirement to call one function module in background job. To acheive this, I tried to call this FM in another FM using 'IN BACKGROUND TASK' option. But this option is not scheduling it as a background job, rather its running this FM as a dialog session in background. And it gets terminated after the dialog timeout period.

The other option is to call this FM in a program and submitting this program in background. But as the input parameter of this FM is complex structure, I am not able to pass this complex table to the pragram.

Can you please suggest some solution..

Thanks in advance..

Archana