Re: Which module has a good scope in future either SAP HANA or SAP BW?
Hi Danielle Brannon I am currently working in Hexaware Technologies , Chennai , India.Having 3 Years of experience in PeopleSoft HRMS- Technical.(ERP)My qualification is MCAAs PeopleSoft is merged with...
View ArticleRe: query in hana on query manager
But I would like to use it for the SAP alert how I can load the query using Hana Database in the query manager Regards, Rafael Fernández
View ArticleRe: SAPHANA:Unable to expose store procedure via ServerSide
Hi Thomas Thanks for your reply .The local host is running perfectly.But when i am trying to execute the stored procedure via server side Java Script i am getting the error "This link seems to be...
View ArticleRe: Create Measures in SAP HANA
... "meter readings"... how come this sounds so very familiar to me...? Anyhow, Abbas: You ask too much for what you tell us.We don't know your data model.We don't know how your analytic view looks...
View ArticleRe: Attribute view content from SLT system tables like KNA1
Hi Sree, Give select authorization on your SLT schema to _SYS_REPO. The syntax has given by ravindra. Regards,Venkat
View ArticleI want to migrate to SAP from .NET.
Hi Shree, SAP BI or HANA is good option. both are having there own advantages. As u know have .NET experience you can be a good developer in HANA. Also ABAP is not much diffult and as you can...
View ArticleRe: Create Measures in SAP HANA
Abbas, Making a best guess with limited info you provided: Check and make sure that you are using group by on all the non-numeric value and make sure that your function in the select statement works....
View ArticleRe: Which is the correct procedure to add new columns to a table with one or...
Hi Paola, Please change the create table syntax and add COLUMN. You are creating row tables, which is not advisable. Hence make the following changes and it should work. paola vivarelli wrote: --...
View ArticleRe: Queries for Used and Resident memory and comparison with Overview tab...
Hey Sandeep this is from the email you send me (please keep discussions here in the forum, so that others can benefit from it, thanks):“Since HANA doesn’t release the memory to Os after a temporary...
View ArticleRe: Key and Text Functionality in HANA
Hi Jomy, Can you please check the data preview for the Analytic view. In this data preview, please check the SQL generated from the View log. You will find that the label column is also selected in the...
View ArticleRe: Key and Text Functionality in HANA
Hi Rama,Can you please elaborate your technique? Are you getting the key and text both in BO tools like WEBI ? Thanks & regards,Jomy
View ArticleRe: Key and Text Functionality in HANA
Hi Ravindra,Sorry I didn't get your whole point.As of now, I cant see the key and text both in BO tools not even in the IDT output. EVen though i do a data preview of Analytic view i dont see it...
View ArticleRe: Key and Text Functionality in HANA
Hi Ravindra,Sorry I didn't get your whole point.As of now, I cant see the key and text both in BO tools not even in the IDT output. EVen though i do a data preview of Analytic view i dont see it...
View ArticleRe: Key and Text Functionality in HANA
Hi Jomy, The Label assignment must be another column in your data model. You may have to select the column explicitly in the SELECT statement to show it in the output. My point was, do you see the...
View ArticleRe: Which is the correct procedure to add new columns to a table with one or...
Hi Paola, As Ravi said whenever you create tables it is better to create column table instead of row tables as column tables has some advantages. Also there are situations where we can use row tables...
View ArticleRe: PAL Error while invoking from a stored proc[HANA Solution Adoption and...
Hi Vinay, In PAL algorithm (Triple Exponential Smoothing), the pre-requisites areNo missing or null data in inputsThe data is numericThe procedure name is same as specified in procedure generation....
View ArticleRe: field or table alias is not allowed as an input of table functions
Hi nphana, A similar conversion is mentioned in the thread here. http://scn.sap.com/thread/3424695 The UDFs are not fully mature to Oracle or SQL server level yet. I am sure it will come up soon, but...
View ArticleRe: SAP BI and BO software
Hi Jay, For learning BO, you can sign up for 30 day HANA trialWith HANA trial you get access to SAP Lumira, BO and few other free trials To know more, checkhttp://scn.sap.com/docs/DOC-31600 Get 30 days...
View ArticleRe: field or table alias is not allowed as an input of table functions
Hi nphana,Instead of using single function, you can create another function and Invoke the function and can use IN parameter.Here is the example: CREATE FUNCTION RAJ.MY_FUNC (I_VKORG NVARCHAR (4),...
View Article