2013 Jun 05 4:57 PM
HI All,
I have a requirement.... I need to convert Byte format to Image(Bit map) .. Is there any Standard RFC for this conversion...Kindly help me on this...
Byte format has been attached..
2013 Jun 05 7:45 PM
Hi Shyam, your attachment is base64 encoded. Therefore, you can decode it using
data: lv_img type xstring.
lv_img = cl_http_utility=>decode_x_base64( lv_base64 ).
Regards,
Rüdiger