ABAP Keyword Documentation →  ABAP − Reference →  Data Interfaces and Communication Interfaces →  RFC - Remote Function Call →  RFC Overview → 

RFC Destination

The information about the target system of an RFC call is stored in the RFC destination. These destinations are administrated in the AS ABAP using the transaction SM59. Among other things, the connection type, the partner program, and the target system are specified there. Logon data and further connection options can also be defined in the destination.

More Information

A detailed description of the RFC destination can be found in the SAP Library under:

Notes

There are two predefined destinations that do not have to be entered using transaction SM59:

As well as the destinations created in transaction SM59 and the two predefined destinations, you can also specify destinations directly, in the form "hostname_sysid_sysnr". "hostname" is the host name of the application server, "sysid" is the name of an AS ABAP, and "sysnr" is the system number as it is displayed using the SM51 transaction.