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

How to increase theText size

Former Member
0 Likes
841

Hi Experts,

In write statement how to increase the text size

for example this one

WRITE: /1 SY-VLINE,

2(144) 'STOCK LEDGER' INTENSIFIED CENTERED,

"INVERSE ON,

160 SY-VLINE.

WRITE: /1(160) SY-ULINE.

Thanks & Regards,

Sreedhar.

Hi Experts,

In write statement how to increase the text size

for example this one

WRITE: /1 SY-VLINE,

2(144) 'STOCK LEDGER' INTENSIFIED CENTERED,

"INVERSE ON,

160 SY-VLINE.

WRITE: /1(160) SY-ULINE.

Thanks & Regards,

Sreedhar.

5 REPLIES 5
Read only

Former Member
0 Likes
817

I don't think if you can change the font size in normal reports.

Regards,

Ravi

Read only

Former Member
0 Likes
817

Hello Sreedhar,

In the report statement

<b>LINE-SIZE 255</b>

If useful reward.

Vasanth

Read only

0 Likes
817

i think ravi is rite u can't increase text size in normal report....

Read only

Former Member
0 Likes
817

Hi sreedhar!

I think it is not possible in list processing

Regards,

Pavel Aleshko

Read only

Former Member
0 Likes
817

just color that

FORMAT COLOR 5.

WRITE: /1 SY-VLINE,
2(144) 'STOCK LEDGER' INTENSIFIED CENTERED,
"INVERSE ON,
160 SY-VLINE.
WRITE: /1(160) SY-ULINE.

FORMAT COLOR OFF.