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: 

How to increase the font size of print ouput in SAP 4.7

Former Member
0 Kudos

How to increase the font size of the ouput of Write statement on PRINT ? in 4.7

THANKS IN ADVANCE

MOOSA

1 ACCEPTED SOLUTION

anversha_s
Active Contributor
0 Kudos

hi,

it is not possible.

only way to do it is in outside sap system.

rgds

anver

if helped mark points

6 REPLIES 6

Former Member
0 Kudos

I DON'T THINK IT IS POSSIBLE..

YA U CAN INCREASE THE RESOLUTION OF OUTPUT WHEN U TAKE PRINTOUT.

anversha_s
Active Contributor
0 Kudos

hi,

it is not possible.

only way to do it is in outside sap system.

rgds

anver

if helped mark points

Former Member
0 Kudos

HI,

we can't change the font size while displaying

data using write statement.

possible option is download the data to file

and take printout with desired font.

Regards

Amole

0 Kudos

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

NEW-PAGE PRINT ON.

PRINT-CONTROL FONT 1 LPI 6.

  • you can try to change font and LPI numbers

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'.

  • Parameters for function below should be taken from your printer

  • configuration in SAP - check SPAD transaction -

  • standard print control

  • print-control position 1 function: 'CI006', 'SF015'.

NEW-PAGE PRINT OFF.

i hope the above code would change the size atlease in the printer output ..

Regards

Vivek

Reward points for useful answers

former_member189629
Active Contributor
0 Kudos

Can be done using OO ABAP

0 Kudos

Can we change the print format from portrait to landscape when using print-control command?

Regards

Saad.