Remote Function Call: Difference between revisions

Content deleted Content added
RFC interfaces: remove two items that are not encyclopedic
Line 12:
*RFC function modules in a SAP system must be proper function modules and must be registered in the SAP system as remote.
*If the calling program and the called program are both ABAP programs, the RFC interface provides both communication partners. The calling program can be any ABAP program, and the called program must be a function module that is registered as remote.
*For more detailed information on calling function modules that are registered as remote, see [[Calling RFC Function Modules in ABAP]].
*For more information on writing function modules that you want to call remotely, see [[Writing RFC Function Modules in ABAP]].
*Interfaces for calling non-ABAP programs