Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Replacement for HTTP_BASE64_ENCODE in ECC6.

Former Member
0 Kudos

Hi Experts ,

I am working in an SAP Upgrade project from 4.6 to ECC we are using Unicode UTF 8 in ECC

I have a problem in one User exit of F110 transaction ( EXIT_SAPLIEDP_002 ) in a Function Module HTTP_BASE64_ENCODE which imports parameters of Type x .When we provide Chinese and Japanese languages it provides an encoded output, But in ECC its providing AAAAAA== in the output instead of encoded output .

Please let me know if there are any replacement for the FM HTTP_BASE64_ENCODE which will help in my case for encoding chinese and japanese characters .

Ex when we input "日本テスト日本テスト" in put for function module it should provide " 5pel5pys44OG44K544OI5pel5pys44OG44K544OI"

in output .

Please let me know if ECC has provided any function module for this encoding ..

Please refer to for encoding format

http://www.opinionatedgeek.com/dotnet/tools/Base64encode/Default.aspx

Thanks in advance...

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

use method

CL_HTTP_UTILITY=>IF_HTTP_UTILITY~ENCODE_BASE64

0 Kudos

Thanks for your Inputs

I have used but it provides ###### in output instead of encoded output . Could you please let me know how to use it while passing chinese and japanese characters to method and getting Encoded output