SAP HANA DB Insert
You can use this activity to run the insert SQL statements on SAP HANA Database. It allows you to insert multiple rows in the database. The transaction commit is done only when all insert statements are successful whereas it rolls back, if any of the insert statements fail. This activity returns the information in the form of total rows affected.
This tab has the following fields.
Field | Description |
---|---|
SAP HANA Database Connection | Name of the connection which is used to connect the SAP HANA Database.
If you have created multiple SAP HANA Database connection, select the connection from the drop-down list. |
Entity Type | Select the type of the entity from the drop-down list. |
Entity Name | Enter the name of the entity you want to use for SAP HANA DB Insert activity. |
Input Settings
The Input Settings tab has the following fields:
Input
Output
The Output tab displays the output schema of the activity as a tree structure. The output is read-only. The output schema contains rowsAffected field which displays the total number of rows affected after the activity is run. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.