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

Changing font while printing

Former Member
0 Likes
927

Hi all,

I m developing report for Customer Ledger.

When i print that report it is printing in very small font.

I want to increase the font size so that it could be easily readable.

I used PRINT-CONTROL 'SABLD' LINE 1.

for bold font .

But it is not working .

If any one has gone through such scenario then let me know.

Thanx in advance.

Regards.

-Umesh

4 REPLIES 4
Read only

Former Member
0 Likes
834

Hello Umesh,

you cannot increase the font size in a report using write statemens.

To increase the font you have to go for sap scripts or smart forms.

Reward if helps.

Thanks,

krishnakumar

Read only

naimesh_patel
Active Contributor
0 Likes
834

Hello,

If you are doing print on the dotmatrix printer, then printer must be able to handle the printing.

Like your report size is 255 column and if you try to print on 132 column stationery it will come in the small fonts..

Same is applicable to Laser pritner.

regards,

Naimehs

Read only

0 Likes
834

it is not possible to change the font type. but size it depends on your line-zise.

<b>report zreport line-size 100</b>.

if you show only 100 width then font will be bigger. if you increase the width to 200 then font will be small.

Read only

Shivaji16
Active Participant
0 Likes
834

Using ALV reporting we can handle fonts sizes i suppose..

but not with classical reporting..