Set values for the RFC Output Transporter in the adapter configuration file.
Parameter | Description |
---|---|
Host |
Type: string (Required) The host name of the SAP system to which the adapter is connected. |
SystemNumber |
Type: string (Required) The system number of the SAP system to which the adapter is connected. |
Client |
Type: string (Required) The SAP client number for connecting to an SAP server. |
SAPUser |
Type: string (Required) The user name of the SAP system to which the adapter is connected. |
SAPPassword |
Type: string (Required) The password for the SAP system to which the adapter is connected. Includes an "encrypted" attribute indicating whether the Password value is encrypted. If set to true, the password value is decrypted using the Keystore and KeystorePassword parameters. Default value is false. |
Keystore |
Type: string (Optional) Specifies the location of a Java keystore file which contains the key used to encrypt or decrypt the password set in the Password parameter. |
KeystorePassword |
Type: string (Optional) Stores the password to the keystore file specified in the KeystorePassword parameter. |
BatchSize |
Type: nonNegativeInteger (Required) The number of ESP rows that the adapter would batch up for submission on one RFC invocation. |
RFC |
(Required) Section containing the Function and Mapping parameters. |
Function |
Type: string (Required) Specify an RFC you wish the adapter to execute. |
Mapping |
Type: string (Required for adapter operation and schema discovery) Specify the name of the mapping file. |