Re: Posting HANA DB content on Browser with XSJS
Happy to see the happy face keep rocking
View ArticleRe: How to publish HANA view's through Odata service
Hi Singh,Please search the killer range of documents and blogs in SCN, bore posting as a question. May be you can follow the below documents....
View ArticleHANA STUDIO 2.0 and Tenant DB (HANA SP09)connection problem
Hi, I am trying to connect to my HANA instance created as Multi-tenant DB(Native) using the HANA Studio which I have upgraded to version 2.0. I am able to successfully connect to SYSTEMDB. But when I...
View ArticleHow do you create universe in SAP HANA
Hi I am new in SAP HANA,I am going to develope some KPI using hana database,is it possible to develop KPI report/Dashboard itself in SAP HANA? Thanks in Advance!
View ArticleHow to Consume non-Read Only Stored Procedure in Scripted CV?
I have searched SCN and I found these links on the subject (there are many more links which seem to be broken since the migration):call of procedures in HanaCalling Procedure in SQL ScriptProcedure...
View ArticleRe: How to Consume non-Read Only Stored Procedure in Scripted CV?
Hi Mr Me, You can't call a R/W procedure from a R/O script view or procedure. If you just on Studio it should work, but again it can't be used inside a R/O code.call...
View ArticleRe: HANA STUDIO 2.0 and Tenant DB (HANA SP09)connection problem
Hi Anurag, You don't need to specify the port number when adding SAP HANA system. Just input the host name, instance number -> Select "Multiple containers" -> Input the name of the tenant...
View ArticleRe: How do you create universe in SAP HANA
Hi, First you can use modeling to create some atttibute/analytic/calculation views in SAP HANA. With these views you can either use OData&SAPUI5 to make some reporting like tables and charts in a...
View ArticleRe: Input paramater issue in calculation view
You seem to be using a calculated measure in your view somewhere.If that's the case, you may want to cast the operands to a numeric type that will allow to handle all possible intermediate results as...
View ArticleRe: Issue while inserting Data into Hana table using xsjs(through URL Parameter)
Hello, Instead of using var id = $.request.getParameter("id"); , use var id = $.request.parameters.get("id"); This must be the problem. Neeraj
View ArticleRe: How to Consume non-Read Only Stored Procedure in Scripted CV?
Thanks. Even though it does not solve the original problem your article explains a nice way to avoid it in the first place
View ArticleRe: How to Consume non-Read Only Stored Procedure in Scripted CV?
I just realized that 'WITH RESULT VIEW' is for READ ONLY procedures - my mistake! Conclusion: there really is no way to consume READ-WRITE procedures from a READ ONLY artifact, meaning that the entire...
View ArticleRe: Lifecycle Management not starting on new HANA applicance
I've resolved the issue myself. I ended up downloading the most recent version of HLM, installed it (had to grant execute on all files in order to install it), and found that it still didn't run. I...
View ArticleRe: Import CSV with WKB
hi Jay, using two tables works for me assuming that the first transition table has the data stored as varchar. have a look at the following script which worked for me...temptest2 would be the...
View ArticleRe: SE11 Technical settings
Thank you Sundaresan for your valuable inputs. We raised a ticket for SAP.SAP said there is no need to change any settings and going forward they are going to hide this tab for MS-SQL server.They also...
View ArticleRe: SAP HANA & PHP
Hi Ben, Please try this connectionstring: $driver = "HDBODBC32"; // 32 bit odbc drivers that come with the hana client installation.$servername = "(HOSTNAME):(PORT)"; // e.g. "192.168.0.1:30015"...
View ArticleRe: How to add foreign key in hdbtable?
Hi HridayIt is now possible to define referential constraints between two tables.Referential Constraints are also known as Foreign Keys. Check Checking out Foreign Keys in HANA SPS5 for further details...
View ArticleRe: OData request with input parameters
Hi Vivek, How could I access my variables in my view via xsodata?? Thanks & Regards,Monissha
View ArticleRe: How to add foreign key in hdbtable?
Hi Hriday, foreign keys constraints can only be created directly on the runtime objects. The HANA repository does not support foreign keys yet. As a workaround you can create the tables in the...
View Article