Substitute for "Where current of" in HANA
I am migrating PL/SQL code to HANA procedure. I have a update query with WHERE CURRENT OF c_temp(c_temp is a cursor). When I am running it in HANA, it's trowing the below error.sql syntax error:...
View ArticleSubstitute for "RRMM" of ORACLE in HANA
I want to perform a to_date function on a string e.g 9906 to get the output as 199906. This is possible in Oracle using TO_DATE('9906',''RRMM''). But in HANA I didn't find such option. While using YYMM...
View ArticleRe: Consume HANA Procedure in XSODATA Service
There is no sample for UDF in Graphical Calculation View in XS Advanced/HDI yet because this feature isn't delivered yet. However this feature does work in XS Classic/Repository based Graphical...
View ArticleRe: Consume HANA Procedure in XSODATA Service
Yes, Thomas.I was asking for the classical way.I asked only, because I'm not able to get it activated and hoped to find an example in Shine or somewhere else.I opened up a thread:Using UDF datasource...
View ArticleRe: Consume HANA Procedure in XSODATA Service
Only to get sure, that this is not a general problem on our revision, I tried it also with your mentioned shine udf ("get_employees_by_name_filter"). --> I can say, that this works! I can activate it.
View ArticleCache HANA View
Hello Experts, I had a unique customer question the other day and I am not sure if it can be done or the best approach to take. Any advice would be much appreciated. Background: The customer has built...
View ArticleRe: Substitute for "RRMM" of ORACLE in HANA
YYMM is actually giving the right output now. E.g 4906 will give June 1, 2049 and 5006 as June 1, 1950
View ArticleFacing errors while creating a odata service consuming a calculation view.
HI All. I am pretty new to XS , I am trying to create an ODATA service from a calculation view . But whenever I try to activate the service I get the following error"Missing specification of keys for...
View ArticleSQL statement form HANA cal views
Hi All, is there any way that we can view SQL statement for a cal view (graphical ) in HANA Thanks Krishna
View ArticleRe: Facing errors while creating a odata service consuming a calculation view.
An OData service must have a key specification as a unique URL for each record must be generated. For table sources XSODATA uses the key specification of the table itself as the source of the OData...
View ArticleRe: Cache HANA View
Thanks for that idea Ibrahem, we may end up filtering on month end, so that the new data for the coming month is not displayed in the view.
View ArticleRe: How to split a comma separated String into multiple rows in HANA SQL
Splitting the string by delimiter is not too difficult. The heavy lifting here is with creating new rows from the split strings.For that I don't see an elegant or straight forward way.Maybe some Union...
View ArticleRe: Cache HANA View
Hi Connor,This might not be entirely possible in views. But, you might see if 'History Tables' in HANA suit your needs,When I traveled through time using SAP HANA!! Benedict
View ArticleRe: Cache HANA View
You're confusing cache with snapshots.Your customer wants to see snapshots of data. That can be implemented in different ways - caching is not one of them.History tables would also not be the right...
View ArticleRe: SQL Script
Db name I think was lacking that I rectified.....though...when I combine object type it shows error
View ArticleRe: SQL Script
As long as you are not describing what error message you get, probably no one is able to help you. Information like "management studio", "dynamic syntax" are not really helpful for an analysis. Please...
View ArticleRe: Can't access to SAP HANA Live Browser.
Problem solved, I also needed the sap.hba.explorer.roles::Business role for my user, Thanks.
View ArticleRe: Cache HANA View
Thanks Lars. As you suggested, we may end up having an input/filter to only display the data up to a certain point such as month end. I know most of the data has year/month, but I have to check if all...
View ArticleRe: HANA Live view for table - EINA
This is the answer - "sap.hba.ecc/MaterialProcurementArrangement"
View Article