Syntax error while creating Calculation view script based
Hi Folks, I'm creating Calc view based on script and drafted a simple code but I'm getting syntax error. Its just fetching few coloumns from two tables products and purchaseorderitem. /********* Begin...
View ArticleRe: Syntax error while creating Calculation view script based
Hi Rubane, I don't have EPM installed here but based on this Table User Defined Functions( Table UDF ) in HANA you are not properly defining the source table. In your case missing 1) schema of EPM, 2)...
View ArticleRe: Creating calc view but can't select output fields
You will need two projection from the tool palette. Join each analytical view to each projection and when you click on the projection you should be able to Add require files to output on details panel....
View ArticleRe: Syntax error while creating Calculation view script based
Hi Rubane, Use this Select statement: select P."ProductId" , "Category","NameId", P."Currency", "GrossAmount", "Quantity" FROM "SAP_HANA_EPM_DEMO"."sap.hana.democontent.epm.data::products" AS P ,...
View ArticleRe: Creating calc view but can't select output fields
Click on the Join node and perform the join you require and add the fields you want to have. Regards,Krishna Tangudu
View ArticleRe: HANA DB - Sizing Script as per the note 1514966
Hi Arshad Thanks for the update, Yes we are planning for HANA appliance, Yes the tables area active in the database and i did check. RegardsKishore
View ArticleRe: Auto commit for inserts
Patrick, I am assuming that you are using a loop of some kind to write multiple records using a procedure. Please use commit ("COMMIT;") statement after each insert that you want to commit. Hope this...
View ArticleRe: Syntax Error or missing attribute- on CE function
Hi Rubane,Try as below. I think it will work ,with out errors.(remove "crcy" in your script).ot_purchaseorderitem1 = CE_PROJECTION(:ot_purchaseorderitem,...
View ArticleRe: How can you do time dimensions and non cumulative KFs in HANA, without BW
Good points guys - thanks
View ArticleRe: Syntax Error or missing attribute- on CE function
Hi Basha, I removed but I'm still getting error below,pls see ot_products = CE_COLUMN_TABLE("SAP_HANA_EPM_DEMO"."sap.hana.democontent.epm.data::products", ["ProductId","Category","NameId"] );...
View ArticleRe: Auto commit for inserts
Hi Patrick, You can use the following commands to do it. alter table <Table NAME> disable automerge before the start of the procedure. Procedure ...Exec ('COMMIT');merge delta of <TABLE...
View ArticleRe: Syntax Error or missing attribute- on CE function
Hi Rubane,If you want to change name of the currency , give same name in both the places(projection &var_out)."Currency" as "crcy".2.Please check the data types of currency and Gross amount(check...
View ArticleRe: Syntax Error or missing attribute- on CE function
Thx Basha, I solved this actually I was not following the sequence ,but thx for your help though.
View ArticleRe: Auto commit for inserts
Hi Patrick, Workaround to use COMMIT is using it with EXEC as shown in this blog:SAP HANA: Workaround for using Commit & Rollback in exception handling block of a Stored Procedure Also have a look...
View ArticleRe: Auto commit for inserts
lol sorry I have to laugh at your Lars comment because I too fear of being judged by Lars and perhaps one other person whom I won't name. Thank you for making me smile today. Ok I'm going to look...
View ArticleRe: Inserting values from JAVA application to HANA tables
Please give the full path schemaname.ownername.tablename and try again.
View ArticleRe: Parent-Child Hierarchy in calculation view
Still dealing with the same Problem.Anyone?
View ArticleSap Hana cloudshare links don't work for me-Blank page
Hi Experts, I'm working on SPS06 Hana studio on cloudshare, now while executing data generator on IE, I'm getting blank page.Though Heading of blank page says Hana login at IE bar. Actions I took so...
View ArticleRe: Regarding Business Accelerators on HANA
Thanks Thomas. Are there any known limitations of using Business Accelerators and HANA as secondary DB. Please advise. Thanks.
View ArticleRe: Creating calc view but can't select output fields
Hi Experts, Still waiting for your advice. Thanks
View Article