hana developer edition AWS link does not work anymore
I want to re-create an AWS HANA instance from this link http://scn.sap.com/docs/DOC-31722 the AWS sign-up orange button does not work anymore, I got a blank page ?? thanks Alex
View ArticleJavascript/HTML cache while developing an XS application
Hi, I am developing a sample HTML5 based application on XS engine that connects to HANA database and gets data in an odata format. First time when I try to deploy the application , it is fine, but...
View ArticleSAP HANA STUDIO Not Responding
Hi All, Good Day!! Recently I have updated SAP HANA instance from SPS5 Revision 52 to SPS6 Revision 60. I have updated SAP HANA Studio as well to SPS6 revision 60. When I try to go to Modeler...
View ArticleHow to perform CRUD operations using oData services on HANA XS environment?
Hello, During the recent months I have started working on the HANA Extended Application Service environment. I have gone through some of very good post from Jens and Thomas explaining on oData...
View ArticleProblem updating table using XSJS
Hello, I'm trying to update a table using xsjs using the following code: var query = 'UPDATE "ABC"."TABLENAME" SET SOMEFIELD = ?'; var pstmt = conn.prepareStatement(query); pstmt.setString(1, 'test');...
View ArticleUnable to set Break-points in SQL Script Procedure
Hi Experts We are using ECC on HANA SP00 and our HANA DB version is SPS06 . I'm using HANA Studio 1.0.60. I have the proper Debug authorization ( sys.DEBUG - EXECUTE ) but I'm not able to set the...
View ArticleIn the development system netweaver 731. we have deployed DMIS 2011 sp5 addon...
Category ABAP Programming ErrorRuntime Errors SYNTAX_ERRORABAP Program BADI_ODQ_QUEUE_MODEL==========CPApplication Component Not Assigned Short textSyntax error in program...
View Articlehow to call procedure having input parameter from calculation view
Hi All, I have a procedure having 4 parameters. Below are the details of same. 1) Ist parameter having IN mode -- datatype -- varchar2) 2nd parameter having OUT mode -- datatype -- varchar3) 3rd...
View Articlehow to accept array as input parameter in a procedure
Hi, How to take ARRAY as input parameter in a procedure in hana database. Could someone give me an example of how to accept input parameter as array and then how to process it within a for loop....
View ArticleFacing issue while activating role in hana project
Hi, I am following HANA Dev guide As mentioned in from 80-87 page. To create schema and to activate. I am not able to view the schema after successful activation of the object.As mentioned need to...
View ArticleHardware for SAP HANA Edge Edition - usable for SAP HANA also?
Hello all, we want to set up an on-site HANA development system, to work with NetWeaver (JAVA) on HANA, and SAP CAR. There is a number of hardware offerings which are released for „SAP HANA Edge...
View ArticleHANA Certification Prep
Hello Everyone,Has anyone used the test prep material from IT-TEST.com? I'm trying to determine if this is a legitimate site for certification preparation material.Best regardsJ. Washington
View ArticleFunny "not a GROUP BY expression"
Hi all,I'm trying to write an SQLscript procedure that computes some aggregations and stores them. Unfortunately, Hana refuses to compile a statement that gets normally executed when variables are...
View ArticleUI Integration Services Issue
Hi, I am trying to create an application site using SAP HANA UI Integration Services. The widgets are all set up and they work fine on the site alone, but there are some issues when I try to implement...
View ArticleAssignment of variable to another variable inside a procedure
Hello All, I am trying to assign the output of a procedure (which is an integer variable) to another variable declared inside my master procedure. But some how assignment is not working. Please help me...
View ArticleAdding two or more navigation in xsodata services ?
Hi,I want to add navigation property to my oData services. I want to add two navigation property - 1. From Sales Order - to - Business Partner table2. From Sales Order - to - Sales Order items table. I...
View ArticleUnable to Debug a activated Procedure in HANA XS environment.
Hello, I have created a Project and I am trying to debug a stored procedure which I have activated in HANA XS Environment. When I contacted my admin team and informed about the authorization issues,...
View ArticleFull text indexes for entity extraction
Hi, I'm trying to do entity extraction from tweets on SAP Hana One. I've set up a table where I put the tweet texts (schema below) and I've followed the instructions in...
View ArticleXS AppSite Development on SAP HANA - now the fun really starts!
One of the new less talked about features in SAP HANA SP6+ I would say is the concept of the XS Application Site. It is still under development for the platform and is far from being perfect however if...
View ArticleWhat is the HANA equivalent of "IN" statement in SQL
Such as, WHERE TableA.FieldB IN ('ValueA', 'ValueB', 'ValueC') or WHERE TableA.FieldB IN (SELECT Values FROM TableC)
View Article