on 2016 Dec 27 11:24 AM
Hello Experts,
I have Base64 Content and i need to change it in original format using ABAP. Here i am attaching one pic for that content.
How to change this content into Readable format...
I am new to this concept so that i am not confirm whether this is Base64 Format or not .
So ultimately i need to change the above format in any of our understandable format using ABAP Coding.
Thanks,
Vamsi.
It looks like a "MIME base64 string" (possible characters ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ and there may be = in the last two characters). More information at wikipedia: MIME#Content-Transfer-Encoding.
For decoding it into a XSTRING variable, you may use the function modue SSFC_BASE64_DECODE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rossi,
Thanks for the Reply...
I Decoded my Base64 Content then i am getting as like below screen shot...
Now what should we do with this above code, In the above code i understand only one line i.e., One link with .JPG and rest of the code shown as special characters...
Could you please guide me....
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.