2007 Jul 07 7:35 AM
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
2007 Jul 07 7:38 AM
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.
2007 Jul 07 7:48 AM
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
2007 Jul 07 7:54 AM
2007 Jul 07 8:05 AM
2007 Jul 07 9:22 AM
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