‎2008 Mar 05 8:01 PM
Hi
I have a quick question to all ABAP gurus
I am using FM - RSDRT_INFOCUBE_DATA_COPY that copies data from one info cube to another . This happens in same system. I wish to use some custom way of using this FM so that I can copy data across system in two different cubes.
Can some one please help?
Thanks
Allan
‎2008 Mar 05 8:08 PM
Before proceeding further,, check if the function module is "Remote enabled". if yes you can make a call to the same function module from different system and copy the content in different cube,, if not ,, try creating a custom function module with the same name and make it remote enabled, then configure RFC and make a call to this function module...
That should take care of this issue.
Thanks-
Rahul
‎2008 Mar 05 8:08 PM
Before proceeding further,, check if the function module is "Remote enabled". if yes you can make a call to the same function module from different system and copy the content in different cube,, if not ,, try creating a custom function module with the same name and make it remote enabled, then configure RFC and make a call to this function module...
That should take care of this issue.
Thanks-
Rahul