Re: HCI integration with SAP ERP backend system
Not sure why i didn't work for you... same thing worked for me ..i.e. added local codes with corresponding source and target value.. Have you selected the correct codelist group as per the one set in...
View ArticleError occurred in Multipolygon st_intersection() function
Hi, We are using HANA 08, and using Spatial Reference, trying to calculate intersection of 3 polygons(BLACK part in diagram). For this, we use multipolygon, as shown below query and it's graphical...
View ArticleHow to implement a for loop over a table type in HANA?
Hello, I am developing a procedure in HANA where I am Selecting some values from a table into a table type, and then I will use those values to refine my search. For example, here is my code so far:...
View ArticleRe: doubt regarding undo data
Well, the book is currently in the press - so we're busy with other stuff again... - Lars
View ArticleRe: Error when opening Administrator console
Providing the "CATALOG READ" privilege should fix this.- Lars
View ArticleForeign Keys in HDBDD files
Hi, I am trying to create a data model using HDBDD. I am trying to incorporate foreign keys where the referencing table should not allow an entry if the foreign key is not present in the referenced...
View ArticleRe: HANA DB Patching
Dear Lars,In an active / passive database setup. Can I run a rolling database patching? Patch the passive node, switch from active to passive node and then patch the second node?Regards,Alexander
View ArticleHow to iteratively filter a table in HANA?
Hello, I am working on a HANA application for doing some dynamic selects. I have a small problem that I do not know how to solve. I have a table, for example:Table Entries = [id, Name, FirstName,...
View ArticleRe: HANA DB Patching
However Near Zero downtime Upgrade can be done using System Replication
View ArticleRe: HANA DB Patching
Nope - the standby node works with the same piece of software - so there is no rolling upgrade.- Lars
View ArticleRe: How to iteratively filter a table in HANA?
Sorry but all this seems overly complicated and a sure receipt for slowness... Alternatively you could select the different constraints into sub-sets and apply them to your base table e.g. via IN/NOT...
View ArticleRe: How to iteratively filter a table in HANA?
Thank you Lars. Actually, I was looking for something exactly like APPLY_FILTER. Cheers!
View ArticleRe: How to iteratively filter a table in HANA?
I have another question though! Could you please tell me if it is possible to apply this function iteratively? I mean something like:lv_constraint = '';BEGIN DECLARE CURSOR c FOR SELECT "CName",...
View ArticleRe: XML support for HANA SQLScript?
Seeing that you're an SAP employee... you do realize that there are a bunch of SAP internal communities that you could use to gain information on product strategy, features etc.?
View ArticleInput parameter of Analytic view in Calculation View
Hello Folks,I have created an analytic view with some input parameters and using this view in a calculation view.when i am checking Data Preview of Calculation view , it is not asking for any input...
View ArticleRe: Input parameter of Analytic view in Calculation View
Hi, Did you check parameter mapping. Are the input parameters properly mapped from the AV in the CV. Do you have any default values. Are the parameters mandatory. Please provide some more information...
View ArticleOrder of execution for various Nodes in HANA Views
Hello Folks, I have created some analytic and calculation views. I would like to know order of execution of various nodes inside them such as Logical Join, Data Foundation, Semantics for Analytic views.
View ArticleRe: Input parameter of Analytic view in Calculation View
Hello Ravindra, Here is scenario : AV : AV_1 w/o parameters AV : AV_2 w/ required parameters when i join the both them into CV_1 , I am unable to see input parameter mapping. Could you tell me...
View ArticleRe: Order of execution for various Nodes in HANA Views
That's actually easy to find out - use PlanViz - Lars
View Article