‎2010 May 24 2:54 PM
Hello all,
I would like to know if there is any possibility to use an abap object as parameter within a remote function module.
Thanks in advance
‎2010 May 24 3:48 PM
but we can serialize the object to an XML string, pass it, and then deserialize it. Search SDN on XML + object + serialize or deserialize
‎2010 May 24 3:06 PM
No. You can't pass the Object Reference as the Parameters of the FM which could be run as an independent object like RFC FM, Update Task FM.
If you have an object and you want to pass the data to the subsequent FM (RFC), you need to move the attributes to structures or variables before calling the FM and use these variables to pass the data to your RFC.
Regards,
Naimesh Patel
‎2010 May 24 3:48 PM
but we can serialize the object to an XML string, pass it, and then deserialize it. Search SDN on XML + object + serialize or deserialize
‎2010 May 24 4:25 PM
Sandra please,
could you give me some information about how to serialize an abap object?
thanks
‎2010 May 24 5:02 PM
Sure : http://www.sdn.sap.com/irj/scn/advancedsearch?query=xmlobjectserialize
or [xmlobjectserialize|http://lmgtfy.com/?q=sapxmlobject+serialize]