HANA live view
Hi Experts, Any answer why SAP HANA live is build completely on Calculation views ( even for master data ). Does it recommends us to use CV in our modeling as well. Thanks & Regards,Siva A
View ArticleRe: SAP HANA Lifecycle Manager Error (SPS08 - LCM)
Hi Alston, I'm sorry for the late reply. Are you still experiencing this error? I've seen this issue before with another customer and the final resolution was to make sure the /etc/hosts file does not...
View ArticleRe: Table Type as OutPut Parameter
Because that's how the syntax for CALL is defined.It's pretty straight foward.The type is defined in your procedure and the SQL Console in SAP HANA figures out the return structure after the CALL...
View ArticleSAP HANA XS batch insert with SYSUUID
Ha folks! I have come across strange behavior of hana xs engine while writing some batch inserts using prepared command that includes calling of "sysuuid"So, for example I have some table like create...
View ArticleRe: HANA live view
Thanks John for your response. Could you please elaborate more in detail of this sentence. If your model is syntactically sane then they will all perform the same in SPS09. Is there something big...
View ArticleRe: Unable to validate SUM for HANA version
Hello Ravindar,I am also getting the same error while installing SP05. Can you please let me know the solution of this, if you got it?my id saurabh.vai19@gmail.com Thanks In advance.Saurabh
View ArticleRe: Backup for the DR site
I don't believe there is a current way to do this. It is possible they may feature this in a new release. This question was asked a while back in SPS06 days:Can a HANA DR Standby system be used as a...
View ArticleXSoData Post error treatment
Hi All, I'm trying to bulk post to an OData service and for some reason, the posting is failling. I know that in the http return, I already have a description regarding the error message, but is...
View ArticleRe: HANA PAL Executing error
Hi All, I'm getting the same error : "dberror(CallableStatement.execute): 2048 - column store error: search table error: [2620] executor: plan operation failed;Can not insert data from temp table into...
View ArticleSQL Syntax Question:
I am pretty new to HANA and SQL and confronted with a problem that I am not sure how to solve. In an SQL-procedure (Procedure A) there is an IN parameter 'inTabA' and an OUT parameter 'outTabA'....
View ArticleRe: Inserting Multiple Rows of Data With One Insert
Ah, then I misunderstood your comment downthread. I considered the statement above to be a single SQL command, which may be wrong from a referential point of view. I am not too experienced in SQL...
View ArticleRe: SQL Syntax Question:
Thanx for this but what is a "UDF" and what does "wrap the call into the UDF" mean? Please note I MUST use the discount procedure (Procdure B) since it is a central, tested and approved functionality.
View ArticleRe: SQL Syntax Question:
UDF = user defined function. And as I wrote, you could use the procedure by calling it in the function. - Lars
View ArticleRe: SQL Syntax Question:
I assume using a UDF is feasible, but also there I will be confronted with the same issue: - receiving the data in the UDF in an internal table (containing Product, Customer, Sales) - needing to call...
View ArticleRe: SQL Syntax Question:
I don't agree that you need a loop contruct.Just hand over the table. create type tt_prd_cst_dscnt as table (customer_id int, product_id int, sales_amt integer, discount int);drop procedure...
View ArticleRe: HANA live view
No, the changes happened in SPS07 and SPS08. They did a lot of optimizations of calc views because of HANA Live. As a result, if you build a model different ways, you should find they all perform the...
View ArticleRe: SQL Syntax Question:
Thanks but this does not seem right for the case I am facing. The procedure declaration is missing 'inTabA' and 'outTabA', where 'inTabA' contains the data to be processed and 'outTabA' the results....
View ArticleRe: HANA PAL Executing error
Hi Bhupender , Please find below syntax : Executed from Studio successfully - CREATE LOCAL TEMPORARY COLUMN TABLE #CONTROL ("NAME" VARCHAR(50), "INTARGS" INTEGER, "DOUBLEARGS" DOUBLE, "STRINGARGS"...
View Article