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: 

Printer Authorization Issue

Former Member
0 Kudos

Hello Everyone,

I want to restrict 1 Printer to 500 Users in SAP[4.6C & ECC5].All 500 Users will be using only 1 Printer.They should not access another printers. There is any Auth.Obj or We can do it Only from T-Code: SU01.Let me know if there are any other ways.

Your Quick response is highly appreciated.

Cheers,

Vijay

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can do this using the authorization object S_SPO_DEV. you can restrict giving the users by giving the specified printer names in this authorization object.

Regards,

bharath

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can do this using the authorization object S_SPO_DEV. you can restrict giving the users by giving the specified printer names in this authorization object.

Regards,

bharath

manohar_kappala2
Contributor
0 Kudos

Hi,

You can control access to the printer by using auth object

S_SPO_DEV (on which printer he can get the spool) and S_SPO_ACT(what activities he can do on the spool request created)

Aslo give access to SP02 if the data he needs to print is a spool request or else SP01 if he is needs access to some other users spool.

Hope this helps

Manohar

Message was edited by:

Manohar Kappala