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: 

decode Base64 in 4.6c

Former Member
0 Kudos

i need to decode base64 attachments.

However the funciton modules i would normally use are not available in 4.6c does anyone know how i can do it ?

4 REPLIES 4

Former Member
0 Kudos

any ideas ?

Former Member
0 Kudos

Did you found a way to decode base64 in 4.6c ?

0 Kudos

No i didn't find anything - in the end i did an RFC to a 4.7 system

0 Kudos

I found a solution in 4.6C which works out of the box: (See form in s_trustmanager)

************************************************************************

*     Decode String

************************************************************************

      PERFORM ssf_base64_decode IN PROGRAM s_trustmanager

            USING lv_char

            CHANGING lv_hex.