2009 May 19 3:33 AM
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 ?
2009 May 20 5:22 AM
2010 Sep 22 8:25 AM
2011 May 09 4:58 AM
No i didn't find anything - in the end i did an RFC to a 4.7 system
2013 Feb 15 3:50 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |