cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict the number of pages a user can print from SAP

Former Member
0 Kudos

Hi,

I was wondering in SAP is there a way to restrict the number of pages a user can select to be printed. We have some users who accidentally select up to 13000 pages to be printed.

I was wondering was there a user parameter restricting them to say 500 pages for example.....

Thanks

Jim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is a authorization object (combined with a parameter) that does this restriction:

S_SPO_PAGE

Definition

Using authorization object S_SPO_PAGE, you can restrict the maximum number of pages of a request that can be printed on a particular printer.

This authorization check is only active if profile parameter rspo/auth/pagelimit is set to 1.

Defined fields

SPODEVICE Device name for which the restriction is to apply.

SPOPAGES Maximum number of pages allowed; enter a range (0 to n) here

Former Member
0 Kudos

Thanks Mark...

very helpful...

cheers

Jim

Answers (0)