# Create dbapi Connection object
conn = z.getDatasource("zepl_docs_sap_hana")
# Create dbapi Cursor object
# Values to insert into the HANA table. This is an example, but these values can come from a list or dataframe. Simply loop through and insert each row.
sql = "INSERT INTO \"ZEPL\".\"View_1\" VALUES(19, 'PAYMENT', 1234.00, 'C1616398702',0, 0, 'M2089277435',0,0, FALSE, FALSE )"
# Insert row into SAP HANA
# Display number of rows inserted successfully