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
703

Hi all

I have a Report and when i print the report am getting the output in a ver small font size.I need to increase the size of the Font in my print statment...Pleae help me...i Used the following two methods but its NOT WORKING

i) I used the customizing layout option but am not getting it.

ii) I used the following program but am getting the error "<b>NEW-PAGE PRINT ON" should no longer be used to generate a print dialog box..</b>

REPORT zprinttest NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.

NEW-PAGE PRINT ON.

PRINT-CONTROL FONT 1 LPI 6.

WRITE: / 'font 1 lpi 6'.

PRINT-CONTROL FONT 2 LPI 6.

WRITE: / 'font 2 lpi 6'.

PRINT-CONTROL FONT 3 LPI 6.

WRITE: / 'font 3 lpi 6'.

NEW-PAGE PRINT OFF.

Please help

Vijay

Hi all

I have a Report and when i print the report am getting the output in a ver small font size.I need to increase the size of the Font in my print statment...Pleae help me...i Used the following two methods but its NOT WORKING

i) I used the customizing layout option but am not getting it.

ii) I used the following program but am getting the error "<b>NEW-PAGE PRINT ON" should no longer be used to generate a print dialog box..</b>

REPORT zprinttest NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.

NEW-PAGE PRINT ON.

PRINT-CONTROL FONT 1 LPI 6.

WRITE: / 'font 1 lpi 6'.

PRINT-CONTROL FONT 2 LPI 6.

WRITE: / 'font 2 lpi 6'.

PRINT-CONTROL FONT 3 LPI 6.

WRITE: / 'font 3 lpi 6'.

NEW-PAGE PRINT OFF.

Please help

Vijay

5 REPLIES 5
Read only

Former Member
0 Likes
671

Hi Vijay,

Follow these steps :-

1, In the Screen editor of ur report choose the last menu button : "Customizing of Local Layout "

2, Choose Font Option

3, Set the required font.

For More Info Go thru this Link,

http://www.sapdesignguild.org/resources/MiniSG-old/BCMSG03E_DEL.htm

http://sap4.com/modules.php?name=conteni2&pa=showpagina&pid=100

Regards

Aneesh.

Read only

former_member194669
Active Contributor
0 Likes
671

Hi,

Changing the fonts in Print using ABAP is not possible. as basic report output is a text editor.

By changing "Customizing of Local Layout" will only change in display screen and not in print.

One possible way to create a new printer formatr thry SPAD and use that format in while printing.

aRs

Point always welcome

Read only

0 Likes
671

Hi

Can u tell me more about SPAD

Vijay

Read only

Former Member
0 Likes
671

Hi Vijay,

I feel this is tricky one to increase the font size of the report hard copy for each users....

There is an option but it cannot be a interactive report...

In case you need to do that, try to use smartform to print the report for the front size u needed...

Prabhu Rajesh