Recursive Query in HANA
Hello, In SQL SERVER i have a recursive query to compose a tree of Bill of materials SAP B1. Please can you tell me how I can get the same query in HANA? WITH RecursiveSQL as ( SELECT 1 as...
View ArticleFixing external access to SAP HANA Instance on CloudShare
Hello, connect a SAP HANA Studio from my own desktop to the SAP HANA instance on Cloud Share, like descriped in the HOWTOPart 4 - Connect to your local SAP HANA Studio and Sap HANA Client to your HANA...
View Articlecan't create schema
Opensap week2 unit1. this is package: this is local project i have active the project,but there is no schema created. but when i want to create schema with sql,it tell me the schema is exist
View ArticleXS Engine SQL Update doesn't write to DB
This is the important code:conn = $.db.getConnection();var query = "UPDATE \"LASVEGAS\".\"lasvegas.data::listener\" SET \"isActive\" = '0' WHERE \"ID\" = ?";var pstmt =...
View ArticleAbout: Navigator Panel in SAP HANA Studio
As a SAP Startup Focus partner, I start to 'Get your own SAP HANA, developer edition on Amazon Web Services' (http://scn.sap.com/docs/DOC-28294). The processes of Part 1 to Part 3 appear to work fine....
View ArticleError while granting role to user using procedure
Hi, Facing issue while granting role to current usercall "_SYS_REPO"."GRANT_ACTIVATED_ROLE"('"TestXSProject.data::sridharrole"','SYSTEM'); Error: can only grant activated roles. But the role is...
View ArticleCorrect way of doing insertions/updations
Hi, Basically, we are trying to create/update few records in one of Hana tables from UI. This table is not part of any kind of analytics or report building. This is required for the APP development. I...
View ArticleCreating HANA Analytical Privilege using Dynamic Filtering
Hi all, I have to create an HANA Analytical Privilege using Dynamic Filtering as described in the HANA Developer Guide and also in http://scn.sap.com/docs/DOC-41261. I found examples of using the...
View ArticleCannot commit file anymore
Hi there, I've just tried to make some changes to a running demo app, but for some reason I can't commit the files anymore.I get the following error: An internal error occurred during: "Committing file...
View ArticleHDB some services not started
hello, i connected my sap hana studio to my AWS instance,but the HDB tells me that "some services not started".What can i do?
View ArticleHDB on AWS status
Hello fellow hanalysts, i tried a couple hours ago on an instance that is now shut down, and i keep trying on active one, but i don't seem to be able to either view administration (it's getting stuck...
View ArticleHANA DB- "Some Services not started". whats the issue??
Hello, Recently I have registered with SAP HANA dev edition on Cloudshare. Initially I was facing problems while creating a new system and connect HANA DB to HANA Studio. I could able to resolve this...
View ArticleHow to FInd Last Iserted Row Id in Hana
Hi I have a Function in PHP which inserts data in Sap Hana . Now need a logic to get the very last ID of the tables Passed . Something like we have it in Mysql MqSq;; mysqli::$inert_id How can I do...
View ArticleWhere to download old version of client/studio?
Hi, for testing purpose I want to download older versions of SAP HANA Client / Studio (rev. 48 and 56 32bit for win, to be exact) , but I'm not able to find them.Can somebody help me out? Thanks Ben
View ArticleWhere will get the SAP HANA Demo data or application?
where will get the SAP HANA Demo data or application?
View ArticleWhy is Key Attribute mandatory in Attribute View?
I am curious about the behavior of key attributes in attribute views. First I thought it is kind of primary key for the entity Attribute View but then I did a few checks Created two tables 1. CUST...
View ArticleFacing issue while creating tid file..
Hi, Following the OpenSapVideo and trying to create sample project.I am facing issue while creating tid file to import the sample data.and the code is as follows implements...
View Articleissue exposing table using OData service
Hello Everyone, I'm a beginner to SAP HANA Studio. The current version of my HANA Studio is 1.0.48 with SP05. and I'm currently working on exposing a table using OData Services. Project Explorer view...
View ArticleSQL Book
Hello, Wanted some suggestions which would be the best book to refresh SQL skills if one is looking a career in SAP HANA Application Development and Mobile Enterprise Solution Development for SAP?...
View ArticleRecursive Query in HANA
Hello, In SQL SERVER i have a recursive query to compose a tree of Bill of materials SAP B1. Please can you tell me how I can get the same query in HANA? WITH RecursiveSQL as ( SELECT 1 as...
View Article