cancel
Showing results for 
Search instead for 
Did you mean: 

Spool Control defaults for new users

chris_mckay2
Participant
0 Kudos

Hi All,

I was wondering if someone would be able to give me information on setting a default printer, output immediately, and delete after output areas of a users defaults as populated\checked when creating a new user. Is there a profile parameter that can be modified to have these areas populated when creating a new user by default? Currently when a new user is created these areas are cleared and have to be changed manually on an individual basis, I understand by copying another pre-defined 'template' user with these populated would work, and also I am aware of the report 'RSPRPARADMIN' which looks to change the settings for everyone globally. I was looking for a setting that could be set, and every new user would then have the specified settings.

Any information would be greatly appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

chris_mckay2
Participant
0 Kudos

Thank-you Reinhard,

The modification would be a good option. We do have a reference user setup, but it does not seem to use the specified settings from the reference user when creating a user.

0 Kudos

Dear Chris,

As far as I know there is no SAP standard function to set default values for the print defaults in SU01.

You have to implement a modification (see example)!!

Anyway, creating a reference user seems to be the better solution.

Example : Set default printer LOCL for SU01

Include LSUU5O01

MODULE set_radio_0105 OUTPUT.

*{ REPLACE TSTK900155 1

\ Spoolsteuerung

if usdefaults-SPLD eq space.

usdefaults-SPLD = 'LOCL'.

endif.

Regards

Reinhard