The SSF Initialization File in Release 4.0
This topic explains the few differences that you need to consider when using the SSF initialization file in Release 4.0. For general information about using the file, see the topic
The SSF Initialization File.No Environment Variable Support in Release 4.0
In Release 4.0, you have to use the SSF initialization file to configure the SSF parameters on the front ends.
Syntax for ssfrfc.ini in Release 4.0
In Release 4.0, the format for entering each parameter in the file is a line entry with the following syntax:
<SSF parameter description> = <parameter value>
Note the following:

The following shows an example of the
ssfrfc.ini
**************************************************** * Secure Store & Forward (SSF) Initialization File * **************************************************** SSF Library Path = c:\Program Files\SAPpc\SAPgui\libssf.dll SSF Hash Algorithm = MD5 SSF Symmetric Encryption Algorithm = DES-CBC SSF Trace Level = 0 <Return> |