Show TOC

 Interfaces to External RFC ProgramsLocate this document in the navigation structure

The SNC configuration for external RFC client programs is located in the saprfc.ini file. For an RFC server program (for example, a program started from a gateway), the SNC parameters are passed to the server program from the client. (For information about starting external RFC programs, see:

You can alsospecify the parameters from the RFC interface using the function

RfcOpenEx Open an RFC connection (SNC parameters are specified in the connect_param string)

You can use the following functions to obtain SNC information:

SNC-Relevant RFC Functions

Function Description

RfcOpenEx

Returns whether SNC is active or not

RfcSncPartnerName

Returns the SNC name of the partner in printable form

RfcSncPartnerAclKey

Returns the SNC name of the partner in canonical form ("ACLKEY")

RfcSncNameToAclKey

Converts an SNC name to canonical form

RfcSncAclKeyToName

Converts an SNC name from canonical form to printable form

For more information about these functions, see the help file saprfc.hlp, which is delivered with the RFC Software Development Kit.