SAP HANA
ToolJet can connect to SAP HANA databases to read and write data.
Connection
To establish a connection with the SAP HANA datasource, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page through the ToolJet dashboard.
ToolJet requires the following to connect to your SAP HANA database:
- Host
- Port
- Username
- Password
info
Please make sure the Host/IP of the database is accessible from your VPC if you have self-hosted ToolJet. If you are using ToolJet cloud, please whitelist our IP.
Querying SAP HANA
- Click on + Add button of the query manager at the bottom panel of the editor.
- Select the SAP HANA datasource added in previous step.
- Add the Query.
- Click on the Preview button to preview the output or Click on the Run button to create and trigger the query.
select * from PRODUCTS
tip
Query results can be transformed using transformations. Read our transformations documentation to see how: link