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

write statement

Former Member
0 Likes
667

how to increase the font size in write statement for header

6 REPLIES 6
Read only

former_member404244
Active Contributor
0 Likes
638

Hi,

I don't think we can increase the font size by write statement..

Regards,

Nagaraj

Read only

Former Member
0 Likes
638

hiii

i think it is not possible to increse font size in report output

refer link

regards

twinkal

Read only

former_member745780
Active Participant
0 Likes
638

Hello

Read this thread

Thanks

Anirudh Saini

Read only

Former Member
0 Likes
638

hiii

use this method

PRINT-CONTROL FONT 1 LPI 6.

  • you can try to change font and LPI numbers

WRITE: / 'font 1 lpi 6'.

PRINT-CONTROL FONT 2 LPI 6.

WRITE: / 'font 2 lpi 6'.

PRINT-CONTROL FONT 3 LPI 6.

WRITE: / 'font 3 lpi 6'.

Read only

Former Member
0 Likes
638

hi,

We cannot increase the font size of the output in write statements.

Regards,

Aleem.

Read only

Former Member
0 Likes
638

Hi Lakshmi.

I would like to suggest a couple of references,

I suggest, You can decide from these.

[SDN - Reference - Changing font size dynamically|;

[SDN - Reference - HEADER in ABAP report|;

[SDN - Reference - How to increase the font size of heading?|;

Hope that's usefull.

Good Luck & Regards.

Harsh Dave