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

Display

Former Member
0 Likes
841

Hi.

please help me i want to display output in bold letter.

Regards

prajwal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
820

in a normal write statement this aint possible

8 REPLIES 8
Read only

Former Member
0 Likes
821

in a normal write statement this aint possible

Read only

0 Likes
820

HI

in normal report

Read only

0 Likes
820

Thanks to all

Read only

0 Likes
820

well like mentioned some posts above, you can use the highlight option of the format statement, but well i wont be bold, only blueish.

if thats what you want, have a go.

Read only

Former Member
0 Likes
820

Hi

Where you wants to display

In report output..It is not possible

Where as in SCripts/smartforms you can do ot

Create a Character format and use it will display Bold

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
820

Hi

What is the output type ?? Are you trying to print in ALV / List / SAP script ??

- Irudayaraj Peter

Read only

0 Likes
820

Hi

Try using the FORMAT keyword in the CLassical list programs.

Basic syntax is as follws:

FORMAT.

Extras:

1. ... COLOR n [ON] or ... COLOR OFF

2. ... INTENSIFIED [ON] or ... INTENSIFIED OFF

Reward points if useful.

- Irudayaraj Peter

Read only

Former Member
0 Likes
820

If you want to display your output in Classical/Interactive Reporting, you can't change the font of the display.

<b>However, if you are using SAPScripts or Smartforms to display the report output, you can make use of Paragraph Formats, to ensure your requirement. </b>

Regards,

Pavan