No SAP HANA perspectives in Eclipse 4.5 Mars
I was using Eclipse 4.4 (Luna) for SAP HANA Studio and everything worked well.Today I decided to install the newest version of Eclipse 4.5 (Mars). In order to install SAP HANA Studio I added the...
View ArticleRe: HANA dynamic tiering [ODBC Driver] All IQ large memory has been used,...
Hey Sunil, was able to fix this with some esserver.ini settings changes. see below -Thanks,Vinod Nair.
View ArticleRe: No SAP HANA perspectives in Eclipse 4.5 Mars
Hello Dol, SAP HANA Tools are not available on the Mars update site until now. Please check the avaibility matrix on SAP Development Tools for Eclipse. What I can see from your screenshots is, that you...
View ArticleRe: How to run sql statement in xsjs and get the result as json?
Hello Namita, try following. var query = "SELECT SUM(\"Column_Name\") FROM \"Schema_Name\".\"Table_Name\""; var oConnection = $.db.getConnection(); var oStatement =...
View ArticleRe: HANA dynamic tiering [ODBC Driver] All IQ large memory has been used,...
Thank you Vinod for sharing the solution Sunil
View ArticleRe: No SAP HANA perspectives in Eclipse 4.5 Mars
So should I continue using Luna until all HANA tools become available for Mars?
View ArticleRe: No SAP HANA perspectives in Eclipse 4.5 Mars
I would do so. You can also do the most common stuff with the web-based development workbench which is pretty good since SPS09. More and more features will be integrated in the future.
View ArticleRe: Cambiar ubicación de logs SAP HANA
Hola, con respecto de este tema lo que he encontrado es que en realidad no es tema de espacio en el disco en la partición de los logs va mas por el lado del tema de la administración de HANA. Gracias
View ArticleRe: How to run sql statement in xsjs and get the result as json?
Thank You @Florian Pfeffer It worked.... One more thing, I ma trying to use this value on a BulletChart of Sapui5 App. Here is the code, can you tell me what's wrong here var model = new...
View ArticleRe: How to run sql statement in xsjs and get the result as json?
Hello Namita, here a working example of your coding with a hard-coded actual value:<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta...
View ArticleRe: How to run sql statement in xsjs and get the result as json?
Hi Florian Pfeffer Please correct me if I am wrong. i am trying to bind array values (records/value), As you know this is a single valued array, which is the sum of the vales of a single column (from...
View ArticleSAP DBTech JDBC: [260] (at 12): invalid column name:
I am working on the INV1 table. When I run select * from INV1, it returns all the columns data with no problem But when I run select LineTotal from INV1, it gives me the error "SAP DBTech JDBC: [260]...
View ArticleRe: SAP DBTech JDBC: [260] (at 12): invalid column name:
Hello Peng, in case you have UpperLowerCase column names you have to enclose the column name in double quotes. e.g. SELECT "LineTotal" FROM "<schema>"."INV1". It is a good practice to always use...
View ArticleRe: SAP DBTech JDBC: [260] (at 12): invalid column name:
That is it! The damn SAP syntax
View ArticleRe: How to run sql statement in xsjs and get the result as json?
Hello, yes, you are trying to address a single value with your binding, I understand. But your binding syntax is wrong. How should the logic know which value you wanna use if maybe several ones are in...
View ArticleRe: SAP DBTech JDBC: [260] (at 12): invalid column name:
You mean the same damn SAP syntax rules that also apply to Oracle, PostgreSQL and DB2?
View ArticleRe: XSJOB and its log
Hello Florian, thank you very much for your answer and my apologies for my late reply. We had go-live this week and therefore I was a bit "distracted". Thank you for your help! Best, Korbinian
View ArticleHow to modify System Query
Hi, We have a system query "Total Receivable Amount", but only give total Receivable in current month, not over all, so I changed it but it gave me the message "Can not change system query". Any idea?...
View Articletable color,delete
Hi Experts, I have the following requirements: 1) I have Input field and table (sap.m). In change event I'm getting the value for the Input and if that value is there in table I'm changing the color of...
View ArticleRegarding SQL Logic
Hi, I have a requirement as below. I just tried with Select + update ( inner query ) But the only challenge I am facing is how to fetch data for previous row. ie for n column 'B' is blank so get the...
View Article