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
471

hi all

what is rfc,

what is the different kinds of rfc

3 REPLIES 3
Read only

roger_gomez
Active Participant
0 Likes
447

Hi Rohit,

RFC is a call of a function module that runs in a different system (destination) from the calling program. Connections are possible between different AS ABAP and between an AS ABAP and a non-SAP system. In non-SAP systems, instead of function modules, special programmed functions are called, whose interface simulates a function module. We distinguish between synchronous, asynchronous, and transactional function calls. The called system is accessed via the RFC interface.

You can check and define different types of RFCs in transaction SM59.

Reward points if useful

Roger

Read only

Former Member
0 Likes
447

Hello,

a good introduction into RFC and the different RFC types is the following article: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c7567...

Reagrds, Roland

Read only

manubhutani
Active Contributor
0 Likes
447

RFC - Remote fn call.

Remote enabled FM can be called from sap only like portal

but not from java or Vb

BAPI is also a RFC but it can be called from

outside SAP like JAVA or VB.

as it is in the BOR(business object repository) of SAP

Please reward points