
Parameter
rdisp/scheduler/prio_low/max_runtime
Short text
Maximum runtime for low priority dialog requests
Parameter Description
This parameter limits the time for which a low-priority request can run uninterrupted in a dialog work process before it is forced to terminate. Interruptions, that is, activities that could lead to a work process switch (roll-out) (for example, COMMIT WORK, RFC call, and so on) each restart the time interval at zero.
For reasons of backward compatibility, this parameter only takes effect, if the parameter rdisp/max_wprun_time is not explicitly set. The rdisp/scheduler/prio_*/max_runtime parameters provide the same functionality as the parameter rdisp/max_wprun_time, but allow differentiation by priorities. We recommend that you switch to the new parameters.
The system assigns low priority to all RFC dialog requests that are triggered by a background request.
The intention behind this parameter is mainly defensive. It limits the consequences of an activity unintentionally running for a long time: it means that a hanging request or a programming error cannot indefinitely block a work process that is intended for low-priority activities.
Since extremely long runtimes are normal for background requests, and do not indicate an error, you should normally choose a very high value for this parameter, or not set the parameter at all.
After the maximum runtime has expired, the program terminates at two levels:
• If the program is currently executing ABAP commands, the ABAP processor terminates the program.
• If the program is hanging in an external command, such as SQL, the entire work process is terminated after a second time period of a maximum of 60 seconds, and the user context is reset after the process restart.
An ABAP short dump is generated in both cases.
Application Area
Dispatcher
Parameter Unit
The unit can be specified as seconds, minutes, hours, or days by adding ‘s’, ‘m’, or ‘h’ . There can be spaces between the value and the unit. Specifications without a unit are interpreted as seconds. If not value is specified, the runtime is unlimited.
Default Value
Empty (–> unrestricted runtime)
Who is permitted to make changes?
Customer
Operating System Restrictions
None
Database System Restrictions
None
Are other parameters affected or dependent?
rdisp/scheduler/prio_high/max_runtime
rdisp/scheduler/prio_normal/max_runtime
rdisp/max_wprun_time


