Is it possible to alter IDENTITY column?
Dear collegues, I am running SAP HANA 1.00.72.00.388670 in HANA Cloud. I am trying to migrate the data from SQL Server to SAP HANA.The IDENTITY value support is enabled. I am trying to import data from...
View ArticleRe: isnotnull issue
OK ... mybad ... this is correct because NULL represents unknown data. These sample queries I found in the sql ref guide help: SELECT IFNULL ('diff', 'same') as "ifnull" FROM DUMMY;you can see here...
View ArticleNot able to install HANA Plugins
Hi All,I need help to install SAP HANA plugins in eclipse ,I am using Windows 7 ,when i try to install i am not able to install Error message 'The installation cannot be completed as requested "i used...
View ArticleRe: can't use procedure in the .rdl file.
Hi Omer, I tried to create my stored procedure in another schema(owned by my user), but I still can't active the rdl file. Also, I can't execute the following sql statement using my user or the system...
View ArticleRe: hdbtable activation failed
Actually I am calling procedure in data service and adding the columns in table on fly and inserting some 100 of records (assuming the target table with schema flexibility). When I am calling the...
View ArticleHow can HANA Server Side JavaScript use “Eval” function?
Hi HANA Experts, I use EVAL function to create an object by classname in xsjs file, but it has an Error "Eval is evil". In Client javascript, we can use the Eval function. How can we use "EVAL"...
View ArticleRe: Does number of fields defined on Analytical View affect overall performance?
Thanks Ravi. I appreciate your opinions on the scenarios. If anyone has any counter opinions on the above based on HANA experiences, I really hope you will respond so I can weigh both sides of the...
View ArticleRe: Work with a table in different schema depending on the user group
For me this a case of analytical privileges. This will filter data on the view basing on the user.Or you can also extend the tables with additional field "user_group" and select queries on both tables...
View ArticleRe: How can HANA Server Side JavaScript use “Eval” function?
Hi Hou,Yea "Eval is evil by the way". XSJS inherits most of the features of javascript but do not expect all of its features . Eval is not supported it XSJS. To create object instances , you have to...
View ArticleRe: How can HANA Server Side JavaScript use “Eval” function?
Hi Pillai, Thanks for your reply. But I can only know which object will be created during runtime, so I need to create object dynamically. Any other alternative method to solve my problem instead of...
View ArticleHandling Characters Like # in Data, when as HANA views via oData services?
We've some special characters in the fields (like '#' ), and because of this the client side ODataModel /JSON parsing is breaking when ever the data has these characters. Is there anyway to encode this...
View ArticleRe: Problemas al crear una factura
Hola Mario, Qué transacción estás usando para crear la factura? Saludos!Ricardo
View ArticleRe: Problemas al crear una factura
Hola Ricardo, A que te refieres, con transacción?, estoy creando una factura de cliente, esta es una factura de artículos con impuesto, la factura no la estoy timbrando, solamente quiero generar la...
View ArticleRe: Is it possible to alter IDENTITY column?
Hi there IDENTITY columns are supported as of Rev. 74. Check my blog post about them Quick note on IDENTITY column in SAP HANA. - Lars
View ArticleHow do we transport DATA in implementation project from Development to Quality?
Hi folks, I am New to SAP, I wanted to know how we transport the data in implementation projects from development to quality server? Is it using SE10, se09 or do we have some other technique? The same...
View ArticleRe: How do we transport DATA in implementation project from Development to...
Hi Siddhartha, That is a rather broad question. You can explore CTS+ or ALM and choose between the 2 based on your requirements. Check this link for a case study...
View ArticleRe: Work with a table in different schema depending on the user group
usergroup1 -> SCHEMA1.TABLEA Create Analytical ViewCreate 2 Analytical Privileges1. Allows selection on complete data (assign this to usergroup1)2. Restriction on complete data (assign this to...
View ArticleRe: How to limit threads in HANA?
Hi Lars, Thanks for your reply. I am running a single node 1 TB HANA systemI have created a report which compares data from a large table and shows the outputThere are multiple types of comparisons and...
View ArticleRe: Explaining SQL Processing Results
You will have to consider the server processing time of "executed" statement for performance. Fetched rows shows the time taken to display the results for you. Regards,Krishna Tangudu
View ArticleLoad content in remote page
Hello Experts, We have created a HANA project wherein we have to navigate to different pages based on the response from the main page. However, the challenge is that we have to update fields on these...
View Article