Re: IMDSO Mechnisam ( Compare to Standard DSO in BW )
HI Nagender , See Krishna Tangudu excellent blog on IMDSOhttp://scn.sap.com/community/hana-in-memory/blog/2012/01/05/bw-on-hana-working-of-in-memory-dso For more see BW help (IMDSO...
View ArticleRe: Can a table become corrupt?
Lars when I hardcode the MANDT in the where clause, just like your example my join is indeed working.
View ArticleRe: Can a table become corrupt?
, I think this behavior needs explanation from Lars. I am sure he knows something that we don't know. Why did the join NOT work with just equi join condition and why did it work when the MANDT column...
View ArticleRe: Currency conversion in SAP HANA.
Thanks Ravindra for your reply.... In my scenario I am trying to convert the currecy from GBP to USD for my sample sales data. Here I am fine till creating the attribute view with my data tables. When...
View ArticleRe: Currency conversion in SAP HANA.
Hi Vijay, In the earlier replies of this thread there is a link to the document by Neha on how to perform Currency Conversion....
View ArticleRe: Can a table become corrupt?
Execution plan against BSEG Execution plan against BSEGCOPY
View ArticleRe: Can a table become corrupt?
Hi Patrick, I think the visual plan will help more in this context. It will provide more details. Regards, Ravi
View ArticleRe: Query on multiple choice questions in HANA Associate Certification
Hello Raj, I happened to clear my C_HANAIMP_1 certification exam.Thanks for your tips & your kind help. Regards,Rajesh
View ArticleUsing CE_JOIN with two join fields?
Hi,I am trying to join two tables using the CE_JOIN function. The SQL statement looks like this:AIRPORT_LOC = Select a."MANDANT", a."AIRPORT", a."MASTERCITY", b."NAME", a."COUNTRY", b."TIME_ZONE"...
View ArticleRe: Issue while creating a scripted calculation view
Hi Vivek, What error are you getting. Is it also related to java error as mentioned in the thread ? Can you please provide some details on your error. Regards, Ravi
View ArticleRe: Using CE_JOIN with two join fields?
hi Ravi,I used the code that you gave me with minor modifications, t_scitairp = CE_COLUMN_TABLE("SFLIGHT"."SCITAIRP", ["MANDANT", "AIRPORT", "MASTERCITY", "COUNTRY"]);tp_scitairp =...
View Articlehow to find out if table is locked in HANA
Hello Experts how to find out the if the table is locked in HANA and let's say once we find out table is locked,how to unlock the table so my ETL jobs doesn't fail. Thanks,Nis
View ArticleRe: how to find out if table is locked in HANA
Hi Nishith, Please check the view M_TABLE_LOCKS for the table level lock details. http://help.sap.com/hana/html/_m__t_a_b_l_e__l_o_c_k_s.html The locks are released once the transaction is completed....
View ArticleRe: Using CE_JOIN with two join fields?
Hi Benedict, For some reason, you need to put the filter condition value in TWO single quotes as shown in my code. '"AIRPORT" = '':airport_code''' Regards, Ravi
View ArticleRe: how to find out if table is locked in HANA
Thanks Ravi. How do I manually release the lock from table?
View ArticleRe: how to find out if table is locked in HANA
Hi Nithish, Please refer to another thread on the same topic here. There is a workaround provided in that. http://scn.sap.com/thread/2107614 Regards, Ravi
View ArticleRe: Using CE_JOIN with two join fields?
I tried doing that too, but I get the following error:Description Resource Path Location TypeRepository: Internal error during statement execution, please see the database error traces for additional...
View ArticleRe: Using CE_JOIN with two join fields?
Hi Benedict, Can you please post your complete code and also the table structures. I'll try to create the tables and procedure on my system. Regards, Ravi
View ArticleRe: Using CE_JOIN with two join fields?
Hi Ravi,Thanks for the efforts you are taking. I am using the SFLIGHT tables. Here's my code: CREATE PROCEDURE SFLIGHT_PROCEDURE_CE_W3U3 ( in AIRPORT_CODE nVARCHAR(3), out AIRPORT_LOC tt_AIRPORT_LOC...
View ArticleRe: Using CE_JOIN with two join fields?
Hi Venkat,Thats true if we have to import and work on the delivery units provided by openSAP. I am just trying to use the same code for my SFLIGHT tables. Like I said, activating the procedure is not a...
View Article