Hi All.
String is truncated after special character“&” .
I am passing string from ABAP to outlook page.Contents are change into HTML format and displayed in outlook's mail body. If string contains special character “&”,getting problem.
Eg:Lv_string = ‘Production & Industrial plan’.
Expected output is “Production & Industrial plan” in HTML.
Current output is“Production “.
Issue: String is truncated after special character “&”.
I have no issues if string contains no “&”.
Could you please help me to resolve this issue?
Thanks.
NJ.