InterviewSolution
Saved Bookmarks
| 1. |
What Is Rfc? |
|
Answer» 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. 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. |
|