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

Convert Binary data to Text Format

Former Member
0 Likes
1,180

Hi Friends,

I Have to retrieve the data from the table "AFRCSDATA" Table , But in this table the data's are stores in Binary Format

Can Anyone give any example to convert Binary Format to a normal Text Format.

Thanks in advance

Regards,

S.Janani

2 REPLIES 2
Read only

Former Member
0 Likes
533

Hi,

You can check the function module 'SCMS_BINARY_TO_TEXT' which will resolve your problem.

Regards,

Read only

former_member183804
Active Contributor
0 Likes
533

Hello Janani,

this is a system table of the asynchronous RFC, direct access to this data is an odd requirement. Please check to online docu regarding the ARFC if you can satisfy your query via an API call.

Regards

Klaus