Re: Passing Parameters from a Universe to a Scripted View
Hi Steve, By looking your screen shot, you have defined an input parameter with name "REGION" and in Script based calculation view, you are using "inregion" instead of "REGION" in placeholder.If...
View ArticleRe: Create Table - HANA Studio
Hi Rekha, By looking at the error message, it looks like there is a problem in the HANA Studio.Just Restart your HANA studio[File->Restart] and check whether it works. Hope this helps. Best...
View ArticleRe: returning two tables in a function in hana??
Hi Sonchita, As of now,we can only return one Table in a function, two or more tables are not yet supported.You can refer this link [http://help.sap.com/hana/SAP_HANA_SQL_Script_Reference_en.pdf] [Page...
View Articlehdbtable - cannot activate changes if the table is used in an attribute view
Hello, I have an hdbtable file in my project that has a typo in a column name. The current active version is available and has been used in an attribute view. The attribute view is also defined in my...
View ArticleRe: hdbtable - cannot activate changes if the table is used in an attribute view
I found a work-around or technique to activate the hdbtable file. If the table is used in a view and the changed fields are in the output/semantics layer, the activation will fail. You can take the...
View Articleinserting record in hana DB
Hi All, I want to insert a record in Hana DB , but the record which I am sending from my handheld device (say android phone) . I have searched for it but I could find sample for inserting from browser...
View Articlehow to upgrade SAP HANA on cloudshare
Hi all Currently am on SP6 of HANA on cloudshare. How to I upgrade it to the latest version. I tried using the Check for updates but am getting the following error as in the attached file. Please guide...
View ArticleRe: inserting record in hana DB
Here is a link to the HANA developer guide: http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdf It explains how to configure Server-Side JavaScript and OData for insert into the HANA DB. It is...
View ArticleRe: When will Hana Studio support Apple OSX (10.9) and Java 7?
Hopefully SP8 In the meantime upgrade to SP7 and follow this guide: http://scn.sap.com/docs/DOC-50386 The SP7 version doesn't use regi so works much better. John
View ArticleRe: SAP HANA Developer Edition v1.0 on AWS runs out of memory regularly
This needs a blog, but for now: - Upgrade your HANA revision. Rev.70 seems more frugal on memory- If you run Rev.70 then migrate the statistics server, it will use less RAM- Never use the row store,...
View ArticleRe: Concatenate Data in One column
Use a generated always statement. GENERATED ALWAY AS concat(A,B)
View ArticleRe: When will Hana Studio support Apple OSX (10.9) and Java 7?
John, Thanks for your answer. How do I know which SP I'm using? I believe I'm using the latest Hana OSX version, but I'm not sure. It/Hana says version 1.50.0 on Mac in contrast to Windows, where it...
View ArticleRe: SAP HANA Developer Edition v1.0 on AWS runs out of memory regularly
Thanks! Surprisingly since I switched to a Win 7 Hana Studio I have no problems anymore...concerning memory...only when I used the OSX Hana version. Cheers Olli
View ArticleError occured when using default modifier in CDS
Dear Experts, when I created a simple CDS document with default modifier in HANA SP6, I always got failure.The error message say "Unexpected token"default" at line x,column x". My CDS document is...
View ArticleRe: returning two tables in a function in hana??
Hi Vaibhav, Reg. DB procedure can you please elaborate on using one more table type as output? Regards,Viren
View ArticleRe: SAP HANA Developer Edition v1.0 on AWS runs out of memory regularly
That's very weird. I haven't used the OSX version for Modeling because the current version is broken. If you have been then maybe that's your problem. Otherwise what you're saying doesn't make any...
View ArticleRe: When will Hana Studio support Apple OSX (10.9) and Java 7?
The latest developer version is Build 201310170836 which is what you have. That's actually Rev.68, despite it saying Rev.50. Yes agreed, the modeling part is not quite working on the Rev.68 version of...
View ArticleRe: Concatenate Data in One column
You are drip feeding me information... so you have a scenario with ERP replicated to HANA via SLT. You want a view exposed to SAP BO which has the first row of the table. In addition you want one...
View ArticleRe: BLOB insert into HANA Problem
It's displaying your image as stored, in hex format. Presumably it's your image data which is wrong - the BLOB is just a binary object, it has no intelligence to the format. You may find that it is...
View Article