‎2007 Jan 31 2:12 PM
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
‎2007 Jan 31 2:13 PM
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
‎2007 Feb 01 4:45 PM
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