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: 

Convert Base64 encoded message into string

Former Member
0 Kudos

Hello Experts,

I have an outlook message(text+image) which is encoded in base 64. I need to convert it into string(readable text).

Do we have any FMs for this conversion.

Thanks,

Suman

1 REPLY 1

Sm1tje
Active Contributor
0 Kudos

[Base64 decoding|http://wiki.sdn.sap.com/wiki/display/Snippets/DecodingBASE64in+ABAP]

Search SCN first, you just might get lucky.