cancel
Showing results for 
Search instead for 
Did you mean: 

customize Page format in a smartform

former_member451655
Active Participant
0 Kudos

Hi All,

I am trying to use a customize Page format in a smartform Layout , The Z page size is 8.5in X 5.5in,

its printing via a EPSON LX-300+ Printer , Print Preview is Showing Correctly , But when i Print

it keeps a Blank page in between , ( Feeding Page is 8.5in X 5.5in),

I m quite Sure about the correctness of Printer Device Setting , Because we have an Internal System Integrated to do the same printing process.

Please help me a to get a solution for this ,

Thanks

Dilum

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dilum,

Yes it is because of printer device only.You have to change the script in the printer device for this.

Printer device might the corret .But to stop that skipping try to change the script in printer format.

former_member451655
Active Participant
0 Kudos

actually i had to add the following code under the Printer 'Initialization" part

  1. printer must be set to EPSON and codepage 850

  2. reset

\e\0x40

  1. set line spacing 6 LPI

\e\0x30

  1. set page length (at 6 LPI)

\e\0x43\0x15

  1. cancel bottom margin

\e\0x4F

  1. set left margin to 0

\e\0x6C\0x00

  1. select LQ quality

\e\0x78\0x01

any way thanks for the time u spent on my problem ,

Good Luck

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

i have faced a similar problem

i am certain it has to do with printer drivers

the solution we gave to user was

we converted spool of form to PDF

and the print was given through windows and it was accepted by them..

i know it is not the exact solution to ur problem ,try updating the sap printer drivers or different printer .