‎2006 Jun 22 12:41 PM
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
‎2006 Jun 22 12:49 PM
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
‎2006 Jun 22 12:49 PM
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
‎2006 Jun 22 1:09 PM
‎2006 Jun 22 1:08 PM
hi,
You can create a Wrapper function module which you can make RFC enable. Then you can call it remotely
Regards,
Richa