/*===================================================================*/ /* Connection to an RFC server program registered at an SAP gateway */ /*===================================================================*/ DEST=<destination in RfcRegisterServer> PROGRAM_ID=<program-ID, optional; default: destination> GWHOST=<host name of the SAP gateway> GWSERV=<service name of the SAP gateway> *===================================================================*/ /* Connection to a specific SAP application server */ /*===================================================================*/ DEST=<destination in RfcOpenConnection> ASHOST=<Host name of the application server.> SYSNR=<The back-end system number.> /*===================================================================*/ /* Connection to use SAP load balancing */ /* The application server will be determined at run time. */ /*===================================================================*/ DEST=<destination in RfcOpenConnection> R3NAME=<name of SAP system, optional; default: destination> MSHOST=<host name of the message server> GROUP=<group name of the application servers, optional; default: PUBLIC>