Failure in first tutorial from developer guide, a little help for a novice?
In SAP HANA Developers Guide, following the first tutorial,installed eclipse Luna, installed HANA Studio, added HANA system, added Repository Workspace,now... FAIL wheni try to Add an Application...
View Articleerror when opening catalog folder
I'm getting an error when I try to open the Catalog folder with my Monsoon (AWS) system. I'm able to open the catalog on other instances, i.e. my team's development instance, but this one gives error:...
View ArticleReal-time sentiment rating of movies on SAP HANA (part 5) - OData services...
IntroHi everyone, welcome to the movie world again. In the previous blog post, we've used SAP HANA Info Access to build our smart app on desktop. With the simplicity of Info Access Dev Toolkit and its...
View Articlereset_by on hdbsequence artifact
I use sequences to generate keys for my tables. I am trying to use the reset_by clause in my hdbsequence file. It is my understanding that if you use the reset_by clause, it will reset the sequence...
View ArticleContent object error
Hello All, I recently upgraded frontend to Eclipse Luna 1. After the upgrade I can not see Content objects(views, database procedures) in the SYSTEMS view. (in modeler and administrator perspective)...
View ArticleConnecting JS and HANA Tables
Hi ExpertsI have written a HTML-Javascript code that return LinkedIN Profile details in JSON format.Now i want to add those data into my table. Should i convert them into XSJS type if so can you guide...
View ArticleHANA Instr function to check for numbers?
Hi, I am trying to create a calculated column to check the validity of another field for the presence of numbers in the string. For example Partner Tel_number Valid 1 1flowers...
View ArticleHEX String to INTEGER conversion
Hi, I would like to convert a hex string representation to the corresponding INTEGER value. I've tried: select cast(hextobin('A') as int) from dummy;which yields: Could not execute 'select...
View Articlecant see variables in hana stored procedures debug mode
Hi we cant see the variables while debugging the hana stored procedurescould any one let us know if we miss anything here thanks
View ArticleSAP HANA - Adding partitions through dynamic SQL does not work
Hello Experts, I am trying to range partition TARGET_TABLE based on values in my PARTITION_MAP table. I have written a HANA procedure for the same. ALTERTABLE MY_SCHEMA.TARGET_TABLE PARTITIONBY RANGE...
View ArticleSAP HANA Client download troubles
Hello All, I tried to download the "SAP HANA Client" Windows 32-bit from http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/webcontent/uuid/402aa158-6a7a-2f10-0195-f43595f6fe5f but it keeps throwing...
View Articlecannot get the data provider outline
I was trying to create a analytical view in SAP HANA with the help of following guide. https://images.experiencesaphana.com/modeling-data/working-hana-modeller/creating-analytic-views/ I could not open...
View ArticleSql update issue with single quotes in the middle.
Hi Guys , I have this code for updating data into the Link column. UPDATE "PROCESS_FULL"."MATERIAL_EVENT_COPY"SET LINK ='/CLIENT_DEPLOYMENT_COPY/$format=json&$filter=DOC_CATEGORY eq...
View ArticleSession id issue and solution for public applications on HANA
HANA is all-sufficient as a platform. It has everything out of the box to develop applications - DB, XS Engine, SAPUI5.Even if HANA mostly considered for enterprise application's development it is also...
View ArticleFetching data from real hana tables using XSJS.
Hi Guys, I have this code of creation of Hana XS Application. $.response.contentType = "text/html";var output = "Hello, " + $.session.getUsername() + " <br><br>";var conn =...
View ArticleHow to change the connection information of a crystalreport configured...
Hi, We have a crystalreport in which datasource is connected to HANA ODBC, we have 3 schemas and each contain table named OCPR.Report is configured agianst OCPR in the 3rd schema, but when the report...
View ArticleFloating Element(s) [Projection_2_1] found in this Calculation Scenario.
When i validate the calculation graphical view the error is popping out """Floating Element(s) [Projection_2_1] found in this Calculation Scenario.""""" The project_2_1 is attribute view.
View ArticleData Modeling
Hi All, While creating attribute/calculation view, I am facing difficulty in applying multiple filter on the same column for example: where a <> 'Y' or a is Null . How should I apply the same...
View ArticleHANA sizing in real world
As we all know that SAP HANA consumes memory during runtime of report depending on a) modeling is done in HANA (again Gui,SQL Procedures) , BW (7.3 Vs .4), or mixed (both native + BW) b) depending on...
View Article