Error while refreshing the data provider from SAP HANA DB in Information...
Hi, I created relational connection (JDBC drivers to connect Sap HANA DB) and published successfully into Sap BO 4.0 environment.Now, when viewing values of analytical/calculation view from _SYS_BIC...
View ArticleRe: Error while refreshing the data provider from SAP HANA DB in Information...
Hi Sulabh, It expects a query with group by clause. Rather than SELECT * , can you please try to fire something like SELECT attribute 1, attribute 2, sum(measure 1), sum(measure 2) from...
View ArticleRe: Error while refreshing the data provider from SAP HANA DB in Information...
Yes, this is a known issue or limitiation (or may be it's designed that way). At the point where you are looking, IDT always passes on a select * query to the analytic view (olap cube) and that won't...
View ArticleRe: How to conduct Hana Perfomance Test in Hana Scaleout version
Hi Pranav, 1 >How can I run query in single or parllel exceution again Anal & Calc view Ravi: You need to write a query which takes a longer time to execute. So something like a recursive query...
View ArticleSecuring data in Analytic view
Hi folks, I have been successfully securing data in my 'Calculation views' using the following method but it's not working for 'Analytic Views'. THIS IS MY SETUP FOR A USER THAT WORKS TO SECURE CALC...
View ArticleRe: Exit command in SQL script
BREAK will get you out of a loop, but subsequent code will execute. Signaling your condition will stop execution of your procedure. If you don't want error messages, etc - just make sure to include the...
View ArticleBMIC tables in hana
Hello Hana Experts, Could anyone please guide how can i make my _sys_bi schema tables BIMC_ALL_CUBES & BIMC_CUBES in sync.is any configuration need to be review or correct Whenever we create any...
View ArticleRe: AWS HANA Developer Ed. Access to SAPUI5 Toolkit
Thanks Juergen and Rocky for your help. SAPUI5 is up and running. Cheers.
View Articlehow to create an inverted index in HANA
Hi everyone, how can i create an inverted index on a column stored table? I have tried the following command, create column table foo( A varchar(20), B...
View ArticleRe: how to create an inverted index in HANA
Hi Zhongcun, if you want to use undocumented/unsupported HANA features, do you mind to ask such questions in one of the SAP internal forums? - Lars
View ArticleRe: BMIC tables in hana
Pranav, BIMC_CUBES should be a view since quite a number of revisions...So, on a proper HANA system these two data sets would be the same and never out of sync. What revision are you using and what was...
View ArticleRe: How is data retrieved from Column table for changed records?
Hi there! The way we do this is rather straight forward.The column store tables consist of multiple data structures, that are presented to the SQL interface as a table. Obviously an important part of...
View ArticleRe: BMIC tables in hana
Lars, Thanks for responding... I have installed 1.00.20 but that timeBOBJ was not installed.Later I upgrade to revision 1.00.32 i think this is SPS03 How to rectifiy this any suggestion
View ArticleRe: Unable to start SUM from SAP HANA Studio
Hi Shankar,As Keven mentions, uploading the revision SAR file to HANA and extracting / executing it from there using ie Putty / Xming for interface is a very fast and simple approach. I have done that...
View ArticleGL and Internal Orders
Hi all, I am a BW developer working on my first enterprise hana project (not BW on HANA).I have limited knowledge in SAP FI. One of our junior FI consultants has requesteda HANA report that shows P...
View ArticleHierarchies in HANA
Hi All, I am working on my first enterprise hana project (Not BW on HANA). Client needs the ability to report on historical profit center data based on historical roll-up, as well as present roll-up....
View Articlealternate hierarchy
Hi All Do you know if Enterprise HANA support standard and alternate hierarchies on same infoobject(say profit center)? I know all about parent-child and level hierarchies but need info on above....
View ArticleRe: how to create an inverted index in HANA
Hi Lars, thanks for the reminder. when you say SAP internal forums, do you mean things like HANA wiki?or would you mind giving me some links of SAP internal forums?
View ArticleHow to do a UNION if you really needed an Outer Join
The Business Need: We need a quote performance report (what % of quotes (# of items, value)) has been converted to Orders with the ability to drill down into anything of the quote including fields like...
View ArticleRe: BMIC tables in hana
Before anything else, I'd recommend to upgrade to a recent revision (51).Usually the BIMC tables are corrected by the upgrade procedure automatically. Should this for some reason not fix the issue,...
View Article