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

Remote Enabled FM for converting a Binary file to a string file

Former Member
0 Likes
456

Hi All

We are using the function module SCMS_BINARY_TO_XSTRING to convert data in binary format to data in String format. But it is not remote enabled. Does anyone know any function module which will serve the same purpose but is remotely enabled ?

Thanks in advance

Sree Ramya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
405

Hi,

Create Wrapper function module and make it RFC enable. that is one possible solution. you can it remotely that wrapper fm for SCMS_BINARY_TO_XSTRING.

Regards

vijay

3 REPLIES 3
Read only

Former Member
0 Likes
406

Hi,

Create Wrapper function module and make it RFC enable. that is one possible solution. you can it remotely that wrapper fm for SCMS_BINARY_TO_XSTRING.

Regards

vijay

Read only

0 Likes
405

Thanks Vijay

I'll try it out

Read only

Former Member
0 Likes
405

hi,

You can create a Wrapper function module which you can make RFC enable. Then you can call it remotely

Regards,

Richa