Hi Experts,
I have a variable of type string with value: #VSSOO01. In my ABAP code I am sending this value to XI via Proxy. When I check the value that XI has received, it shows as Carriage Return and VSSOO01. In other words # is replaced by carriage return.
I also checked the message payload sent my proxy in the source system and also it has replaced # by carrige return.
I have checked the variable value via ABAP debugger before and after assigning to Proxy parameter and it shows correctly.
I want it should send as it is #VSSOO01.
How to fix this issue?
Please help
Thanks & Regards
Gopal