Application Development and Automation 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: 
Read only

decode Base64 in 4.6c

Former Member
0 Likes
781

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 ?

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
Read only

Former Member
0 Likes
719

any ideas ?

Read only

Former Member
0 Likes
719

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

Read only

0 Likes
719

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

Read only

michelm_de
Product and Topic Expert
Product and Topic Expert
0 Likes
719

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.