‎2005 Jan 25 11:16 AM
Hi,
in need a base64 encoding in ABAP, and can't use the methods of the IF_HTTP_UTILITY interface.
Does anybody have some ABAP code for RFC 2045 compatible base64 encoding code to share?
Thanks!
‎2005 Jan 25 12:59 PM
Hi ,
Take a look at the following FMs:
SCMS_BASE64_ENCODE
HTTP_BASE64_ENCODE
SSFC_BASE64_CODE
Regards,
Anand Mandalika.
‎2005 Jan 25 12:59 PM
Hi ,
Take a look at the following FMs:
SCMS_BASE64_ENCODE
HTTP_BASE64_ENCODE
SSFC_BASE64_CODE
Regards,
Anand Mandalika.
‎2005 Jan 25 1:19 PM
Hi Frank,
I have used this FM "SSFC_BASE64_CODE" to convert XML format into base64 format. it is working fine.
Have look at this for Base64 encoding decoding sample check http://makcoder.sourceforge.net/demo/base64.php
Prabhu Rajesh.
‎2012 Oct 25 4:47 PM
I think FM ENCODE_SLDPWD_BASE64 is the best for simple string encoding as it doesn't require superfluous parameters as with the *_BASE64_ENCODE FMs!