‎2012 Jun 01 5:20 AM
Hi,
To execute parallel processing, I want to call the RFC in different tasks. My requirement is that I pass the populated object reference (CLASS CL_USMD_MODEL) to the RFC. However, since references are not allowed to be passed through RFC, I serialized my object reference using CALL TRANSFORMATION and converted it into string. I passed this string to my RFC but when i deserialize this object, the object reference is not getting populated at all.
I have implemented the interface IF_SERIALIZABLE_OBJECT in my calling class as well as in the RFC. I tried changing the type to xstring as well, but it doesnt work.
Kindly let me know where I am going wrong.
Thanks and regards,
Akshatha Rao.
‎2012 Jun 01 7:13 AM
Hi Akshatha,
I'm not sure if I understood you correctly. If you want to serialize an instance of the class CL_USMD_MODEL, this class itself must implement the interface IF_SERIALIZABLE_OBJECT. Are you sure it does.
Greetings René