‎2006 Sep 05 12:19 PM
Dear All
I want to set font bold with write statement
like write:\'aaaaa'
<b>aaaaa</b>
‎2006 Sep 05 12:21 PM
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.
‎2006 Sep 05 12:37 PM
hi,
look to abap commands :
- FORMAT INTENSIFIED OFF / ON
- print-control
A.
‎2006 Sep 05 12:26 PM
HI Nelson,
Check this link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba62335c111d1829f0000e829fbfe/content.htm
Regards,
Laxmi.
‎2006 Sep 05 12:27 PM
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
‎2006 Sep 05 12:28 PM
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
‎2006 Sep 05 12:46 PM
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.