cancel
Showing results for 
Search instead for 
Did you mean: 

make the vendor address bold

Former Member
0 Kudos

Hi friends,

I want to make vendor name bold in the purchase order how to make that.

thanks in advance

desha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi desha,

If it is in SAP script, the text can be included in <> for example "<BD> vender name < />".

Here 'BD' is defined in character formats. Choose SE71-> character formats -> Font -> Bold (radiobutton).

If it is smartform, tcode 'SMARTFORMS', choose 'Style', create the smart style, under 'Character formats', create one called 'BD', choose 'Font' tab, select 'Font style' as 'Bold'.

Then in the smartform, you can use it the same way as in SAP script like "<BD> vender name < />".

Hope it is useful.

Niya

Message was edited by:

Niya Fu

Former Member
0 Kudos

hi desha,

I hope this is a sapscript.

For this define a character format , whith Bold check box ticked.give this character format in the sapscript , and write the vendor address.Then it will display as Bold.

Hope this helps.reward if it solved your issue.

Thanks and Regards,

Anoop

Former Member
0 Kudos

Hi,

Create smart styles using <b>SMARTSTYLES</b> T-Code and create one character format for Bold.

Use that style in ur smart form.

regards..

Former Member
0 Kudos

Hi,

If you want to make string bold just use <b>string</>.

I hope this helps

Regards

Raju Chitale