Re: Invalid column Index error - While consuming Calculation view via Native SQL
Hi Suma,in addition to Fernando's proposal, can you please check, where exactly the issue occurs? I guess the call of "next_package" fails, right? In case yes, the question is if the usage of...
View ArticleRe: Error creating External view on HANA Live model in CRM
Hi Peter, as I have just seen, you have already opened a ticket. This is in process and will most probably fix the issue. Cheers Jens
View ArticleRe: Creating external view for Calculation Query View
Hi Tim, if you have a SAP Netweaver ABAP SP2, SP3 or SP4 please use SAP Note 1837708. If you have a newer release -> A ticket is already in process. I will update as soon as we know more. Cheers Jens
View ArticleRe: Error creating External view on HANA Live model in CRM
Hi Jens, yeah created a ticket there earlier so will see how it goes, thanks.
View ArticleRe: Creating external view for Calculation Query View
Hi Tim,SAP note 1932922 will help to solve the issue.Cheers, Jasmin
View ArticleRe: Creating external view for Calculation Query View
Hello,This notes helps in a way that we are receiving different error messages now.Do you have any advice regarding this issue? Thanks!
View ArticleRe: Error creating External view on HANA Live model in CRM
Please check SAP note 1932922, it will help to solve the issue.
View ArticleRe: Error creating External view on HANA Live model in CRM
Thanks Tim, just got same advice in my ticket. This has solved the problem. Thanks All.
View ArticleRe: Invalid column Index error - While consuming Calculation view via Native SQL
Hi Jasmin,Use of SEPMAPPS_CLSDINV was the issue, have declared an internal table of type external view created for the calculation view that I created earlier, it worked now.Thanks,Suma
View ArticleRe: Creating external view for Calculation Query View
Hi Tim,on that issue I don't have good news and even worse not a good advice.The issue is, that the ABAP Dictionary does not support a type mapping for the non-unicode type VARCHAR but only for the...
View ArticleRe: Call HANA Procedure via AMDP
I am getting a Z_SP_TEST is unknown error.Should i include anything at the beggining like a prefix ? mybe call :Z_SP_TEST like that ?Because on SQL i can run via call Z_SP_TEST but on AMDP i get error...
View ArticleRe: Call HANA Procedure via AMDP
You have to use the full path of the location of the procedure - it is probably not in the SAP<SID> schema. And also using quotes will help:e.g.call...
View ArticleRe: Call HANA Procedure via AMDP
If i drag from the CATALOG direcity (under SAP<SID> ) it creates like this;CALL "SAPUHP"."Z_SP_TEST" but system gives error "you can not set default schema SAPUHP excplicitily for this...
View ArticleRe: Call HANA Procedure via AMDP
Just use the statement as the "drag and drop" generates, add the required paramters and end the line with a semicolon. Do not add the schema name to the using clause. After that it should work.
View ArticleRe: Call HANA Procedure via AMDP
trying all posibilities i will update my ADT and try again.
View ArticleRe: Call HANA Procedure via AMDP
ahaaaaaaaaabrooooooooyeai moved my procedure from SAP<SID> to SYS_BIC content now looks working i tested also saw the result. thank you.have a nice weekend with bottles of champagne and whisky
View ArticleRe: is internal table processing faster in AMDP?
In ABAP you can't use select statement to an internal table. Which means many alternate operations can be done on HANA side easily. May be you can split data into different table's based on logic and...
View ArticleMultiplying two columns by CE functions
Hi all,I want to compare performance results between SQL script and CE functions.I have 2 tables joined and i am multiplying 2 columns by using subquery. Tables are like that; TABLE: SALESMATERIALID...
View ArticleRe: Multiplying two columns by CE functions
Hi Bilen,we're more focussed on the ABAP on HANA topics here. You might get a larger audience of SQLScript experts in SAP HANA and In-Memory Computing.Cheers, Jasmin
View ArticleRe: Multiplying two columns by CE functions
actually i couldn't get reply for 2 days there so i moved topic here(here looks more dynamic) eheheh. May be not possible i am also checking.Thank you.
View Article