Application Development 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: 

timing problem can i run online report in background after user give values

Former Member
0 Kudos

hi,

can i run online report in background after user gives values and executes it. its a dialog program.i am having the problem because, the program takes lot of time to execute records in internal table, some times it may take 50 min, so currently time out occurs and system times out in the middle of process , processing some and not processing some. is their anything like job_open etc to do it.

thanks,

vijay

1 ACCEPTED SOLUTION

Jelena
Active Contributor
0 Kudos

If a report takes a long time to run it should be executed in the background. Normally there is an option Execute in Background (or [F9]) in the menu Program. If it's not a report but some kind of other dialog transaction then I don't think it can be executed in the background. But also such programs should not take 50 min. to run.

You might want to run Runtime Analysis on this program and optimize it.

1 REPLY 1

Jelena
Active Contributor
0 Kudos

If a report takes a long time to run it should be executed in the background. Normally there is an option Execute in Background (or [F9]) in the menu Program. If it's not a report but some kind of other dialog transaction then I don't think it can be executed in the background. But also such programs should not take 50 min. to run.

You might want to run Runtime Analysis on this program and optimize it.