How to replace table in SAP HANA views
Hi Expert, i have created on Analytic view e.g. AV_EMP which is build on "EMP"."EMPMASTER" table. now, we have done modification and created new table in new schema. i.e. "EMP_NEW"."EMP_MASTER_NEW". I...
View ArticleHow to create Percentage Share of Result on HANA?
Hi, I have a Calculation View and I must to create a column of Percentage Share of Result. But I don´t know how I can define this column. In BW we have percentage functions (%CT, %A, %GT) but in HANA...
View ArticleRe: How to create Percentage Share of Result on HANA?
hi Lilia, if it is a simple % column, create a calculated column with the value.. then append '%' as a calculated column... hope this helps
View ArticleRe: How to create Percentage Share of Result on HANA?
Hi Sergio, Thanks for your answer, no, it is not a simple % column, it is a Percentage Share Result. For example: SALES%A1016.67B2033.33C1525.00D2541.67RESULT60100.00 In BW I used the function %CT....
View ArticleRe: Hana JBDC connection gives a valid connection for non existing db
As already explained here (http://stackoverflow.com/questions/33518327/hana-jbdc-connection-gives-a-valid-connection-for-non-existing-db) the SAP HANA client doesn't require a database name to connect....
View ArticleRe: insufficient privilege: Not authorized
I guess it doesn't work again:((( . Could not execute 'call "HCP"."HCP_GRANT_ACTIVATED_ROLE"('p19*****48trial.hanadb.test.hello::model_access')' in 341 ms 481 µs . SAP DBTech JDBC: [10001]:...
View ArticleRe: insufficient privilege: Not authorized
Actually you need to provide the complete role name like below; my role: role c5XXXXtrial.hanainstance.ETATracker.ETATrackerBL.roles::newrole { } sql call: call...
View ArticleRe: insufficient privilege: Not authorized
Thanks, I've done it. But After your 4 steps I also getinsufficient privilege: Not authorized I can't access to NEO_30BK938A7DOYWS5MXEP12UONI.CREDITS table
View ArticleRe: How to create Percentage Share of Result on HANA?
Hi Lilia, sorry I am not familiar w BW concepts, however, I found a similar post here: https://scn.sap.com/thread/3404992
View ArticleRe: Activation of Information View Not Working
HI Nagendra, I suggest you use the developer perspective instead of the system perspective to do your development. window - open perspective - developer... as far as to why the views may not be...
View ArticleRe: Need equivalent CE_JOIN statement for SQL Join Statement
hi Mahesh, for sql (inner) joins, try select t1.columnName, t2.columName, .. etcfrom t1 join t2 on t1.columnX = t2.column repeat join for more table joins hope this works
View ArticleRe: insufficient privilege: Not authorized
i didnt get your question. Can you explain in detail. like after the activation of the role, when you are trying to run the xsjs file you are getting the error ? or while opening the table you are...
View ArticleRe: insufficient privilege: Not authorized
I've done after recreating role through call "HCP"."HCP_GRANT_ROLE_TO_USER"('p19******48trial.hanadb.test::model_access','p19******48')
View ArticleRe: Need equivalent CE_JOIN statement for SQL Join Statement
Hi Sergio, Yes, i can use the SQL join statement, but i need it in CE_JOIN. Also, i can do it easily with CE_JOIN as i have mentioned above in my original question, but what i need is for not equals to...
View ArticleRe: How to port NodeJs Module to XSJSLib?
Well it isn't released for customers/partners yet; so no public test. But I see from your profile that you are listed as working for SAP. XS Advanced is part of internal Orange builds. Download it...
View ArticleRe: Need equivalent CE_JOIN statement for SQL Join Statement
Why do you have to use CE_JOIN? It is recommeded to use SQL instead of CE functions now.Cheers,Rich Heilman
View ArticleRe: Need equivalent CE_JOIN statement for SQL Join Statement
, i think i am not up to date with HANA developments, I've just found this link https://scn.sap.com/community/hana-in-memory/blog/2014/12/11/calculation-engine-ce-functions--rest-in-peace Here i can...
View ArticleJob execution failed in BODS
I am trying to distinguish company codes based on ID i.e.1000,2000 ... There is some error while job execution.Not able to figure out what it is exactly ?I tried to delete and put the link back...
View ArticleRe: Need equivalent CE_JOIN statement for SQL Join Statement
Yes, I can confirm that SAP now recommends to use SQL instead of CE functions. Cheers,Rich Heilman
View ArticleRECOMPILE HANA Procedure automatically while importing it (Design Time)
Dear All, The ALTER PROCEDURE RECOMPILE statement manually triggers a recompilation of a procedure by generating an updated execution plan. I want that whenever we import HANA procedure (design time...
View Article