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

FM - To convert Intrnal table data to Binarydata

Former Member
0 Likes
3,417

Hi,

Is there any function module to convert internal table data to binary data?

If Yes, What is that?

If No, how is this possible?

Thanks,

Radhika

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,739

SCMS_TEXT_TO_BINARY

2 REPLIES 2
Read only

Former Member
0 Likes
1,739

Hi,

Use this FM "SRET_TEXT_TO_BINARY" to get binary data from text. To get internal table data, you have to pass each record column data and its length to this FM, then output should be imported into other internal table(type X fields).

Regards,

Thilotham.

Read only

Former Member
0 Likes
1,740

SCMS_TEXT_TO_BINARY