Application Development and Automation 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: 
Read only

Need Header in Bold format

Former Member
0 Likes
373

How to display 'Bold format' header in classical report?

Is there any functional module for formatting normal text?

Edited by: Amrita Mane on Jun 11, 2009 9:31 AM

How to display 'Bold format' header in classical report?

Is there any functional module for formatting normal text?

Edited by: Amrita Mane on Jun 11, 2009 9:31 AM

1 REPLY 1
Read only

Former Member
0 Likes
351

HI Amrita,

There are no formatting options in Classical reporting.

You will have to make use of class CL_DD_DOCUMENT and the attributes STYLE/FONT within it so that you can get a BOLD Header.

There is a ADD_TEXT method within it, which will help you achieve the result.