cancel
Showing results for 
Search instead for 
Did you mean: 

store /retrieve binary[] into database

Former Member
0 Kudos

i am struggling to store binary[] into database

data dictionary having the following fields

Message - binary

how am i going to store into database and retrieve from database and bind to a textbox....

pls advice

Accepted Solutions (0)

Answers (1)

Answers (1)

sid_sunny
Contributor
0 Kudos

Hi Yzme,

You can use XSTRING to store binary data into R3.

You can pass the binary data through a BAPI call.

Regards

sid