Hello Experts,
Thank you for reading this.
I have a simple SAP GW scenario where I have implemented Get Entity Set method to get data via a RFC call to backend. In the return structure of the RFC we have a field(char80) which bears double spaces, for certain input. Example, 'Xyz & abc', mind the double space between '&' and 'abc'.
I need the output to be similar. But, GW response shows output as 'Xyz & abc', i.e., without the extra space, but I need it exactly as it comes from backend.
After debugging I found out that RFC call is fine and also content of lr_entityset at the end of GET ENTITY SET method, also has the extra space, as desired. Somewhere later this may be operated on.
Could not find exactly where this extra space is getting removed.
I would like to know if there is a way to prevent this, especially without trying to modify/enhance any standard code.
Regards,
Addy