Show TOC Start of Content Area

Object documentation RfcRegisterServer   Locate the document in its SAP Library structure

Use

Opens a RFC server connection to a SAP gateway and registers a program ID at the gateway.

Structure

RFC_HANDLE SAP_API RfcRegisterServer (RFC_CONNECTION_PARAMETER const *connectionParams, 

                unsigned paramCount);

connectionParams: an array of connection parameter name-value

                  pairs;

paramCount      : number of the elements of the above array

return          : a RFC connection handle

 

 

End of Content Area