Can I deploy a Java App from Hana developer Studio into the Hana Developer...
Hello everybody! My issue I believe is quite simple.I have an instance of Hana Developer Edtion hosted on AWS EC2. I can access the server as a Database, inside Hana tab. I have also read that I can...
View ArticleHow to do Weeks in the Month
Dear all, I have data e.g. Dealer, Car, Month, Amount. My single record data looks like this 12345, HOLDEN, 201308, 50 I need to dynamically work out the weeks in the month, e.g. 5 weeks for August...
View ArticleHow to use GENERATE ALWAYS AS in artifact?
I've created an hdbtable artifact witht the following definition: table.schemaName = "MYSCHEMA"; table.tableType = COLUMNSTORE; table.description = "Demo"; table.columns = [ {name = "DriverId"; sqlType...
View ArticleCan we update data back into source system using HANA
Hello All, can anyone let me know if we have a provision to write something back / Update / Delete to source system using SQL Script from HANA. I was trying to do a scenario like I have an R/3 Ecc 6...
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 ArticleThings to Check after data/ABAP code migrated to HANA DB
Hi HANA Gurus, We have migrated our ABAP code and data on Test HANA DB..... What are the thing needs to be cross checked before going for any code change (from performace prospective i.e. ST03N )? How...
View ArticleSP with For Loop in Cursor Does not get compiled without Commented CASE...
I am not able to Compile following stored procedure without Commented out Case Statement (--CASE) as shown below ; I am getting Eror as shown below if I remove this --CASE statement. With the...
View ArticleHow to get _SYS_AFL schema to my hana system
Hi all,I am trying to create a procedure.....--------------------------------------------------------------------------CREATE PROCEDURE PAL_APRIORI(IN data AP_T_DATA, IN params AP_T_PARAMS, OUT rules...
View ArticleI can not see Artifacts saved or not activated
Hi Friends,I have created project and shared with server , everything was fine .,I was able to see all my objects with small orange cylinder symbol on document or file , but now can not see my...
View ArticleError in Webpage
Hi All, I am getting error in webpage to display data by using xsodata service. Uncaught TypeError: undefined is not a functionsap-ui-core.js:91 kind Regards.Hari
View ArticleDead Links in Hana Documentation
When I want to display the SQL Reference Manual, I'm sent to http://help.sap.com/hana_platform#section7. There the link...
View ArticleHow to connect Filezilla client to hana system
Hi all, How can I connect Filezilla to my Hana system...
View ArticleException when Updating/Inserting data using oData service
Hi, I am using an oData service to expose a SAP HANA table to a console application in .Net. In this application, I am able to read the records from the table. However, while updating/inserting a...
View ArticleUser Not able to add Insert, desert and update statements in Procedure
Hi All, One of the Developer in Our HANA system is not able to create procedures with Insert , delete and update statements he can only create Read only procedures in SQL editor. P.S, he is not using...
View ArticleDefault filter for an attribute in HANA views
Hi HANA mates, I'm looking for a desing pattern in HANA modeling to implement the following use case in Lumiria (or other reporting clients). In a Analytic or Calulation View I need to have a default...
View ArticleHow can BODS Contribute to SAP HANA.
Hi Members, Request you to share your thoughts / Views based on your experience or learning. What all we can contribute to SAP HANA using BODS? Please post your comments/ suggestions even though they...
View ArticleSAP UI5 AND XS engine-ODATA
In UI5 when using odata services on Calc views with parameters, we have the foll. Entity sets which are shown as part of the metadata <EntitySet Name="TOP_N_PRODUCT"...
View ArticleHANA Developer Edition SPS6 Status & Roadmap
Status Update: Client and Studio downloads have been updated to SPS6 - get it here. Just a reminder, the Studio for Mac OS-X comes without regi, so XS development will require creative workarounds (you...
View ArticleSPS6 Core Data Services - Maintained DDL entity not updating catalog object
Hi, Implementing CDS DDL on AWS SPS6. I had an issue with entity columns refering to table types, as described here: http://scn.sap.com/thread/3400186 To try and move forward with development, I...
View ArticleOptimization of SQL procedure (paralellization)
I have created a procedure which in turn calls two different procedures. They have the same import data (which are import parameters in the main procedure) and they give out different output data. The...
View Article