Re: Error when trying to preview data in Analytical View
Hi, I think we found the issue. Issue is that the column we are using in the join condition is not from the Central Entity table. As long as I change the central entity table to the one we are...
View ArticleRe: Not able to open sap hana studio
Rename the .metadata directory under hdbstudio and try again.
View ArticleRe: Filtering of UI5 Table is not working appropriately with oData binding
Hello FabianI am facing same issue.have you any solutions for this , please!thank you
View Articlestatisticsserver is runnning out of memory .
Hi expert, I face the problem that atisticsserver on my HANA is runnning out of memory.I don't know what is cause .And I don't know how to solve this problem . Please tell me what is cause and how to...
View ArticleRegarding an upgrade to SAP HANA SP07 from Oracle DB
Hi Expert... Currently we are using SAP ECC 6.0 EHP 5 and SAP SRM 7.0 EHP 2 with ORACLE database... We have a plan of moving to SAP HANA SP07. So before moving to SAP HANA SP07, do we need to upgrade...
View ArticleDoes SAP HANA on SAP SRM support Application Controlled Worflow...
Hi Expert... Currently we are in SAP SRM 7.0 EHP2 & ECC 6.0 EHP6. Still we are using Application Controlled Workflow for Purchasing Documents in SRM. We have a plan of upgrading our Database from...
View ArticleSelecting Top n Rows for distinct column values in HANA SQL editor
Hi All, My requirement is I need to select top n values for every distinct column value. Suppose table contains three fields - Customer_Name , Region , Sales I need top 5 Customers for every distinct...
View ArticleStarting with BW today or not
Should we start with BW Implementation next year, since we want to change to SAP ERP on HANA in 2 - 3 years.Or should we create a DWH with DataService in MS-SQL/IQ and change the Target later to HANA-DB?
View ArticleRe: Low performance of count(distinct) in SAP HANA
Justin,Thank you for your reply.Now we have SAP HANA 70 revision.SELECT COUNT(CARDNUMBER),SHOPNAMEFROM ( SELECT COUNT(*) AS "Quantity" ,O.CARDNUMBER ,O.SHOPNAME FROM OLAPFACTS O INNER JOIN...
View ArticleVarious ways to create procedures
Hi folks, OPTION1: I'm working on a procedure and I'm doing it via CREATE PROCEDURE syntax using SQL editor. When I do it this way my procedure is saved under my schema. However if I want to make...
View ArticleRe: Various ways to create procedures
You really shouldn't use the procedure editor you describe in option two via the content folder. It has since been replaced by a new editor for procedures via projects. You create a .procedure file (or...
View ArticleRe: Various ways to create procedures
Hi Thomas, That's interesting, you would think the second option would be hidden. So if I do it this new way via projects as you suggest will I be able to consume the procedure using a calculation...
View ArticleRe: Is it possible to manipulate table variables in calc view
Thanks Fernando. You have led me down the path I was searching for. -Patrick
View ArticleRe: Various ways to create procedures
>you would think the second option would be hiddenFor backwards compatibility reasons it hasn't been hidden yet but probably will in the near future. We want to give everyone a few SPs to switch...
View ArticleRe: Various ways to create procedures
Ok thanks again Thomas. Will close this thread shortly. -Patrick
View ArticleRe: Various ways to create procedures
Thomas, I created a project and then a SQLScript Procedure inside the project and I really like this editor since it has the syntax checker and colors etc. But strangely I get message NO CONNECTION TO...
View ArticleRe: Various ways to create procedures
Did you share the project to the repository? That's the only reason it would show that. By sharing the project you make the connect to the database automatically.
View ArticleRe: Integrating Python and River - CSRF problems
Yes absolutely. I like to load the CSV files using python though it is much slower. I like it because it ensures referential integrity, and you can nest entities inside each other to create complex...
View ArticleRe: River tutorial code works on cloud but not on premise?
I pinged the dev team and asked them to take a look.
View Article