cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform on different paper sizes

john_fitzgerald
Participant
0 Kudos

Hi,

is there any way we can print a single and same smartform on different paper sizes? like A3 and A4

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Using SPAD - SAP Spool Administration to print different paper size

The SAP spool system manages its own output devices. This includes mostly printers, but also fax and archiving devices. In order for you to use output devices defined in your operating system from the SAP System, you must define these devices in the SAP spool system.

Print to a dot matrix printer using computer paper with 66 lines

• Define paper types

o Formatting process Z_60_135

o Page format DINA4

o Orientation tick both Portrait and Orientation

o Type in the comment and click save

• Device initialization

o Device type - OKI341

o Formatting process Z_60_135 then click Execute

o Double click Printer initilization

o You must key the 66 lines hexadecimals for your printer. ( line no 9)

1 # oki341 x_paper

2 # reset

3 # \e\0x40

4 # select codepage multilingual 850

5 \e\0x52\0x1a

6 # disable skip perforation mode

7 \e\0x4f

8 # select 6 lpi

9 \e\0x32

10 # select page length 66 lines (66=hex $42)

11 \e\0x43\0x42

12 # select 10 cpi font

13 \e\0x60

regards,

srinivas

Former Member
0 Kudos

Hi

It's possible and simple.

I believe you have more than one pages in the smartform.

In each page output options settings you can specify Page Format differently whatever the format you want.

Regards

Surya.