cancel
Showing results for 
Search instead for 
Did you mean: 

Print Formatting Problem On Specific Printers

Former Member
0 Kudos

When printing an ABAP list in LOCL mode, on certain printers the grayscale backgrounds of fields print as slashes ////// and others print as crosshatched.

For example, on a Canon 2200 printer,

this code prints as crosshatched background behind the text:

      WRITE: / 'INSTALLATION:', 
      15 GSTR_REP-ANLAGE COLOR 6 INVERSE ON.

This code prints as slashes in background, behind the text:

      FORMAT COLOR 5.
      WRITE 'Write some text'.
      FORMAT COLOR OFF.

On an HP 8150 printer, the same report prints a grayscale background for the color 5 example, and a plain background for the color 6 example. It does not matter which output device is chosen, the output is the same.

Any ideas on how to resolve this, so the report prints the same way on all printers?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

It really all depends on the printer drivers being used for each model of printer. I would say that if you want all the printers to print the same, buy all they printer model. I know that this is not realistic, but I think that you are stuck with what ya got. I don't know if changing the print device attributes at the OS level of SAP will help or not.

Regards,

Rich Heilman

Former Member
0 Kudos

Thanks Rich,

What specific print device attributes are you thinking of?

Does anyone have any experiences similar to ours, and can offer a solution that worked in your situation?

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

In our system, we run on an iSeries OS/400 operating system. Our printers are set up in the OS/400 with specific attributes. The they are tied into output devices in transaction SPAD in SAP. OS specific drivers for specific printer models is just one of the attributes.

Regards,

Rich Heilman

Former Member
0 Kudos

John,

Are you using the latest SAP printer driver from SAP? zhp8150.pri (OSS 8928)? How are you defining the iSeries Outq?

Answers (0)