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

Font size

Former Member
0 Likes
599

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.

4 REPLIES 4
Read only

Former Member
0 Likes
563

Hi,

Check out the following.



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

Read only

Former Member
0 Likes
563

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

Read only

0 Likes
563

Check this link,

Try using PRINT_CONTROL aswell

Read only

Former Member
0 Likes
563

Dear

Please explore this statement in ABAP docu

FONT fontSet font 

PRINT-CONTROL SIZE 2 COLOR BLACK FONT 5.

regds ankit