cancel
Showing results for 
Search instead for 
Did you mean: 

Execute program in background

Former Member
0 Kudos

Hi,

I have a BSP that starts a program when the user presses a button. The program is started with

"submit xyz and return".

My problem is that the program runs for some hours and the BSP throws a timeout after 60 seconds.

So the question is how can I start the program in a new background task. There is no need to show the result of the program on the BSP. I just want to press the button and get a note that the program was started.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've solved the problem with the Function Module "SIMPLE_BATCH_JOB_SUBMIT"