SAP HANA best way of modeling
Hello Gurus , I have another design decision i have to make . Please let me know your Thoughts. I have around 20 different reports. In each report there are some of the shared calculations like...
View ArticleRe: Repository from schema
Thanks for your answer Vivik. I understand the relationships pretty well. We have ported a lot of ddl (100's of tables) and auto-generated lots of the triggers for them. That's how we work on other...
View ArticleRe: Repository from schema
You mean generate repository tables (HDBDD) from the catalog tables? If so I have a little converter tool I wrote. It generates the necessary HDBDD syntax from existing schemas. You still have adjust...
View ArticleRe: Dynamically Pass a list as input parameter to a Graphical Clac View
Hi Krishna, I have created a simple graphical calculation view as specified in the blog to accept multiple column values as an input parameter. Attached files shows how the filter and input parameters...
View ArticleRe: HCI integration with SAP ERP backend system
Hi, Have you followed the steps as mentioned in the link. regards,Prasad
View ArticleRe: loading & converting geographical data to/in hana
Hi Stefan, thanks for your answer. Do you have an example of such a generated SQL containing the conversion function for me?
View ArticleRe: how to find a maximum of set of records in HANA?
Hello Joshi,Thanks a lot. It works, if there is any better solution. Please share. Regards,Vinoth.
View ArticleRe: how to find a maximum of set of records in HANA?
Other possibility would be to perform a self join on the table with a condition (id = id + 1, id = id + 2 ...) and get the values and do greatest out of it. This however may be more expensive as I...
View ArticleRe: Importing BW DSO Into HANA - Authorization Issue
Thanks for your reply.SELECT SESSION_USER from dummy;Result below:1 - KAMRUZ Didn't find out BW schema nameBW already connected with HANA. DBACOCKPIT user is showing HANA studio under Security - User Tab
View ArticleRe: Importing BW DSO Into HANA - Authorization Issue
I think you are still working in HANA studio. You need to connect to the BW system and run the queries in SQL editor IN BW. That will give you the required details. Also you need to grant the...
View ArticleRe: Importing BW DSO Into HANA - Authorization Issue
Thanks for your reply. For this time being, I created a Calculation view based on that Analytic View after switch off some fields in view. The thing is, If I switch off few fields, Calculation view is...
View ArticleRe: Importing BW DSO Into HANA - Authorization Issue
Can you please check if the objects T** and ZZB_O01 (InfoObjects and DSO) are active and consistent. There is a possibility that these objects are modified after the DSO import and generation of the...
View ArticleRe: Importing BW DSO Into HANA - Authorization Issue
Hi Kumruz, Can you check the traces to see the exact error messages to see if it gives any additional details? Regards,Krishna Tangudu
View ArticleRe: How to find out memory consumption for table in HANA without load it into...
Hi Vivek, I already mentioned this in my question but this view doesn't help, it required load tables into memory first, my question is without load tables into memoy, where can I find out estimated...
View ArticleRe: Outbound data connectivity-parsing XML in server side javascript
I Read your blog. Idea is cool. But think of a huge XML document which is to be parsed with string search . But I am sure there is no donut for you in xsjs to parse the XML body freely(like DOM...
View ArticleRe: Importing BW DSO Into HANA - Authorization Issue
Thanks for your reply. Error is only Text info object in Analutic view.So DSO also error.I successfully imported other Cube as Calculation View and also activated with the same IO as DSO having. Why...
View ArticleLevel based Measures in Calc view
Hi, We have several accounts associated with each Location. And one can create orders attached to each account. Now I am trying to create a measure that gives me the count of all Accounts in a Location...
View ArticleSee when tuples where created at
Dear colleagues, quick question: I am searching for the possibility to check when (e.g. timestamp) I certain tuple was created in HANA without maintaining an own column with that information. I guess...
View ArticleRe: How to have Variable popup in the Excel with HANA Connection
Hi Tony The only solution I have found so far is to modify the HANA query, so that1. The parameter is set to NOT mandatory2 The parameter has a default value ... Then you can run your query in excel...
View ArticleRe: Count Disinct in Aggregation in calculation view
Hi, The only way i have found is to make another calculation view over that.
View Article