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

About & character and super script problem

Former Member
0 Likes
308

Hi,

When I input '&' character in text area, when I goto the change editor I found

'&' gets changes to '<(>&<)>'.

Also when I input Trademark sysmbol 'TM' in super script it appears like '<ZH>TM</>'.

When we read this from READ_TEXT function module same thing comes and same think will come in email that we are sending to user.

So where is the problem we could not able to figure out.

Please help.

Regards,

Dhanraj Dange

2 REPLIES 2
Read only

Former Member
0 Likes
278

Hi Dhanraj,

Let them come the way they are coming, then you can use the following function module to remove those tags, Then you can send the out put of this fm to the mail.

SOTR_TAGS_REMOVE_FROM_STRING

Regards,

Ravi

Read only

0 Likes
278

Hi Ravi,

Thanks for your reply. We have tried this function module.

Yes, it removes the tag from text but if the text is like" value is < 2000 and > 3000 then give concession."

Then function module returns like:

"VALUE IS 3000 THEN GIVE CONCESSION" which is wrong.

So is there any other option to correct tags from text.

Regards,

Dhanraj Dange