what is RFC?types of RFCs?please any one can give me the
interfaces in sap abap with example?
Answer Posted / balakrishna
RFC are Remote function Module which can transfer the data
from one user to another or client to client.
When u create a function module just enable The check box as
Remote enabled that the fm is RFC.
We have to configure the RFC SM59 is the RFC destination
Here you have to provide three things
Description,
Technical Settings,
Logon Details
(These things can be done by Basic Admin)(So Dont Bother)
with this You can access the User which you want
Types of RFCs:
Synchronous RFC
Transactional RFC
Queued RFC
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Define subtype ? : abap hr
Explain what are the events in screen programming?
What is direct input method ?
What is a subscreen? How can we use a subscreen?
What are the different types of view?
Is it possible to pass data to and from include programs explicitly? : abap modularization
Difference between Insert, Update and Modify?
What are the components in sap application server?
What are the types of subroutines?
What is its? : abap hr
What is the structure of the bdc table? : abap bdc
How do you work with semi colon se[arated files in BDC ?
What happens if a function module runs in an update task?
What is full form of bdc session? : abap bdc
What happens Update command is used without where clause ?