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

CALL TRANSFORMATION does not populate the object reference

akshathasripathi_rao
Product and Topic Expert
Product and Topic Expert
0 Likes
422

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.

1 REPLY 1
Read only

rene_libbert
Explorer
0 Likes
377

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é