SAP HANA is SAP SE’s implementation of in-memory database technology.
When I create a model in code, I usually use: var oData = { "name" : "", "description" : "", "phone" : "" }; var oModel = new JSONModel(oData); …
javascript model odata sapui5 hanaI am trying to connect my java programme to the hana database. However, I am unable to do so because …
jdbc sap hanaI have a requirement where I need to convert all SQL Server stored procedures into HANA stored procedures. I have …
sql sql-scripts hanaI need to read text stored for invoice, order, etc. In ABAP we can use READ_TEXT function module, but …
hana cds read-textI have been using SAP HANA db instance, and have been running several queries on this. I need to extract …
sql hanahere i tried to give discount based on quantity ordered by using procedure. but i dont know how assign a …
sql stored-procedures hana hana-sql-scriptThe unix timestamp value is coming to HANA via data services from MySQL DB. I can however find the date …
hana hana-sql-scriptHere I used With AS Clause.if i use SELECT query it is working fine but if i use insert …
sql sql-insert common-table-expression hanaI'm trying to implement a file upload in a UI5 application on a HANA XS Server. I can't find many …
sapui5 hana hana-xs