cancel
Showing results for 
Search instead for 
Did you mean: 

SU01 - Parameter Tab

Former Member
0 Kudos

Hi,

Here is our requirement..

We need to allow few users to have display access to Spool and would like to know following things..

1. We have the parameter defined by SAP - SAU but there are no values specified would like to know how to create the values and what values we need to create so that those users will be having the display access to spool requests..

2.In SM37 Print specification under Spool request Authorization we have the Authorization specified as 123 can we do something from authorization point of view so that the specified users can have display access to spool output..

Anyother suggestions in having the spool output in display mode only..

Regds,

Satyanarayana N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you use the authorization object S_BTCH_JOB with values "LIST" and "SHOW", then SM37 should be display only for the user. Note that users always have all access to their own jobs though.

Former Member
0 Kudos

Hi,

Thank you for ur response..

But Iam not concerned with SM37 iam cooncerned with the spool output which should not be display that too only for particular users..

Former Member
0 Kudos

hello Satyanarayan,

I am not too sure if aou have perfect idea of parameters and are trying to directly control authorizations with it. While you are trying to print something there is pop up that comes up asking you to select printer, format etc.. In that pop up there is a field for authorizations. What ever value you give in SAU will come by default in this field automatically. I don't if not know the concept of set/get parameters in ABAP (provided if you have know ABAP).Normally in ABAP in case of interactive reporting you use set/get parameters particularily when you use leave to screen command.

Anyways whatever value you populate in SAU will come by default in authorization field and when the spool gets created and user tries to display it he should have that authorization with him. Look for authorization (not authorization values) in the roles and choose the correct authorization and assign that the value in the SAU. In releases higher than 6.20 SAU gives some issue for that please check OSS note: 677574.

Regards.

Ruchit Khushu

Former Member
0 Kudos

OK, you will need to use the auth object - S_SPO_ACT - and define in the SPOAUTH field a value that you had used in the output definitions for "Authorization" - this will determine which users can access that spool output or not. There is also a SPOACTION field where you can define certain activities to perform on that output.