Re: Procedure editor slowdown after upgrading to 72
Actually that MAY have done it. I had to close and re-open studio after closing the properties. For the moment it's NOW working again!
View ArticleRe: SAP Hana Studio release 70 issues
Issue with SQLScript editor poor performance still in rev.72, apparently workaround is to turn spellchecker off / close properties box and restart studio. http://scn.sap.com/thread/3523701
View ArticleRe: Procedure editor slowdown after upgrading to 72
So for others with this problem what I discovered is if I have previously opened property box in any other perspective and then went back to debug it is slow again. Each other perspective where the...
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 ArticleRe: Procedure editor slowdown after upgrading to 72
Glad you got it worked. Hopefully as Rich says these performance issues should get cleared up in next revisions. (Now you may want to try to make your spell checker on and see if again gives any...
View ArticleRe: Visualized Plan
Hi Varun, Have a look on these documents: Show me the timelines, baby! Understanding SAP HANA Performance Regards,Krishna Tangudu
View ArticleRe: HANA Procedure issue
Hi Peter, Thank you for your reply. I have already tried implementing this scenario in modeler. It didn't work. Here is the scenario: For each year, and for each country in that year, I need to get the...
View ArticleRe: SAP Hana Studio release 70 issues
Issue with cyclical runtime dependency when trying to activate CDS When trying to activate a CDS .hdbdd artifact I get the error given below. Looking at the trace file I don't see any cyclical...
View ArticleRe: Input Parameter popup doesn't show up
Hi, Can you please try adding a dummy Calculated column with just that Input parameter placed in it. Please check if the Input parameter appears now. Regards, Ravi
View ArticleRe: Variable/Input Parametrs BETWEEN
Not sure if I understood your requirement correctly, but if you need BETWEEN condition for DOC_MATNR, why not put 2 input parameters, RANGE_FROM and RANGE_TO. Then you can apply the condition something...
View ArticleRe: HANA Procedure issue
Hey Swaroop, Before correcting your procedure, If I understand your scenario properly it can be easily achieved using Window Functions like Rank() , Also this can be achieved via modeller too See an...
View ArticleRe: HANA Procedure issue
Hi Swaroop, so you probably want to break it down. Get your data set first by joining the tables involved. Then group the dataset by year, country and material cats and aggregate. You could model this....
View ArticleRe: Calling an SP takes over 200% more time over the select statement
Hi Bill, Can you please try something: tab_cust = SELECT C_F_NAME, C_L_NAME, C_EMAILFROM dbo.CustomerWHERE C_ID = :C_ID; tab_orders =SELECT O_ID,...
View ArticleRe: Missing data from SQL Console
Please check the following and see if it is helpful. http://search.sap.com/notes?id=0001764658 SAP Note: 1791464: http://search.sap.com/notes?id=0001791464 Regards, Ravi
View ArticleRe: HANA Procedure issue
Hi Krishna and Peter, Talk about being in sync! When you both replied I was actually looking at the document krishna sent. I tried that method just now but I keep getting a syntax error. SELECT...
View ArticleRe: Massive Import from Local Flat Excel Files
Hi Alessandro, I would try to use the import-statement.I don't think that there's any limit, and also the error log which it creates is much more usefull then the errors shown in the import data...
View ArticleRe: Input Parameter popup doesn't show up
Yes the dummy column has to be in the output for the input parameter to instantiate. Please note that the variable and input parameter serves different purposes. For the "WHERE" condition scenario, you...
View ArticleOptimised approach in HANA in a BW Landscape
Hi Folks Could someone share the opinions /ideas on the following scenarios in a typical existing landscape how best we can accommodate HANA I have existing landscape where i have ECC 6.0 ,BW 7.3...
View ArticleXS Scheduled Job stuck in state "RUNNING"
Hello guys,I am running HANA Dev Edition on AWS (Rev. 70). There is a .xsjs file which is called every 5 minutes by the xs job scheduler. However after shutdown on Tuesday and startup on Friday the job...
View Article