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 Form

Former Member
0 Likes
550

Can anyone please tell me how (the steps) can I use the below in the script

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

Hi,

Create the Character Formats for BOLD, UNDERLINE and ITALIC and assign the desired font etc and can use them in the script.

reward if useful

regards,

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
530

Hi,

Create the Character Formats for BOLD, UNDERLINE and ITALIC and assign the desired font etc and can use them in the script.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
529

u can use character format for that...

eg. create a char format and then u can use it as

<C4>&wa-posnr&</>

reward if useful.

Read only

Former Member
0 Likes
529

Create a character format of the style you want. And use it before the text.

Read only

former_member673464
Active Contributor
0 Likes
529

hi,

In font attributes you can use underline radio button for your underline requirement paragraph format p1 and use bold and underline to get bold and underline letters in your sript in character format .

write code as follows.

/p1 Underline text <c1> bold text </>.

regards,

veeresh