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: 

to view spool requests

Former Member
0 Kudos

Hi,

I need access to view some users(50) spool requests if is completed or failed.

Please help me how can i see the requests of these users.

can it be possible by usergroup?

Noone

4 REPLIES 4

former_member701183
Active Participant
0 Kudos

Hi,

For spool related authorization the necessary objects are:

s_spo_dev,

s_spo_act,

s_spo_page etc s_spo* u may search in TOBJ table. Related txns are sp01,spad, sp02,sp12 etc.

Along with it S_ADMI_FCD is also needed. Check these and let us know if any issue.

Regards

Aveek.

0 Kudos

Hi Aveek,

Thanks verymuch for your reply.

but I have checked the the auth. objects, we can't teh access rescrtict to some users(50).

Is there any other way?

former_member701183
Active Participant
0 Kudos

Hi,

"I need access to view some users(50) spool requests if is completed or failed"

For this you need to run sp01 and check as per the user id.

For restriction to Spool related things you need to create or maintain a role for the mentioned auth objects only.

Regards

Aveek.

Former Member
0 Kudos

A spool request without an authorization value on it is "interpreted" as a value the same as the user ID who created the request.

Users can see their own requests, but this means that you need to grant the names of the 50 users to the role. Obviously, this is not scalable...

Better is to use a "department name" or "data classification code", etc. Some training will be required.

Cheers,

Julius