Not able to debug a SQLScript procedure
Hello Experts I'm following a simple sample of the OPENSap course. I have a simple procedure to calculate the sales price and another procedure that works as a wrapper and calls the first procedure...
View ArticleUser 'P' doesnot have permission 'ReadDbInformation' in account 'Ptrial'...
Hi Everybody, I started exploring HANA last week. I have got my SAP HANA cloud instance working.When I am trying to connect it from sap hana studio-using system->add new cloud systemAfter giving...
View ArticleODATA CRUD
Hi, I am trying to implement a CUD app for a while now and have chosen to go the oDATA route Reading data is has been an easy one While I though create update and delete would ply the same road, I...
View ArticleHANA ODBC Error
Hi Experts, We have created one ODBC DSN for HDB and for few days it has worked fine.We were able to import the tables from ECC to HANA. However now the same step showing error as below: ODBC-ErrorSQL...
View ArticleUse of Column Store Data Type
Hi, When I create a table from the UI, I see that there exits a column called Column Store Data Type.What is the use of it? Thanks & Regards,Monissha
View ArticleNo password tag 'sapadm_password' found
hello there I just wanted to know what exactly does it means if I got "No password tag 'sapadm_password' found" during the update of hana? System is running Sp06, but we want to upgrade existing...
View ArticleTemporary table error in hana
Hi, I have created a temporary table in hana SQL console using the following syntax. create global temporary column table "MONISSHAA"."DUMMY"(ID nvarchar(1));insert into "MONISSHAA"."DUMMY"...
View ArticleUPSERT in XSJS Issues
Hi ExpertsI'm trying to INSERT/UPSERT values into my tables using the following xsjs code try{ var conn = $.db.getConnection(); var query ="UPSERT...
View ArticleLogging Option in HANA Tables
Hi, I am creating a column table in HANA. There is an option for logging in the table definition.Can some one clearly define its use? Why is it said like 'no logging' means that the table is...
View ArticleCreating API in Sap XS
Hi, I want to expose an API from SAP Hana XS Project. So that i want to call it from other web application using JQuery. Please help me.
View ArticleError in Duplicate check via SAP HANA
Hi Experts, I am working on SAP HANA Duplicate check. We have configured ruleset for the same. But upon clicking button "check" on Material UI, we are getting below error. "Error in execution of query:...
View ArticleCorrect syntax to drop a hash partition
Hi folks, Following the admin guide I have successfully created a HASH type partition. However I'm struggling with the syntax to now drop my partitions. My create partition syntax looks like this;...
View ArticleHow to Reduce the field length in HANA table ?
Hi Experts, Is there any possible ways to reduce the length of a field in the existing HANA table ?Data has been dropped and dependent objects are also removed.Still giving error while activation....
View ArticleConverting Store Procedure from SQL to HANA
Hello Experts, I want to convert store procedures from SQL Server to HANA, there are around 100 procedures Please suggest tools available to convert the procedures to HANA. Regards Manish
View ArticleError in procedure
Hi, I wrote this procedure but giving me below error. I have couple of more questions regarding procedure: a.) I can find lots of difficulties regarding syntax of Procedure. Can someone assist me...
View ArticleError while validating the Attribute View
Hi Experts, I have created a table and used that table in the attribute view.I made one of the colums as Key attribute in the Semantic Layer. When I am validating the Attribute View . I am getting the...
View ArticleHow to preserve the Calculation View data into a permanent table with primary...
Hi,How to preserve the Calculation View data into a permanent table using Stored Procedure.Ex: Calculation View having Column1, Column2, Column3, Column4, Column5, Column6 Column7In which Column1,...
View ArticleComplex Model Binding
I have a JSON model like this one "{ "views": [ { "name": "Lelian's View", "fields": [ { "fieldname": "CENTER_TYPE" },...
View ArticleStored Procedure is not returning response from xsjs
Hi all, I'm getting some problem during calling the stored procedure from xsjs. When I call the procedure from the SQL Console it is working well. ( CALL LOGINUSER (2 , 'b@b. com', 'pass',?,?,?)...
View Articleline number in sap hana studio
Hello People !How do i make the line number visible in sap hana studio or is there any shortcut to jump directly to line # in sap hana studio ? i am writing a script . the partial code of the script is...
View Article