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

Calling RFC function module in other SAP system...

Former Member
0 Likes
2,633

Hi,

I have a report on one SAP system and a function module on other system. The function module is RFC enabled. How can I call this RFC enabled function module from other SAP system in the report which is different SAP ?

system.

Thanks.

Regards,

Rajesh.

Hi,

I have a report on one SAP system and a function module on other system. The function module is RFC enabled. How can I call this RFC enabled function module from other SAP system in the report which is different SAP ?

system.

Thanks.

Regards,

Rajesh.

4 REPLIES 4
Read only

Former Member
0 Likes
1,561

call the function module in orginal system in se38 ,copy the function module ,paste the function module in other system,and maintain destination here ,otherwise you will get short dump.

here detination should be SM59 destination,this is case sensitive.

Reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
0 Likes
1,561

Hi Rajesh

You should have the Function modules at both the systems, other wise it will not work.

After maintaining in both the systems.

I hope you are already having RFC destination created between 2 systems.

If not create the same using SM59 transaction.

Call the Function module with destination.

Than it should work.

Let me know, if you need further information

Regards

Madhan Doraikannan

Read only

0 Likes
1,561

If the function module name is Zfunction, where do I specify destination after doing Call ZFunction ?

Read only

0 Likes
1,561

call function 'Function module name' Destination 'name'

parameters

once you copy function module and paste fm name in se38

after call function line just use destination..