Application Development 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: 

Font size

Former Member
0 Kudos

Can we increase the font size in Report through write statement? or any other method .Please suggest.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Check out the following.



PRINT-CONTROL SIZE 2 COLOR BLACK FONT 5.
write : 'ABC'.

Former Member
0 Kudos

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

0 Kudos

Check this link,

Try using PRINT_CONTROL aswell

Former Member
0 Kudos

Dear

Please explore this statement in ABAP docu

FONT fontSet font 

PRINT-CONTROL SIZE 2 COLOR BLACK FONT 5.

regds ankit