cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap printer number of copies authorization not working ( S_SPO_PAGE & rspo/auth/pagelimit )..!

former_member622718
Participant

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Manoj,

The value for S_SPO_PAGE requires string, not numbers.

This means that you need to fill with leading zeros.

If you want to set a maximum of 5 pages, then use:

0000000001-0000000005

This is described in SAP Note 119147 (Spool: Authorizations).

Regards,

Cris

former_member622718
Participant
0 Likes

hi ccristiano.hansen,

tried by using 0000000001-0000000005 but still not working..!

cris_hansen
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Manoj,

Try using the authorization trace (t-code STUSERTRACE, from SAP Note 2220030) to see whether there is a missing authorization.

Regards,

Cris