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

A function module that converts an internal table into binary table data

Former Member
0 Likes
491

Dear Gurus,

I have converted from an excel table to raw table data with cl_abap_container_utilities=>read_container_c, now I need a function module that converts an internal table into binary table data? do you know of any? It would be a great help. Thank you in advance.

1 REPLY 1
Read only

Former Member
0 Likes
455

I found what I was looking for  SCMS_TEXT_TO_BINARY, do you know how to use it?