Re: Reading HANA table from R with RODBC
Right, i can make a query work using a call to sqlQuery(), if i put double quotes around schema and table name, so it works nicely if i do:> sqlQuery(ch, 'SELECT * FROM...
View ArticleRe: Can't use tables in graphical calculation view
Short answer (guess): You forgot to put Default Client: "Cross Client" in Seemantics so Your result got filtered. If not, long what I tried:1. Graphical CV using SO.Header table from SHINE, stupid...
View ArticleImporting and Exporting Calculation Views
Hi friends! I have a calculation view here that I want to import model from another one. Is there any way to do this? I can't make a copy 'cause this view already in use and I can't delete it to copy...
View ArticleRe: Can't use tables in graphical calculation view
Hi, Dubravko,You were right - I turned the Default Client to Session Client and it works now. Thanks!Igor
View ArticleRe: Using the Import Statement in SQL procedure in SAP HANA
Madhav, instead of cross posting your question multiple times would you mind to check the documentation on how to use the "Enterprise Information Management documentation" Getting Started - SAP HANA...
View ArticleHana memory usage
Hi all,I've got problems estimating the memory size needed for our application. On the current 64G Hana the sum of sizes of all tables (as selected from m_cs_tables) is about 4G, yet the Studio shows...
View ArticleRe: table input for CA view from procedure
Sorry - I do not get the point.Please add some more details. Have a great weekendGerd
View ArticleRe: AA office Error: General .NET Exception: Object reference not set to an...
Hi Joseph, have you found a solution?Same problem here.Hints would be highly appreciated. BRMarcus
View ArticleList of SAP Hana versions?
Hello everyone, can someone please provide me with a list of SAP Hana versions? Thanks!
View ArticleSAP ERP Business Suite for HANA Disk Layout
Dear friends, we are working in a pilot SAP HANA proyect, but we have a doubt regarding the available documentation for the disk layout. For example, the SAP HANA Server Installation and Update Guide...
View ArticleWeird behaviour/bug with sequences on 090?
Hi all, I was looking at the docs here: CREATE SEQUENCE - SAP HANA SQL and System Views Reference - SAP Library and I decided to try it ... CREATE SEQUENCE seq START WITH 11;CREATE TABLE target (a INT,...
View ArticleRe: SAP ERP Business Suite for HANA Disk Layout
Both guides are correct as they define the two parts of your target landscape. An SAP HANA installation is essentially a distributed model. The server disk layout from the SAP HANA Server guide is...
View ArticleRe: Weird behaviour/bug with sequences on 090?
It's a bug in any way: either the documentation is wrong or the program I'd recommend to open a support incident for this to have this fixed. - Lars
View ArticleRe: Error in SQL query
hi monissha select stmt can return single scalar values for int/nvarchar
View ArticleRe: Error in SQL query
hi sree, if one is looking for count on perticular attributeits always better to use count(column_name) insted of using count(*)because * includes null(column value) rows to count value COUNT(*) is...
View ArticleRe: Error in SQL query
in T-SQL(sql server)you can declare a va riable (@var) and use it in query to copy the value. select @total= sum(''salary) from table_name in oracle: if it is single query used in application one can...
View ArticleReplicate BW cube onto standalone HANA
Hello All, We have a requirement where we need to replicate BW cube content using SLT onto standalone HANA system. After referring to my best friends "Google" and "SCN" Re: One SAP HANA Appliance -...
View ArticleRe: Replicate BW cube onto standalone HANA
Hi, Can you tell me,Is your BW system running on HANA? Regards,sai Krishna.
View ArticleRe: Replicate BW cube onto standalone HANA
Hello Sai Krishna, No, its a separate AWS HANA system. ThanksSangamesh
View Article