cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Implement SNOTE as background job

tom_darsy
Participant
0 Likes
2,003

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

Accepted Solutions (0)

Answers (2)

Answers (2)

sankar_27
Active Participant

Hi Tom ,

go to tcode /nSNOTE --> main menu ( program-->execute in Background)

Thnaks , Sankar

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.