Re: Difference between a fiori app and fiori-like app.
The difference between a Fiori and a Fiori-like app is quite simple: Trademark Issues.Both "types" share or are limited to the same technics, libraries, mechanisms and design rules like certain...
View ArticleRe: Gauge chart disappears when navigates between tabs of Shell component.
Hi Shweta, It seems there is an issue in D3 code. Your D3 code: function onDocumentReady() { var powerGauge = gauge("#c1", { size: 300, clipWidth: 300, clipHeight: 300, ringWidth: 60, maxValue:...
View ArticleRe: Execution of calculation view run two SQL queries in the back-end....
Hi Lars, you are correct. But here I have added a parameter with the below code in the filter expression.((match("OWNER" ,'$$OWN$$') or in("OWNER" ,'$$OWN$$' )) And it is working fine when I pass the...
View ArticleConnection to HCP(trial) from HANA Studio Not Working
Hello Experts,I am very new to SAP HANA. By referring some HANA guides, I have installed the HANA Studio on my machine. I have also registered at HANA site using my SUserId and also created a test...
View ArticleRe: Gauge chart disappears when navigates between tabs of Shell component.
Hi Kapil, Thank you so much. Your correct. I have modified My code accordingly and its working now. :-) Thanks,Shweta Desai.
View ArticleRe: Unable to Import sap table from CSV file to hana
You can get table definition from view table_columns . Select * from table_columns where schema_name = <schema> and table_name = <table> ~Tarun
View ArticleHow to create Parent-Child Hierarchies in Calculation View in SAP HANA?
Hi, I have created Calculation view with different dimensions and measures and created hierarchy directly in the same calculation view in Graphical Modeling. SAP HANA DB & HANA Studio current...
View ArticleRe: How to create Parent-Child Hierarchies in Calculation View in SAP HANA?
Hi Ramana, I had the same issue when reporting on Analysis for Office. As a workaround, I moved my hierarchy to the Attribute view and the calculations to the Analytic View. Removed the cv and...
View ArticleRe: HANA xs "update" procedure causing error in the .xsodata service
Hi Michael, I did not know these operations are described under Chapter 7.1.6.12 Custom Exits for OData Write Requests in the dev guide. Thank you very much for your tip, there was indeed a problem...
View ArticleRe: Installing Hana server : Cannot create Instance
SuharshSame Issue I have faced few months ago, you will have to increase the number of CPUs atleast 4 in count and also increase physical memory atleast upto 64Gb. Add these resource will solve your...
View ArticleRe: CORS Issue while consuming Hana's OData
Denis Descaus's Solution below worked for me.CORS Issue while consuming Hana's OData I had CORS working on SPS 86 and then we moved to 96 and all the CORS requests broke. His settings worked like a...
View ArticleRe: CORS Issue while consuming Hana's OData
Thanks Friend!86 to 96 migration CORS broke.Your recipe worked perfect.Good Find!
View ArticleRe: While import the HANA live tool (HCOHBAECC)
Hi Henrique, Thank you for the quick response... We have tried twice and facing the same issue, DB is also up on running. Can you please let me know is there any thing wrong. Thank you in advance,Bhaskar
View ArticleHANA Function- change request
Hi Friends 1) Is it possible to assign change request for HANA function, or only import/export.2)When calling function in calculation view script from my personal schema- I am getting authorization...
View ArticleRe: Insert values from array - XSJS
Hi Thomas, Is the batch mechanism also supported with the new XSJS DB interface - SPS9? Or do we have to revert to the older prepare statement. Nehal Thomas Jung
View ArticleRe: Insert values from array - XSJS
Thanks Rajkumar, Can you help with the sample syntax? Nehal.
View ArticleRe: Insert values from array - XSJS
Sure. var conn,st,b = 4,c = 5,d = 6,j=0;conn = $.db.getConnection();var a = [11,12,13,14,15,16,17]; while ( j<a.length ) { st = conn.prepareStatement("INSERT INTO...
View Article