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

Write Statement

Former Member
0 Likes
730

Dear All

I want to set font bold with write statement

like write:\'aaaaa'

<b>aaaaa</b>

6 REPLIES 6
Read only

Former Member
0 Likes
677

i think it is not possible to make bold in write statement..

ya u can change the color as u want.

write:/ 'kishan' color n.

n=1,2,3,...

for diffrent color.

Read only

0 Likes
677

hi,

look to abap commands :

- FORMAT INTENSIFIED OFF / ON

- print-control

A.

Read only

Former Member
Read only

Former Member
0 Likes
677

hi,

You can format the text using

FORMAT INTENSIFIED [ON] or ... INTENSIFIED OFF

Effect

Intensified - affects the background color.

Each color exists in a normal (desaturated) and in an intensified (saturated) form. ... INTENSIFIED takes the current background color from the "intensified" palette, while the ... INTENSIFIED OFF uses the "normal" palette.

Regards,

Richa

Read only

Former Member
0 Likes
677

Hi

Writing in BOLD is not possible in lists.

Only below options are available:

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

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

3. ... INVERSE [ON] or ... INVERSE OFF

4. ... HOTSPOT [ON] or ... HOTSPOT OFF

5. ... INPUT [ON] or ... INPUT OFF

Regards,

Raj

Read only

Former Member
0 Likes
677

we can not set bold font in reports..

It is possible only in SAP SCRIPTS,

In ALV Reports we can print only 3 type of fonts.

Ramesh.