cancel
Showing results for 
Search instead for 
Did you mean: 

changing font size for output device / spool file

Former Member
0 Kudos

hi all,

i see only these below parameters for print in the code of the transaction which gets spool no and output device as input and prints it.

i need to increase the font size of the print out.any help?

LAYOUT = 'X_65_132'

LINE_COUNT = 60

LINE_SIZE = 110

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sona,

You can not do that in report.

If you need some output format like font type, color, size you have to use Smartforms or Sapscript.

Sapscript Tcode: SE71,

Smartforms TCode: SMARTFORMS.

Regards,

Former Member
0 Kudos

its actually reading spool file and printing it.

any way to change printer settings? like we do in MS/local PC.

if this needs to done in smartforms,can anyone elaborate it,,,it will a big task to write a new pgm for this,right?any example of page break please.thanks...

Former Member
0 Kudos

can anyone give list of available printer options like x_65_132

and some explanation on the next two statements with values 60 etc. which i posted first here.

may be if thats changed ...will the print out look different..

amit_khare
Active Contributor
0 Kudos

As suggested above its better to change the Font size...still you can do settings in SPAD. These settings are available in table TSP1D.

Former Member
0 Kudos

hi amit,thanks,

can u post how to chnage the settings in SPAD.i will look into the table and also will try spad.thanks again.

Answers (0)