Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Paramaters

Former Member
0 Kudos

Hi,

I want to know how to control the number of SAP GUI Sessions that can be opened.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi marata,

Parameter : <b>rdisp/max_alt_modes</b>

This parameter is used to set the maximum number of additional sessions a user is allowed to open in one logon. You should only change this under exceptional circumstances (for example, if there are too many roll areas, or the dialog load is too high). Note that in certain situations the system may create new, hidden sessions (for example, for frontend spooling).

Default value: 6

The following value ranges apply to the parameter, depending on the SAP release:

46X: 2 - 6

6XX: 2 - 10

7XX: 2 - 16

Hope it helps.

Please award points if it is useful.

Thanks & Regards,

Santosh

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can control the sessions by using the profile parameter in RZ11.

rdisp/max_alt_modes

Bye

Former Member
0 Kudos

Hi marata,

Parameter : <b>rdisp/max_alt_modes</b>

This parameter is used to set the maximum number of additional sessions a user is allowed to open in one logon. You should only change this under exceptional circumstances (for example, if there are too many roll areas, or the dialog load is too high). Note that in certain situations the system may create new, hidden sessions (for example, for frontend spooling).

Default value: 6

The following value ranges apply to the parameter, depending on the SAP release:

46X: 2 - 6

6XX: 2 - 10

7XX: 2 - 16

Hope it helps.

Please award points if it is useful.

Thanks & Regards,

Santosh