cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP program execution time

Former Member
0 Kudos

Hi All,

How do I increase the program execution time for ABAP programs? I have an ECC 5 system running on Windows with Oracle as database.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

set in transaction RZ10 in instance profile parameter rdisp\max_wprun_time.

set number of seconds you want to run ABAP programs in dialog. Default is 600 sec. (10 min.)

You have to restart application server to make it working.

regards,

Wojtek

Edited by: Wojciech Matulewicz on Jan 18, 2008 3:16 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

How long is your program taking to execute?

Do you get timeout error in ST22?

If so goto SE38 execute the job in background. Or goto SM36 and scedule the job in background.

You can change the max_wp_runtime but if you Program runs for more than 10mins it should really be run in background to improve dialog performance.

Thanks

Adil