SAP 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 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 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 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 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 ArticleSAP HANA: How to Assign a Scalar Query Result to a Variable in a Procedure
Dear All, I would like to ask, how do we assign a scalar query result to a variable in a procedure on SAP HANA?Thank you for your help. Regards, Alfa
View ArticleIdentifications of columns as attributes or measures.
Hi All, Is there any system table is there in Hana database, from where we can identify wether a particular column used in attributes view or analytical view or calculation view is either Measures or...
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 ArticleSLT shortdump DBIF_RSQL_INVALID_RSQL with large oracle numbers
Hi All, we have an SLT replication running from an Oracle database to our Hana system. Everything works fine for most tables but now a few tables run into error. The SLT server gives the shortdump...
View ArticleInconsistent datatype: the expression has incomputable datatype: TIMESTAMP
Hi all, I get this error when I try to do some operation on a field that is TIMESTAMP. inconsistent datatype: the expression has incomputable datatype: TIMESTAMP. For example: if I have a table where...
View ArticleAggregate Functions Max and Min not working in Analytic and Calculation...
Hi All, We are facing an issue for aggregation functions Max and Min in Calculation and Analytic Views. After Creating calculated columns Sum, Max and Min based on a Measure of Fact table. The values...
View ArticleHANA odata service issue
Hi, I've created at basic odata service on my AWS HANA Instance but I'm having issues when testing in the browser. Whenever I add the parameter "inlinecount=allpages" as a parameter to the service call...
View ArticleHow to create a new $batch request to OData service from within javascript code
Hi, I have HANA XS service (.xsjs file) from witch I need to send request to another OData service.I know how to create GET odata request but we need to send $batch request using POST method.Can...
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 ArticleIssue while loading data from csv file.
Hi, Trying to run following example in the blog: http://scn.sap.com/community/developer-center/front-end/blog/2013/07/07/native-development-in-sap-hana-and-consuming-the-odata-services-in-sapui5...
View ArticleSAP HANA Studio setup:
In Startup Focus Course 201, I am INSTALLING SAP HANA COMPONENTS, by following "Hands on HANA - An Installation Tutorial". The first six steps are fine. However, at step 7, after start HANA Studio and...
View ArticleData Preview error
Hi, I have created one calculated column with data type Integer. I have created one direct parameter( not able to create static parameter) with data type integer. as shown below . After...
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 Articlehow to call non read procedure in calculation view
Hi All, I have a procedure performing DML statements having insert and update statement.It is basically non read procedure. I need to call this procedure inside calculation view. Please help, how to...
View Article