Skip to content

SAP Configuration File

DonMartin76 edited this page Jul 22, 2015 · 1 revision

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
Clone this wiki locally