Calling SQL stored procedure dynamically
Hallo, could anybody tell me how to call HANA SQL stored procedure dynamically? The coding looks like this:v_ProcedureName := '"' || KpiNamespace || '::' || KpiName || '"';v_SQL := 'CALL ' ||...
View ArticleMissing data from SQL Console
Hello,I have created a calculation view and it works completely fine.Now I have a completely strange problem with selecting values from the created calculation view in the SQL console.If I count the...
View ArticleInput Parameter popup doesn't show up
Hi, I'm trying to execute a Calculation View that contain an input parameter, unfortunatly after click the Data Preview button the calculation start the execution but it doesn't try to request any...
View ArticleProcedure editor slowdown after upgrading to 72
Hi folks, I'm having a strange problem since upgrading to 72 a few days ago. When I am in procedure editor I'm experiencing a major delay when typing. For example I will type a character and then...
View ArticlePart of where condition ignored after upgrading to 72
Hi folks, We have recently upgraded to 72 and in testing we have discovered that part of our SQL where condition is now ignored when using IS NULL in conjunction with OR operator. For example; If I...
View ArticleAn internal Error: Widget is disposed HANA Studio rev 73
Hi guys,I updated studio to rev 73 recently and noticed that during CSV file import it gives an error, have you seen something similar?
View ArticleInfo-Object Master Data is not populated using Attribute View
Hi Colleagues, I have one info-Object 'Resource', compounded with client, resource type and scenario. I want to fill its master data using an attribute view. In Master data tab, i have mentioned the...
View Articleempty resultset even though it shouldn't be empty (rev70; resultset is...
Dear experts,today i did experience a behaviour of hana that i cannot understand.In order to enable you to reenact the phenomenon i created the following demo code: #########################...
View ArticleVisualized Plan
Hello, Is there any documentation to understand the Visualized Plan?I've looked through the net and did not find anything which was very informative. I'm trying to understand what exactly happens...
View Article955295 - Using Survey Variables in HANA howto
There is a SAP Note 955295 - Using Survey Variables in SQL wich explains howto filter subqueries and send them to a variable defined with [%0] for example. I tried in hana and I couldn't find the way...
View ArticleHANA Procedure issue
Hi Experts, I have a very simple question. Your response is highly appreciated. I am new to HANA and started learning SQL Script a few weeks ago. I am using the below code... I get this error :...
View Articlehow score() function works in HANA fuzzy search
Hi, i am confused by the score() returned value when i use this in fuzzy search in HANA CREATE COLUMN TABLE test_similar_calculation_mode( id INTEGER PRIMARY KEY, s text); INSERT INTO...
View ArticleCustomized Text on Busy Indicator
Hi Team, How I can provide a customized message on the busy indicator SAPUI5 application.Please give me any sample code. Thanks,Nagender
View Articleconfigure "public" in hdbtable/hdbview/hdbsequence
Hi, I'm testing hdbtable/hdbview/hdbsequence. In SAP HANA Developer Guide(http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdf), I found we can configure "public" this parameter when we create...
View ArticleXSJob not executing
Hi, I have followed all of the steps from the developer guide (page 469-472): http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdfbut the job is not executing, neither it is showing in the JOB Log....
View ArticleSAP HANA XSODATA service dateformat problem
Hi all,i have a problem about xsodata service on calculation view (in calculation there's a single input parameter called P_NPLDA , a date type). When i run this link on browser...
View ArticleSAP HANA XSODATA service (Service exception: column store error.)
Hi all,i have a problem with my calculation view using xsodata service on it. (There's an input parameter called P _SWERK) In my calculation view, the data origin are two analytic views (on which the...
View Articlewizard for "SQLScript procedure" missing
Hi there, I've just watched this nice guide from Thomas Jung regarding CRUD operations using ODATA Service. At about 11:19 he's explaning how to create a SQLScript procedure to validate/manipulate data...
View ArticleHana SPS07 and spatial data in procedures
Hello, I have a problem while using spatial methods in a procedure. I have a simple data model: Table with two ST_POINT columns("GEOLOCATION" and "GEOLOCATION_RS") for 2 points. I use the WGS84...
View ArticleMassive Import from Local Flat Excel Files
Hi there, I have to import to HANA a large amount of Data from local files (Excel Files).I have a lot of tables with 100+ columns and like 10kk, 20kk or 30kk of rows. At the moment i do this things: 1)...
View Article