SAP Configuration File - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
The SAP Configuration File needed in both the SAP Reader and the SAP Transformer has the following format:
<?xml version="1.0" encoding="utf-8"?>
<SapConfig>
<AppServerHost>[host address]</AppServerHost>
<SystemNumber>[system number]</SystemNumber>
<User>[user name]</User>
<Password>[password]Password>
<Client>[client number]</Client>
<Language>[language code]</Language>
<RfcDestination>[RFC destination]</RfcDestination>
</SapConfig>| Configuration | Description |
|---|---|
| host address | The IP address of the SAP system to connect to |
| system number | The system number to connect to; usually 00
|
| user name | The user name to use for accessing the SAP system; the user has to have the correct rights to access RFCs |
| password | The SAP user's password (in clear text) |
| client number | The client number in the SAP system ("Mandant") |
| language code | The language to use when accessing the SAP system |
| rfc destination | The RFC destination for the SAP System, e.g PRD_000
|