cancel
Showing results for 
Search instead for 
Did you mean: 

regarding the conversion of bytes-stream into photo (or) image

Former Member
0 Kudos

Hello Everyone,

I am working on a product based on employee verification where we use .net and sap

we exchange data between these two software by RFC connections.

THIS IS WHERE I GOT STRUCK:

In .net they convert image of a employee to array-bytes(uninterrupted sequence of bytes)

and send it to sap, i should collect the data sent by them into an custom table.

My question is what data type should be used to get the data and how to convert the byte-stream into

the image (or) photo in sap.

Can anyone suggest me how can i resolve this problem.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

satyajit_mohapatra
Active Contributor
0 Kudos

You can upload the binary data to SE78 as an image.....Check subroutine graphic_import_bds in program saplstxbitmaps. You need to follow the same logic and replace the GUI_UPLOAD FM in it as you have the binary data already with you.....

Try it once...Check the thread with similar issue....

Answers (0)