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

Doubt regarding RFC

Former Member
0 Likes
559

Hi All ,

I know RFC is used for communications between two independent SAP systems, or for communications between an SAP system and a non-SAP system, such as an external application.

But It can also be used for communications between modules on the same system.

Can any one explain why we need a RFC with in a same system ???

Thanks & Regards,

G. Anil kumar

Hi All ,

I know RFC is used for communications between two independent SAP systems, or for communications between an SAP system and a non-SAP system, such as an external application.

But It can also be used for communications between modules on the same system.

Can any one explain why we need a RFC with in a same system ???

Thanks & Regards,

G. Anil kumar

4 REPLIES 4
Read only

former_member585060
Active Contributor
0 Likes
544

Some Companies may prefer some modules to be separeted from other modules, and when ever they require data from that they use RFC as it provides a restricted access.

Ex:- Defence equipment manufacturing companies, NASA etc.

correct me if i am wrong

Regards

Bala Krishna

Read only

Former Member
0 Likes
544
Can any one explain why we need a RFC with in a same system ???

here is the one example.

in dev se38>give program name>utilities>remote comparision>give RFC destination and compare two request which suppose to in PRD.

PS:atleast one version of both program should be in both syatem

Amit.

Read only

0 Likes
544

Thanks Bala for your time ...

Amit I didnt get if possible can you elaborate .....

Read only

Former Member
0 Likes
544

Hi,

I will explain you with an example. A bapi function module can be enabled as remote enabled and this can be created in SE37 tcode

This rfc can be used or called in SWO1 tcode for creating business objects. So in this way we use rfc's in same system.