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

Print Preview O/p coming differently while using Different Printer

Former Member
0 Likes
379

Hi ,

I amm facing formating problem while taking print preview using tcode : VF03

When i used LP01 then o/p is coming properly but when i used different Printer then in print preview o/p format is slightly moved .

any solution for this one ..

Regards,

Sandeep

2 REPLIES 2
Read only

Kanagaraja_L
Active Contributor
0 Likes
346

Have you Taken Print Out ? or Getting Problem While seeing Print Preview ?

Read only

Former Member
0 Likes
346

Hi Sandeep,

Based on your printer name and output devide it will change the format in output.

Let me explain you a example, assume that you using an output device (printer). Your printer's setting is only x_255_... So you need to create a new format lets say Z_65_700 or Z_65_900 or Z_65_1050 according to our requirement and then assign it to your device.

Go to transaction SPAD -> FULL ADMINISTRATION -> DEVICE TYPES -> FORMAT TYPES and there you can see all the available formats. Create a new format e.g Z_65_700 in the similar manner with X_255... with a different number of columns (700) and save it.

Then in the tab DEVICE/SERVERS go to OUTPUT DEVICES and type your printer -> ENTER -> then from the Menu GOTO device type -> then there is a button FORMATS where you can see all the existing formats (plus the one you have just ctreated). Find it and choose it. Then save.

Now you have attached the new format to your printer.

While executing any program/report/t.code in background you can assign that perticular output device and enter the desired format

Regards,

Kishore