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

Under line in Sap Script

Former Member
0 Likes
2,876

Hi Experts,

can body let me know how can we underline for word or sentence in sap script out put?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,787

hi,

for undeline u can do it two ways.

1. create a character format and enable underline option and use it where u require

or

2. u can use keyword ULINE in coding part of script as

/: ULINE

............

IF HELPFUL REWARD SOME POINTS.

WITH REGARDS,

SURESH ALURI.

Hi Experts,

can body let me know how can we underline for word or sentence in sap script out put?

Regards

7 REPLIES 7
Read only

Former Member
0 Likes
1,787

Hi,

Create a character type and assign it to the sentence or text to display

for more infor

http://www.supinfo-projects.com/fr/2005/forms_sapscript_en/7/

Regards

Shiva

Read only

Former Member
0 Likes
1,787

Hi,

You can have different font on the same line by defining a character format.

For example B for bold text and U for Underline.

In your SAPScript apply like this :

<U>Underline Text</> <B>Bold Text</>

Regards,

Bhaskar

Read only

0 Likes
1,787

Hi All,

Thanks. I got it.i am able to display underline for a word by creating a character format.But the under line is goingbeyond the word .How to fix it to length of the word?

Regards

Read only

0 Likes
1,787

Hi

After Checking the Radio Button in the character format u can see an arrow mark click on that and give ur spcaing

Reward all helpfull answers

Regards

Pavan

Read only

Former Member
0 Likes
1,787

Hi,

In SO10 transaction there is 2 options is there

1) paragraph format

2)charcter formart-> in this option u can give <u>underline</u>

u can any text in above transaction,...

<b>reward me a points if it is use full answer...</b>

praveen

Read only

Former Member
0 Likes
1,788

hi,

for undeline u can do it two ways.

1. create a character format and enable underline option and use it where u require

or

2. u can use keyword ULINE in coding part of script as

/: ULINE

............

IF HELPFUL REWARD SOME POINTS.

WITH REGARDS,

SURESH ALURI.

Read only

0 Likes
1,787

Hi

For underline in script do one thing

Create a new character Format of underline and use it in ur script

Reward all helpfull answers

Regards

Pavan