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

Issue with Function module

Former Member
0 Likes
349

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
327

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

1 REPLY 1
Read only

Former Member
0 Likes
328

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