‎2004 Sep 14 3:58 AM
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
‎2004 Sep 14 4:42 AM
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