2009 Apr 16 6:22 AM
Can we increase the font size in Report through write statement? or any other method .Please suggest.
Can we increase the font size in Report through write statement? or any other method .Please suggest.
2009 Apr 16 6:28 AM
Hi,
Check out the following.
PRINT-CONTROL SIZE 2 COLOR BLACK FONT 5.
write : 'ABC'.
2009 Apr 16 6:31 AM
Hi,
you can give the font size in the beginning of the report declaration like
i dont think you can increase the size of the letter in the output using write statement, the only thing you can set the size of the character field, and it ll work accordingly.
Check this link :
http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba1a135c111d1829f0000e829fbfe/content.htm
Tx,
Ashwani
2009 Apr 16 6:32 AM
2009 Apr 16 6:37 AM
Dear
Please explore this statement in ABAP docu
FONT fontSet font
PRINT-CONTROL SIZE 2 COLOR BLACK FONT 5.
regds ankit
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |