Application Development and Automation 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: 
Read only

Printer problem

AlexGiguere
Contributor
0 Likes
1,962

Hi Geeks, I am printing on an HP printer from SAP (HP 9040N with the good device type installed), for each printout, I have an additional page coming with these info

User:

Host:

Class:

Job:

I don't want to print this page! Any idea how?

thx

Alex

5 REPLIES 5
Read only

Former Member
0 Likes
983

Not had the problem myself, but it sounds like (maybe!) you are getting the OS Coversheet printed with each job... try looking in SP01 at one of the outputs to that printer, double click on the entry in the list, then click on the "Output attributes" tab where the "SAP Cover page" and "OS Cover Sheet" settings are nominated. These defaults usually come from the printer output device definition in transaction SPAD, but you can override them at run time too.

Jonathan

Read only

0 Likes
983

Yes, cool. I find it, when I print, I can select the option OS Cover Sheet to no, but the default is always "System Administrator: Default Settings" and in SPAD for this printer I have "Do not print host spooler...", how comes! Where I can change the default settings?

thanks again

Alex

Read only

0 Likes
983

thanks, that solve my problem, but I think this solution is user-specific, how do we correct the os cover sheet for a specific printer but for all users?

I think we have to change something in the device type, click on format then change cover sheet?

thx

Alex

Read only

0 Likes
983

I followed a@s's link and dug a little more... the saved settings for users are being held in index table TPRI_DEF, and this leads you to a couple of utilities that might be handy for you:


RSPRIPARADMIN    Administration Report for Print Parameters for All Users  
RSPRIPARCOPY     Copy user-specific print defaults                         

Jonathan