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: 

/O in the transaction

Former Member
0 Kudos

Hi all,

We want to prevent the user of using /O when putting the transaction ( we want to prevent new SAP windows) : is there any solution with the authorizations to make the system refuse actions beginnig with /O ?

Thank you in advance !!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

>

> Hi all,

>

> We want to prevent the user of using /O when putting the transaction ( we want to prevent new SAP windows) : is there any solution with the authorizations to make the system refuse actions beginnig with /O ?

> Thank you in advance !!

You can't, nor should you control this through authorisations. If you have an issue with users doing this then this is usually down to training.

rdisp/max_alt_modes controls number of gui sessions they can spawn per login session, but if you set this = 1 (standard is 6) then you will stop everyone on that app server creating new sessions

5 REPLIES 5

Former Member
0 Kudos

You can try to hide the "command window" but I don't believe that it will really work. At least I have strong doubts.

You can try to restrict ALL authority for object S_TCODE and S_DEVELOP, which is a good place to start if that is what you are looking for.

Cheers,

Julius

Former Member
0 Kudos

>

> Hi all,

>

> We want to prevent the user of using /O when putting the transaction ( we want to prevent new SAP windows) : is there any solution with the authorizations to make the system refuse actions beginnig with /O ?

> Thank you in advance !!

You can't, nor should you control this through authorisations. If you have an issue with users doing this then this is usually down to training.

rdisp/max_alt_modes controls number of gui sessions they can spawn per login session, but if you set this = 1 (standard is 6) then you will stop everyone on that app server creating new sessions

0 Kudos

>

> rdisp/max_alt_modes controls number of gui sessions they can spawn per login session, but if you set this = 1 (standard is 6) then you will stop everyone on that app server creating new sessions

And you'll stop them printing locally as well...... The lpd process on the front ent requires its own session.

0 Kudos

>

> And you'll stop them printing locally as well...... The lpd process on the front ent requires its own session.

Good point, I didn't realise an extra session was needed, but it makes sense when you think about it.

0 Kudos

Quistion is: WHY do you not want users to run more sessions as it can be verry handy for users to do so!!