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: 

How to restrict user to change "Client" in sp01

Former Member
0 Kudos

Hi,

I have a requirement that must release my users to use sp01, but I want to restrict them to see only the spools in the logon client. Recently, they can change the "client" field in t-code sp01, is there anything I can do to disable "client" field from specific users ?

Diana

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can restrict through the object S_ADMI_FCD below mention activity

SP01 Use of SP01 (all users)

SP0R Spool request management (all users)

SPAA Spool administration (device administration)

SPAB Spool administration (general settings)

SPAC Spool administration (device type, character sets)

SPAD Spool administration (all clients)

SPAM Spool administration (cross-client job authorization)

SPAR Client-specific spool administration

SPOS Use of Transaction SP01 (all systems)

SPTD TemSe administration (all clients)

SPTR Client-specific TemSe administration

ST0M Change trace switches

And you can restrict device also through the below mention object

SPODEVICE

S_SPO_ACT

S_SPO_PAGE

Provide the sp01 authorization as per your requirement

1 REPLY 1

Former Member
0 Kudos

You can restrict through the object S_ADMI_FCD below mention activity

SP01 Use of SP01 (all users)

SP0R Spool request management (all users)

SPAA Spool administration (device administration)

SPAB Spool administration (general settings)

SPAC Spool administration (device type, character sets)

SPAD Spool administration (all clients)

SPAM Spool administration (cross-client job authorization)

SPAR Client-specific spool administration

SPOS Use of Transaction SP01 (all systems)

SPTD TemSe administration (all clients)

SPTR Client-specific TemSe administration

ST0M Change trace switches

And you can restrict device also through the below mention object

SPODEVICE

S_SPO_ACT

S_SPO_PAGE

Provide the sp01 authorization as per your requirement