‎2007 Nov 29 10:12 AM
Hi all,
do you know an ABAP function to encode a string to pass in an url so that to get "http%253A%252F%252Fsap.com%252Fxi%252FAP%252FCRM%252FGlobal"
I'm passing dynamicParameter via an URL from an ABAP to a Java WD appli. They are automatically decoded on java side, but I need to encode them on ABAP side.
Thanks and regards,
Marie-Pierre
‎2007 Nov 29 3:28 PM
CL_HTTP_UTILITY=>IF_HTTP_UTILITY~ESCAPE_URL( string ) is the solution
‎2014 Jun 10 11:24 AM