Re: Null via SQL case statement not working
Hi Patrick, It seems strange.I know its redundant but normally for the kind of query you were writing we use COALESCE SAP HANA Reference: COALESCE Can you give a try with that and check?...
View Articlemeaning of weekstone in HANA releases?
hi all, I observed that there is a term called weekstone mentioned in SAP Notes. It is mentioned also in the Notes related to the HANA.Even command "<INSTALL DIR>/HAN/HDB00/HDB version" outputs...
View ArticleRe: meaning of weekstone in HANA releases?
I believe its a very SAP only term (similiar to mile stone) where SAP documents the weekly progress and results internally and they have a number for week stone to track the progress weekly..
View ArticleRe: Create local temporary table in procedure
Guys, By the way I am still on rev 68 not rev 70 as most of you are on. I'm trying to build my case for upgrading to 70 here. I've also noticed the procedure editor is not very stable. I'm...
View ArticleRe: HANA HLM fails
Hello, Have you referred to the note that I shared with you earlier? Thanks,Sunny
View ArticleRe: Create local temporary table in procedure
Also I think I have isolated the problem to this line of code; CREATE LOCAL TEMPORARY COLUMN TABLE "#RECEIPTS" ("PO" NVARCHAR(10), "POLINE" NVARCHAR(2), "DATERECV" NVARCHAR(8), "QTYRECV" DECIMAL(13,...
View ArticleRe: Create local temporary table in procedure
Lars, also I used your example (although I seem to have to have declarations section at top - maybe you are using hdbprocedure which I dont seem to have in rev68). Anyway with this code below I get...
View ArticleRe: Sidecar HANA Live with multiple systems?
Thanks for your quick answer, I am a bit lost with the language, I am more on the functional side In the note I find information about compatibility across different HANA Applications (the white...
View ArticleRe: Sidecar HANA Live with multiple systems?
I see.Have a look at note http://service.sap.com/sap/support/notes/1681092If you are talking about a production system, then you cannot have more than one HANA database on one HANA appliance. So, if...
View ArticleRe: Sidecar HANA Live with multiple systems?
Hi again, it would be for testing and building demos for clients, so no production. Our current systems (ECC, SCM) have "classic" databases and we want to be able to show the HANA Live content related...
View ArticleRe: Configuration of SUM
Hi Tomas, Did SAP give any solution to your issue. I have installed HANA SP7 using unified installer. After starting HLM(Hana Life Cycle Manager when i try to check the available products and...
View ArticleRe: SAP HANA with SAP MDM and MDG
Hi Shambhu, 1. SAP MDM use Repository ( Material ,Customer ) structure will be complex with main table tuple , lookup so if you replicated in HANA and Reporting will faster and performance if pulling...
View ArticleCREATE TABLE ... AS SELECT query with placeholders fails
Connecting to SAP HANA via pyodbc, using libodbcHDB32.so driver on 32bit Ubuntu. I'm trying to create a table from a subquery, which has some placeholders: >>> cursor.execute('CREATE TABLE...
View ArticleRe: In memory cube
hmm... how about giving the documentation for BW on HANA a chance?It's free, can be googled/scn searched and sometimes even comes with pictures - Lars
View ArticleRe: CREATE TABLE ... AS SELECT query with placeholders fails
Hi Mihail, from what you write I understand that you want to be able to dynamically define the column or the list of columns that should be used in the create table as select sub-select.Correct?But...
View ArticleRe: Create local temporary table in procedure
Hmm... didn't see your post before,,,Anyhow, I think the error message is simply misleading and for SQLScript temporary column tables are not supported yet. Does it work without the column keyword? - Lars
View ArticleRe: Create local temporary table in procedure
Perhaps. I believe I tried yesterday without the column keyword. Let me try again...
View ArticleRe: Create local temporary table in procedure
Wait actually I used your example which does not have column so yes I tried that. Thus far SAP has said nothing about version, they are going to logon to our system and try for themselves.
View Article