Re: How to adjust attribute view in analytic view
Hi Victor,Please try this: In the Analytic View, go click on the attribute view and then you should see on the right hand side, the "Division1" is marked as red. If you right click it, there should be...
View ArticleRe: Increment Value in FOR Loop in sap hana
Thank you so much !! I am able to get what I want (slightly modifying your code snippet) Thanks,Sree
View ArticleRe: Create Table on View in SAP HANA
Hi Rajesh, You need to use only physical tables in the data-foundation of Attribute/Analytic views. You may use the view you have created in a calculation vew if required. RegardsAjay
View ArticleSQL syntax for deleting in TMPTAB based on DBTAB
In a stored procedure I have table DBTAB and an internal temporary table #TMPTAB containing the following: DBTABProduct (key)Other Release DatePROD1...01102014PROD2...NULLPROD3...NULL #TMPTABProduct...
View ArticleRe: How to adjust attribute view in analytic view
ok. Please attach a screen-print of the attribute and analytic views. I am assuming you are trying to get the two views back in sync (like how it was earlier), right?
View ArticleRe: SQL syntax for deleting in TMPTAB based on DBTAB
You may try this DELETE FROM "TMPTAB" WHERE "Product (key)" IN(SELECT A."Product (key)" FROM "TMPTAB" A inner join "DBTAB" B ON B."Release Date" IS NOT NULL AND TO_DATE(A."Date (key)",'DDMMYYYY') <...
View ArticleRe: Convert Graphical view to Script view ?
No. there is no direct way to export a graphical view to a Script view. You would have to manually re-construct the logic using CE functions. CE_PROJECTION - for a projection node,CE_UNION_ALL - for a...
View ArticleRe: SAP Certified Application Associate - SAP HANA 1.0 (C_HANAIMP_10 )
Thanks Rao, For those interested in the C_HANASUP_1 exam, I just posted a blog on how to get certified SAP Certified Support Associate: SAP HANA - by the SAP HANA Academy Success! Regards,DenysSAP HANA...
View ArticleRe: BPC 10.0 migration to BW 7.4 on HANA
Hello Ron, it would be great to hear how are you progressing on your migration! Thank you for the update
View Articlecan we create DTP and load the target using virtualprovider in sap bw 7.4
Hi experts, i have created calculation view in sap hana and used that view using virtualprovider in sap bw 7.4 later i created multiprovider on top of virtualprovider and loaded that view in bw target...
View ArticleRe: Convert Graphical view to Script view ?
Hi Dzianis, This is a very interesting statement from you. I was just wondering if you can elaborate at all on your specific example(s)? Thanks,-Patrick
View ArticleRe: Variable based on Current Date in HANA View
Try using ADDDAYS function yet use a negative number in the expression of your variable; something like this; adddays(date(now()), -45) -Patrick
View ArticleRe: SQL syntax for deleting in TMPTAB based on DBTAB
Thanks for that It looks like the right thing, but I get a syntax error: You have an idea what it could be? FYI: this is an implementation of an AMDP from the PAK (planning) where the empty method is...
View ArticleRe: Convert Graphical view to Script view ?
Hi Dzianis, There's no convertion to or from Script view. As you started with a Graphical view better you understand the points which is "failing" with planViz and do the needful. On rev74 a graph...
View ArticleRe: SAP HANA: Is Full Outer Join not supported through Graphical models?
Hello Krishna, I also got such problems and I got information from development support that:Currently in modeler, we do not support Full Outer join for graphical based calculation views.For your...
View ArticleRe: Variable based on Current Date in HANA View
Hi Patrick, It should be input parameter + apply filter, no?Variable need special client to process the variable and "send it back" on where clause. Regards, Fernando Da Rós
View ArticleRe: How to trigger alert 65 runtime of the log backups currently running?
Hi Geo, Usually I don't want a alert poping ;-)Do you have a system production, maybe, with this and you want to reproduce it in DEV landscape? The alert just say that there's a backup running and not...
View ArticleRe: Weird Entries in Saphana.com
Hi Sarhan yesterdays SPAM had been removed after your report, but apparently the SPAM bots are working a tad too well... The team is looking into it. Thanks again for pointing it out. - Lars
View ArticleRe: Weird Entries in Saphana.com
Thanks Lars for your involment, I think saphana.com should be managed, moderated and guarded like scn, otherwise I am afraid those spammers will not stop
View ArticleRe: Two systems, BW on HANA & HANA native (Appliance).
Dear Experts , Any Update on my Question?
View Article