on ‎2020 Oct 27 3:35 PM
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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.