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

Alignment issues on Dot Matrix printer

Former Member
0 Likes
1,869

Hi,

I have a requirement to design a script that needs to be printed on a dot matrix printer.

I have right aligned a field which appears fine in the print preview. But in the List preview it gets distorted.

Similiarly, the printout on a laser printer is fine but it gets distorted the same way as in List preview.

Please let me know how to solve this alignment issue.

Thanks.

1 ACCEPTED SOLUTION
Read only

rvinod1982
Contributor
0 Likes
926

Hi Niranchan Muthiah ,

If you want to print in dot matrix printer then you need to create a separate output device for this.

Output device used to print in laser printer cannot be used to print in dot matrix printer. The formatting

will not be proper.

To create an output device goto SAPD.

Enter an output device name for ex. zdotmx

In the device type option select the appropriate device type which is compatible with you printer

Check SAP Note 1036961 - Device type selection wizard in transaction SPAD

Link: [https://websmp207.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1036961]

Under Access Method Tab, select F as Host Spool Access Method and __DEFAULT as Host printer.

Also check that format type which you are using is assigned to the device type.

Regards,

Vinod

3 REPLIES 3
Read only

rvinod1982
Contributor
0 Likes
927

Hi Niranchan Muthiah ,

If you want to print in dot matrix printer then you need to create a separate output device for this.

Output device used to print in laser printer cannot be used to print in dot matrix printer. The formatting

will not be proper.

To create an output device goto SAPD.

Enter an output device name for ex. zdotmx

In the device type option select the appropriate device type which is compatible with you printer

Check SAP Note 1036961 - Device type selection wizard in transaction SPAD

Link: [https://websmp207.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1036961]

Under Access Method Tab, select F as Host Spool Access Method and __DEFAULT as Host printer.

Also check that format type which you are using is assigned to the device type.

Regards,

Vinod

Read only

Former Member
0 Likes
926

Hi Vinod,

Leaving the printer type apart. Could you tell me why there is a difference in Print Preview and List Preview. To view List preview, you'll have to click the 'GO TO' in the menu tab and then click 'LIST PREVIEW'. The data is distorted here too.

Thanks.

Read only

0 Likes
926

This message was moderated.