cancel
Showing results for 
Search instead for 
Did you mean: 

changing font as bold in Sap Script

Former Member
0 Kudos

Hi to all

I have created a script for proforma invoice and the output is fine.

My problem is that i have to change some of the lines in the output to be displayed as bold.

I like to know how to display the characters in bold.its urgent plz.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi mahesh kumar ,

Create a charecter format

for e.x C1 as 20 with BOLD

then in your Script in text element

use this charecter .

for example you want 'SAP' to have font 20 and Bold

then use

<c1> 'SAP' </>

Hope this will be helpful.

Please reward points if found helpful.

Thanks and regards,

Rajeshwar.

Former Member
0 Kudos

hi ,

1.first u create a character format with ur requirements.

(i.e blod).activate it.

2.goto a particular window where u want to apply the character

format.(ex:main window or footer window or header window)

3. goto TEXT ELEMENTS and then CHANGE EDITOR.

4.press F4 for default paragraphs ,there u can see for ur character format.select that format for which line u wnat to apply character format.

Then it is applicable for that line only.

thanks,

raji

Edited by: raji ch on May 15, 2008 11:11 AM

Former Member
0 Kudos

hi,

goto main windo giv <b> r <b1> b4 whar u want bold ,

Regards,

Reddy

Former Member
0 Kudos

Hi,

if you want to print complete paragraph use paragraph format ,there you can use bold option,

if you want to print only char or one word ,then use Charcter format.

Regards,

Omkaram.

Former Member
0 Kudos

hi

It changes all the data,i need only some of the data's to be changed