Re: HANA Studio Vs HANA Client Vs Eclipse ?
Babu, my understanding is that Eclipse (Kepler, Luna) is an open source IDE, ie not supported by SAP, that is used mainly for developing in Java. HANA Studio is a subset of Eclipse libraries that are...
View ArticleCSRF token mismatch when HANA XS requests sent from Mobile app
Hi All, I am facing a problem where in a HANA xsjs call which is protected using CSRF tokens fails from a mobile application. Scenario:Mobile application is built using Cordova and HTML5.Ajax request...
View ArticleRe: It's not easy to download HANA Studio From...
Hi, Vivek, Thank you very much for your answer! The link was good. But it looks like empty now. So is there any other options? Regards, Shu
View ArticleRe: SAP HANA ADMIN
Hi Sai, I need information like is there any Technical module for SAP HANA or SAP HANA Admin only. I am into SAP ABAP baclground and i am not having knowledge on SAP BASIS also if i learn SAP HANA...
View ArticleHow to calculate difference between two Date and Time fields in SAP HANA...
Hi, I need to calculate the difference between Two Date and Time fields using SQL Script in SAP HANA or Information Models ( Views) in SAP HANA Modeling using HANA Modeling Wizard. Suppose i have...
View ArticlePAL(Predictive Analysis Library) and Native Application development in SAP HANA
Hi, I am new to SAP HANA and working on some application development using HANA. I have few question below: Q1. Can we add my own algorithms to PAL(Predictive Analysis Library) ? If yes, where I have...
View ArticleRe: HANA Studio Vs HANA Client Vs Eclipse ?
Hello Safiyu, the second is actually not a Eclipse tool right ? Rather it is the URL for addding the Plugins for the Eclipse Kepler. This is my understanding.Babu Kilari
View ArticleRe: HANA Studio Vs HANA Client Vs Eclipse ?
Hi Babu,Yeah you are right.My bad.. You can download the kepler from that link too. But it takes us to the first link i provided. Didn't Notice that.. Thanks for correcting. Cheers,Safiyu
View ArticleSAP HANA XMLA Interface Problem
Weare currently testingtheXMLAinterface (SAP HANA Developer Guide for SAP HANA Studio - SAP Library).The connection is established, theMDXqueries andrequestsDiscoversomeworkalready. Unfortunately, SAP...
View ArticleRe: Error parsing PLV file
Thanks for your answer Lars, but I think I am using the latest version (Kepler Rel 2 with SAP HANA Studio 2.0.8) since I get the message "No updates found" (menu path Help->Check for Updates). When...
View ArticleRe: Get current date in YYYYMMDD format using functions in Calculated attribute
Found something that works :string(component(now(), 1)) + lpad(string(component(now(), 2)),2,'0') + lpad(string(component(now(), 3)),2,'0') Enjoy!
View ArticleUsing the Import Statement in SQL procedure in SAP HANA
Hello Experts, I am creating a SQL procedure to schedule a job in background. The problem is I want to schedule the data which should be obtained by making using *.ctl file. Further more the *.ctl file...
View ArticleRe: Get current date in YYYYMMDD format using functions in Calculated attribute
Hmm. digging out ancient threads and still bringing up the string mangling stuff...? Why not simply use the built-in function to convert a daydate to the DATS format? dats_from_daydate(now())Cheers,Lars
View ArticleBETWEEN operator in HANA View
Hi I want to use between operator in HANA view, instead of joining condition. For example, I have two tables One of the field in left side table should use between operator , the value from right...
View ArticleRe: Get current date in YYYYMMDD format using functions in Calculated attribute
Thanks for the info Lars. I didn't use that one because it doesn't work in a calculated attribute of the view (see the original question) so I had to go with the string mangling thing. If you have a...
View ArticleRe: Get current date in YYYYMMDD format using functions in Calculated attribute
Hmm... works well for me... What revision are you on and what error message do you get when you try to use it?
View ArticleRe: How do I programmatically access CDS annotations on entities?
They are tables in the Netweaver ABAP stack. So, if you are working on an ABAP stack, you should see them also un database level.
View ArticleRe: Get current date in YYYYMMDD format using functions in Calculated attribute
Just like you when I typed it in, it's fine, the Validate Syntax button says it's fine too...but here is the error message I got when I tried to activate the whole view : Internal deployment of object...
View ArticleError: "Could not get URI template handler" while makeing a BW Query with...
Hi, got a brand new SAP HANA Studio 2.0.8. installation from SAP Softwaredownload,useing the SAP Development Tools for Eclipse / Kepler(tools.hana.ondemand.com/kepler installed properly I guess - no...
View ArticleRe: Get current date in YYYYMMDD format using functions in Calculated attribute
That's quite possible... not sure which rev. includes this dats...-functions.
View Article