cancel
Showing results for 
Search instead for 
Did you mean: 

Increase work process to specific Reports..

former_member186190
Participant
0 Kudos

HI

is it possible to increase work process time to specifi report, becasue i am getting below error while running the report

The program "SAPLKARS" has exceeded the maximum permitted runtime without

interruption and has therefore been terminated.

After a specific time, the program is terminated to make the work area

available to other users who may be waiting.

This is to prevent a work area being blocked unnecessarily long by, for

example:

- Endless loops (DO, WHILE, ...),

- Database accesses with a large result set

- Database accesses without a suitable index (full table scan)

The maximum runtime of a program is limited by the system profile

parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this

time limit is

exceeded, the system attempts to cancel any running SQL statement or

signals the ABAP processor to stop the running program. Then the system

waits another 60 seconds maximum. If the program is then still active,

the work process is restarted.

please get me the solution asap

thanks By engli

Accepted Solutions (0)

Answers (3)

Answers (3)

markus_doehr2
Active Contributor
0 Kudos

Run the report in the background.

Markus

Former Member
0 Kudos

You can set rdisp/max_wprun_time this value dynamically and chage it back to original value after your report is finished.

before you start your reoprt or program do this,

T-CODE --> RZ11 --> rdisp/max_wprun_time --> change value --> new value --> hit OK.

After your report is finished you can switch back to old value.

Regards

SM.

former_member186190
Participant
0 Kudos

thanks itsfine

former_member186190
Participant
0 Kudos

hasbeen resolved

thanks

engli

Former Member
0 Kudos

No its not possible for single report. Its for all or for none.

Thanks,

Naveed