Re: Extending Standard Sales & operations Planning (S&OP) application for...
Hi Imran, Did you get answer to your question? If yes, can you please share. Is there any SAP standard document guiding how to extend standard on-premise HANA applications? Thanks,Chirag
View ArticleRe: Plan Visualizer - performance
Most of the information you'll find in the performance trace actually is internal information where you won't find much documentation about. This is partly due to the fact that the way SAP HANA...
View ArticleRe: Best Practices HANA Modeling: Attr/An/Calc Views or CDS
You might want to read more recent guides!For SAP HANA modelling the direction forward is to use only calculation views. Over the last SAP HANA releases, calc. views had been enhanced with nearly all...
View ArticleMultiple aggregate nodes in calculation view
Hello Gentlemen's, I've a requirement, which I want to achieve by using graphical calculation view instead of scripting. I want to display aggregated value of filed DMBTR from BSEG table. And the...
View ArticleRe: Best Practices HANA Modeling: Attr/An/Calc Views or CDS
Hello Lars, Thank you very much for your opinion. You say that I should read more recent guides about modeling but I do, and all of them are recomending the use of Attr, Ana and Calc views, for...
View ArticleUnique Constraint error
Hello everyone, I'm trying to insert some data from a time series to another time series using the following query: insert into "test"."testing::TimeSeries.CostRevenueSubscriberKeyFigureSeries"select...
View ArticleMapping MSSQL ISNUMERIC to HANA
Hi Guys How can I translate MSSQL ISNUMERIC function (ISNUMERIC (Transact-SQL)) to HANA DB? Thanks in advance
View ArticleSQLScript Debugger?
Hey, I tried to debug a stored procedure. But it doesn't stop at breakpoints. An in an Open SQL Console I CALL this procedure. But it doesn't break.I use HANA SP10 and Hana Studio 2.1.4. I hope you can...
View ArticleRe: Eclipse mars have no XS project after install the hana tool
Thought maybe the note mentioned might help...
View ArticleRe: Can we create hierarchies on Analytics view in Hana DB
I am using HANA Studio release 2.2.8; i am not able to create hierarchies in Analytic but can create in attribute and calculation view. Why you are saying attributes and analytic view will go away? i...
View ArticleSAPUI5 authorization on SAP Hana XS
Hello.We have application backend with SAP Hana XS and are developing frontend SAPUI5 application on SAP Hana. We would like to create the system of privileges on standard SAP HANA & HANA XS tools....
View ArticleRe: Unable to delete Hidden Objects
Try deleting the package and subpackages associated from the repository tab and if you want to delete only few object with in the package/sub package. Delete the object and activate the repository Let...
View ArticleRe: Connect From Java
Hi, Can you please provide the jar file (ngdbc.jar).. I am searching but not getting the jar file. Thanks.
View ArticleRe: Get list of HANA views via SQL
Hi Torsten, this should be the best way: SELECT TOP 1000 * FROM "_SYS_REPO"."ACTIVE_OBJECT" WHERE OBJECT_SUFFIX = 'calculationview' Regards,Alex
View ArticleRe: Connecting HANA with CPLEX server etc.
http://http://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/ Hi, CPLEX is now available as a service in the CLOUD regards
View ArticleRe: Mapping MSSQL ISNUMERIC to HANA
Honestly, I don't know what to do with this thread. Simply using any search (google, SCN search, ... ) provides plenty of threads that deal with the very same question and provide solutions. Like this...
View ArticleRe: Define a star with CDS Entities
Can you elaborate a bit more what you try to accomplish here? If "star" refers to a star-join operation, then the question can be easily answered.It doesn't really matter. Designing views (and that's...
View ArticleRe: Mapping existing tables to CDS Entities
You mean retro-fitting your existing tables into a CDS data model?The only option I see for that is to create CDS views that access the existing data model. But then again: why would you want to do...
View ArticleRe: SQLScript Debugger?
Hello Fabian, just settings a break point and calling the procedure is not enough. You have to create a debug configuration for your procedure (Debug Design-Time and Catalog Procedures - SAP HANA...
View Article