Skip to Content
0
Nov 08, 2005 at 10:15 AM

How control ABAP list printout to A5 landscape ?

191 Views

Dear experts,

Report code:

REPORT zXXXXXXX LINE-COUNT 29 LINE-SIZE 150

NO STANDARD PAGE HEADING.

write: ..........................

.

.

.

I hope printout format is A5 landscape.I already have created format type A5 landscape Z001 and created in Device type CNSAPWIN by SPAD.

Printer initialization:

(# SAPWIN indicatior makes it possible to send via berkeley protocol

\e%SAPWIN%

  1. change WinCharSet to 134

\eW134;

  1. set font name(SimSun)

\eFSimSun;

  1. set orientation(LANDSCAPE)

\ePL

  1. set font size(12.0points)

\eS160X

  1. set vertical spacing(6.5LPI)

\el6.5;

  1. set horizontal spacing(12.0CPI)

\ec18.7;

  1. set top/left margin(1.0cm/1.5cm)

  2. \eMT567;

  3. \eML10;)

But test printout format is A4 landscape.

Could you help me?

Thanks and regards,

Collysun.

Message was edited by: collysun