cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

I am implementing a SNOTE and in dialog mode it is taking too much time due to which I keep getting time limit exceeded. Is there a way to implement the note as a background job.

Thanks

0 Likes
View Entire Topic
S_Sriram
Active Contributor

Hi tom.

If you want to implement the SAP note in dialog mode, you can extend the dialog runtime, by setting the profile parameter "rdisp/max_wprun_time" it may be a dynamic parameter.

Regards

SS

dasistdochscheisse
Active Participant
0 Likes

You need to be careful when setting this parameter in newer systems. It was replaced by rdisp/scheduler/prio_high/max_runtime. In the documention to the new parameter in RZ11 it is said, that this parameter is active unless max_wprun_time is set. By setting max_wprun_time, the default values for the new parameter would become inactive i think.