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

RFC

Former Member
0 Likes
530

Hi everybody,

can we connect Non SAP system from SAP through RFC. or is RFC is used to conect only SAP to SAP system.

thanks,

santosh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

RFC connects from SAP system to SAP / Non-SAP system

3 REPLIES 3
Read only

Former Member
0 Likes
507

RFC connects from SAP system to SAP / Non-SAP system

Read only

Former Member
0 Likes
506

Hi,

If there is a Middle ware like XI between R3 and non R3 systems then you can call the rfc from non r3 else it is not possible.

Thanks,

Prasanna

Read only

Former Member
0 Likes
506

hi ,

A remote function call is a call to a function module running in a system different from the caller's. The remote function can also be called from within the same system (as a remote call), but usually caller and callee will be in different systems. In the SAP System, the ability to call remote functions is provided by the Remote Function Call interface system (RFC). RFC allows for remote calls between two SAP Systems (R/3 or R/2), or between an SAP System and a non-SAP System.

Reward points if useful....