cancel
Showing results for 
Search instead for 
Did you mean: 

Need to increase the font size of SAP printer

Former Member
0 Kudos

Hi all,

We had some new HP printers HP4015 which needs to print from SAP . we created the new device type ZHPLJCM1 after checking correct device type for it from HP printer site. For some users printouts are coming in small fonts ,they wanted it to print in big fonts .

These are some of the t codes that they use KAH3 , FB03 , Y_DEV_39000067.

we tried to change the printer fonts in SE73 of that particular device type and increased the font size , but that also ended in vain.

Kindly suggest possible ways by which we can solve this issue.

Please let me know if more information are needed.

Accepted Solutions (0)

Answers (1)

Answers (1)

aidan_black
Active Contributor
0 Kudos

Hi,

Is this ABAP lists, sapcript or smartforms? For sapscript or smartforms, you need to specify the font size in the paragraph/character formats for sapscript and in the smartstyle for smartforms.

For ABAP lists, the font size is selected based on the format used. e.g. If you create a list with format X_65_255, it should print in landscape and the font size is calculated based on the size needed to fit 255 characters into a page. If the format is X_65_132, then the font size is calculated based on the size needed to fit 132 characters into a page so it is a bit larger.

Regards,

Aidan