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

Standard Function to convert internal table to binary

Former Member
0 Likes
2,144

Hello Firends,

Is there a standard function that can be used to convert an internal table to binary data

and vice versa.

regards

kaushik

2 REPLIES 2
Read only

Former Member
0 Likes
899

Hi,

I am not sure what is the requirement but you can download internal table contents in BINARY format using GUI_DOWNLOAD and viceversa you can upload Binary contents.

ashish

Read only

Former Member
0 Likes
899

Hi

check the following fun modules

RSPO_TCP_WRITE_BINARY

SCMS_FTEXT_TO_BINARY

SCMS_TEXT_TO_BINARY

SCMS_XSTRING_TO_BINARY

RSPO_SR_TABLE_WRITE_BINARY

RSPO_SR_WRITE_BINARY

SRET_TEXT_TO_BINARY

Regards

Anji