Re: Not able to data preview HANA Live view nodes
Hi Michael, Raised the incident with SAP. 192959 / 2016Thanks,Gaurav
View ArticleRe: SAP HANA SPS 12: SHINE install
You can install it into any space you want. I generally install SHINE into the SAP space but then import the sources to play around with in my DEV space.
View ArticleRe: SAP HANA restrict columns with variable
Hi,yes it is possible, you can create for a certain column1 an input parameter IP_1. Please do search on Input parameters BRKairat
View ArticleRe: EXEC and EXECUTE IMMEDIATE in HANA
hi Ebinezar, did you try the variable name with the same case.,.. since you declared it with small letters, then you should use it with small letters .. v_matnr in both declaration and also in the...
View Articlevariable from Calc. view (SQL) -to- Calc. view (graphical)
Hi everyone, in my Calc view (SQL), I have created a variable 'VAR_MONTH' in 'Semantics' on Attribute: 'MONTH', and selection type: Interval. The reason to have interval is to make selection 'from...
View ArticleRe: Install random NPMs
I think we missed all this steps and even more the certificate seems to be necessary. Does it mean we have to install the whole xs install the DI CORE incl. the mtaext again?...
View ArticleRe: Install random NPMs
The individual parameters can be changed via xs set-env; but if you missed them all the easiest solution might be to reinstall instead.
View ArticleADD_WORKDAYS() not working - cannot be converted to CS expression
Similar to these 2 posts for WORKDAYS_BETWEEN():- http://scn.sap.com/thread/3921319http://scn.sap.com/thread/3919077 I find that the ADD_WORKDAYS() function is not working in the Calculated Column...
View ArticleRe: XS OData enabling CORS issue
Hey, sorry Thomas for answering you double. But as I can see, you already faced this issue years ago here: Problem in enabling CORS with Hana SPS6 Do I have to contain any information about CORS in my...
View ArticleRe: XS OData enabling CORS issue
No that is old information from the SPS 6 - 8 releases. Since SPS 09, the XS Admin tool overrides the .xsaccess and we support authentication via CORS as well.
View ArticleRe: XS OData enabling CORS issue
Ok, but what kind of configuration must I make on the xs admin tools CORS page (picture) to achieve the "Access-Control-Allow-Originheader" in postman? The Exposed Header section seems to have a bug,...
View ArticleRe: ADD_WORKDAYS() not working - cannot be converted to CS expression
Looks like a bug in the conversion routine to me.As the check is implemented on the SAP HANA server, there's nothing in SAP HANA Studio to change that. I suggest open a support incident for this, if...
View ArticleRe: Delete in HANA Stored procedure temporary table
Hello Gokul, SQLScript does not support a DELETE for "internal" tables. It is just supported for catalog/repository tables. A way you can simulate the delete in your situation is to do an additional...
View ArticleRe: EXEC and EXECUTE IMMEDIATE in HANA
Hello Ebinezar, there are several issues in your procedure which avoids the creation of your procedure:v_matnr has to be declared by the "declare" statementin case the v_matnr is a string (which it is,...
View ArticleAre numericals accepted as Package names in HANA Studio ?
Hello HANA Modelling Experts, I wanted to know if the numericals are accepted as package names ? I remember Thomas Jung creating a package name with 00 in one of the openSAP courses in the past. I...
View ArticleRe: Are numericals accepted as Package names in HANA Studio ?
Try putting quotes around the 00 like namespace workshop.sessiona."00".models;You must be looking at an old version of the openSAP course because I started using g## as the package to avoid just such...
View ArticleRe: SAP HANA SPS 12: ETL Access to HDI Container: Not authorized
No, the task is outside of the container and this task works also outside of the containers. I saw that access_role has this EXECUTE privilege and this is why it works with it. I'm glad that it worked...
View ArticleRe: Are numericals accepted as Package names in HANA Studio ?
Thank you Thomas. That worked. Looks bit tricky. Yes - I was following the old course and I realized that there are two more updates ones. Interesting. Where can I find the latest documentation about...
View ArticleRe: Are numericals accepted as Package names in HANA Studio ?
We always update all the exercises when we do a new course. So although you might want to watch the videos from all the courses, you really only need to do the exercises from the...
View ArticleUnable to execute the SQL Procedure from SQL Console
Hello HANA Experts,I am facing the following error with my SQL Script when I tried executing the same from SQL console. CALL...
View Article