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: 

Is it possible to write text in a REPORT in the required font and style

Former Member
0 Kudos

Hi everyone,

I have got a requirement from the client,where he asks to write some text in the report with some font size and style,Is it possible to do that in a report,if so plz reply back with piece of code.

Thanks & Regards,

Rajeev.N

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I don't think that you can, I could be wrong. Is SAPscript out of the question?

Regards,

Rich Heilman

Former Member
0 Kudos

Try

NEW-PAGE PRINT ON.

PRINT-CONTROL FONT 2 LPI 6.

WRITE: / 'Bold Letters'.

This program will print "Bold Letters" in BOLD.

You cant see the difference on the screen.But when you actually print ,you will see the difference.