‎2018 Jun 26 7:21 AM
PRINT-CONTROL FONT 10.
WRITE : / 'SIZE 10'.
PRINT-CONTROL FUNCTION 'SI001'.
WRITE : / 'NORMAL SIZE.'.
PRINT-CONTROL FUNCTION 'SI002'.
WRITE : / 'LARGE SIZE'.
Is it possible to reduce font with write statement in classical report or it is not possible to reduce because its is obsolete syntax and that can not also be set using the formatting options of the statements WRITE.
we have SAP_BASIS 740 support level 11 on our syatem.
‎2018 Jun 26 11:55 AM
Hi,
Font size in ABA reports can be changed using PRINT-CONTROL COMMANDS. Here i provide you the code and description of using print commands to change the font size.
(see SAP OSS notes 66478).
Copy Code
Hope this solves your problem.
Thanks,
Iván
‎2018 Jun 26 12:22 PM
i have already tried this solution bit this code not working because i want to decrease font with write statement.