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

timeout issue

Former Member
0 Likes
637

Can ny1 suggest an alternative soln for command

'WAIT UPTO N SECONDS"

for timeout issue when calling a FM in background task

ani

my FM is called in background task.so the issue

3 REPLIES 3
Read only

Former Member
0 Likes
600

1-call function 'JOB_OPEN'

2-SUBMIT (jobname) and return

3-call function 'JOB_CLOSE'

or

CALL THE FM WITH BACKGROUND TASK

Read only

0 Likes
600

my FM is called in background task.so the issue

Read only

0 Likes
600

you can ask your basis person to increase the execution time for your program/function module if possible..