
~poolPassword
|
Description |
R/3 logon password for pooled connections. In flow logic applications, the ITS maintains a pool of RFC connections, which are available for re-use. Pooled connections are stateless by default, so the R/3 context is cleared after each call, but the connection is always returned to the connection pool. This reduces the connection overhead. If no connection is available when a call is made, the ITS closes the least recently used connection and opens a new connection with the appropriate client, user, and language. You can define pooled connections in the global service file, or the service-specific service file, by setting values for ~poolclient, ~poollogin, and ~poolpassword.If these parameters are not defined, the ITS uses the values specified for ~client, ~login, and ~password.If you have created the service file with the SAP@Web Studio or the ABAP Workbench, the value is DES26-encrypted. |
|
Set by |
Service file. |
|
Values |
Any valid R/3 logon password. |
|
Example |
~poolPassword des26(8a1766fb98dd2906) |