2006 Dec 21 10:29 AM
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.
2006 Dec 21 10:31 AM
I don't think if you can change the font size in normal reports.
Regards,
Ravi
2006 Dec 21 10:31 AM
Hello Sreedhar,
In the report statement
<b>LINE-SIZE 255</b>
If useful reward.
Vasanth
2006 Dec 21 10:32 AM
i think ravi is rite u can't increase text size in normal report....
2006 Dec 21 10:32 AM
Hi sreedhar!
I think it is not possible in list processing
Regards,
Pavel Aleshko
2006 Dec 21 10:32 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |