1.

What Are The Functions Of Rfc?

Answer»
  • Converting all parameter data to the representation needed in the remote system
  • CALLING the communication routines needed to talk to the remote system.
  • Handling communications errors, and notifying the CALLER, if desired ( using EXCEPTIONS parameter of the CALL FUNCTION).
  • Convert the data into the FORMAT understandable by the remote (target) system.
  • Call up certain routines which are necessary to start communication with the remote system.
  • HANDLE errors that might occur in the process of communication.
  • RFC can handle errors itself.
  • every BAPI is a RFc whereas every RFC is not a BAPI.
  • RFC's are not registered in the BOR.



Discussion

No Comment Found