> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# SAP HANA

> SAP HANA is an in-memory relational database that powers SAP ECC and SAP S/4HANA systems. Evidence syncs your SAP HANA data automatically, keeping your reports up to date.

## Add New Connector

To add a SAP HANA connector:

1. Select **Connectors** in the left sidebar and click "New Connector"
2. Select **SAP HANA** from the list of connectors
3. Fill in the connection details below and click "Create Connector"
4. Select the schemas and tables you want to sync
5. Configure your sync schedule

## Connection Options

<ResponseField name="Host" type="text" required>
  The hostname or IP address of your SAP Application Server
</ResponseField>

<ResponseField name="HANA DB Port" type="number" required>
  The SQL port of the SAP HANA database. The default port follows the pattern 3nn15, where nn is the instance number (e.g., 30015 for instance 00, 30215 for instance 02).
</ResponseField>

<ResponseField name="User" type="text" required>
  The SAP user for authentication
</ResponseField>

<ResponseField name="Password" type="password" required>
  The password for SAP authentication
</ResponseField>

<ResponseField name="Client" type="text" required>
  The three-digit SAP client number
</ResponseField>

<ResponseField name="System Number" type="text" required>
  The two-digit SAP system instance number
</ResponseField>

<ResponseField name="Connection Type" type="select" required>
  How to connect to your SAP system
</ResponseField>

### SSH Tunnel Options

If using SSH Tunnel connection type:

<ResponseField name="SSH Host" type="text" required>
  The hostname of your SSH server
</ResponseField>

<ResponseField name="SSH Port" type="number" required>
  The port number for SSH connection
</ResponseField>

<ResponseField name="SSH User" type="text" required>
  The username for SSH authentication
</ResponseField>

## Additional Resources

* [Fivetran SAP HANA Documentation](https://fivetran.com/docs/connectors/databases/sap/sap-erp-hana)
