Solution : https://service.sap.com/sap/support/notes/500360 (SAP Service marketplace login required)
Summary :
This SAP Note addresses the encoding of URLs in ASCII systems using UTF-8. It specifies that applications must uniformly use UTF-8 for URL and form field encoding and decoding, warning against isolated changes to escape_url and unescape_url in CL_HTTP_UTILITY/IF_HTTP_UTILITY. It requires implementing corrections in the ABAP environment and a kernel patch specific to system versions. Further ABAP adjustments involve changing data handling types and adding parameters to the escape and unescape methods. Adherence to this note is critical for maintaining proper URL encoding standards in specific SAP applications.
Key words :
optional typing reference type importing, cl_http_utility class/if_http_utility interface, optional options parameter, sap ascii systems, standard ascii code, ihttp type group, <<< delete ihttp_scid_get_data_length type, cst patch collection 12 2005, <<< insert ihttp_scid_url_escape_2 type, <<< insert ihttp_scid_url_unescape_2 type
Related Notes :
1323949 | Chinese characters in attachment filename. |
967695 | IF_HTTP_UTILITY~IS_ICT_SYSTEM_CALL_IMPLEMENTED modification |
913116 | UTF-8 characters are converted to "#" in form fields in RSRT |
502517 | WebEx Meeting does not start |