sap_rfc_set_ini_path

Specifies the path to the INI configuration file.

Syntax

Set the path of the SAP ini file. The function has a positional argument (VARCHAR) with the path to the SAP RFC INI File.

The function has the following signature:

PRAGMA sap_rfc_set_ini_path(<VARCHAR>);

Example usage

PRAGMA sap_rfc_set_ini_path("path_to_your_ini_file/");