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

SAP Script

Former Member
0 Likes
515

Hi all,

In SAP Script how to output a paragraph in Capital letter.

Ravi.

5 REPLIES 5
Read only

Former Member
0 Likes
483

use Blod.

<B></B>

regards

prabhu

Read only

Former Member
0 Likes
483

Hi Ravi,

1.Go to paragraph format tab double click on the paragraph format that you are using for the text to which you want it to be bold.

2.Go to FONT tab.Put the Bold 'ON' save and active the form and run the program it will work

Message was edited by: mukesh kumar

Message was edited by: mukesh kumar

Read only

Former Member
0 Likes
483

Hi Ravi,

Don't think that you can specify something to display in Capital Letters. Why not type everything in Uppercase directly rather than converting to Upper Case. The only think you can change is either <b>Bold, Underline</b>. Dont think you can do it.

Regards,

Tushar

Read only

Former Member
0 Likes
483

Hi Ravi,

Sorry for my first answer.I thought you want bold.No there is not any way to convert the text Capital.You have to write it in Capital.

Read only

Former Member
0 Likes
483

Hello Ravi,

U have to translate the value of the varaiable to uppercase and then pass this varaible as the program symbol.

I think it may work.

Regards,

Vasanth