Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting Binary Data Out From Database

Former Member
0 Likes
690

Hi,

I have found a table where it store the text data for a field. But I found that the field data type is binary in MS-SQL (R/3 DB System). How do I retrieve the data that is binary using ABAP programming?

Thanks.

Regards,

Mike

1 REPLY 1
Read only

Former Member
0 Likes
410

Hi Mike,

Use the Function Module BWWF_BINARY_ACCESS_POINT to get

the Text data from the binary format,I think you need to

pass the field name and Binary content as input and get the text content as output.

I hope that this works fine.

Regards,

Rajeev.N