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 in normal reporting

Former Member
0 Kudos

I'm working on a report where it has to fit a specified page, but using the normal abap reports ( can't use smartforms in this case) , how do I change to font size to smaller size?

Thanks,

Tarun Kumar

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

use this.

[http://sap-img.com/ab027.htm]

4 REPLIES 4

Former Member
0 Kudos

hii

in normal report it is not possible to change FONT SIZE,you can make it different by INTENSIFIED OFF/ON.but can not change font size and font type.

regards

twinkal

GauthamV
Active Contributor
0 Kudos

hi,

use this.

[http://sap-img.com/ab027.htm]

Former Member
0 Kudos

Hi Tarun,

there is no need of changing font sizes.

In order to fit the report into a specified format what you have to do is

Click on print button.

then click on Properties

then you will get a pop window with overview details.

click on format : there increase number of rows and columns as per your requirement.

then click on settings .

There give validity for this report only..

if you still want to decrease font size..

Go through the following link..

http://saptechnical.com/Tutorials/ALV/Font/change.htm

Regards.

Eshwar.

Former Member
0 Kudos

Thanks to all for valuable reply.

D Tarun Kumar