Hi,
We are calling an RFC in Get_EntitySet method of a Gateway service. In the table 't_output' of that RFC, we have a 'description' field of char50 which is initially blank and gets populated after RFC execution.
But after RFC call in gateway, this field is getting populated with preceding string " \u0000\u0000\u0000\f\u0000\u0000ఀ"(as found in http response, find the debugger values in screenshot) then the actual values. I have tried executing the FM separately but there it was returning correctly (without this special character string).
Why is this happening and how to resolve it?