Re: SAP B1 CLOUD ON HANA QUESTIONS
Okay, after a restart and another trial, I have been able to install Analytics also. Now XApps is the only component which is not installed. The problem of opening license control center remains. It...
View ArticleHow to enable Javascript debugging in non-development environment?
I'm sure this must have been asked before, but I haven't been able to find the answer. We have HANA SPS 11. I am using Eclipse Luna with the latest SAP Dev tools. I want to be able to debug Javascript...
View ArticleRe: SAP B1 CLOUD ON HANA QUESTIONS
You can not use traditional Control Center Rahul now because you have Cloud Control Center.Forget about that because we asked to not opt for On Premise SLD BR,Parv
View ArticleRe: SAP B1 CLOUD ON HANA QUESTIONS
This problem can be resolved using very nice/easy fundamental.Check in CCC if you have used IP or Hostname to register Database instance,License Server and following this check same in...
View ArticleRe: SAP B1 CLOUD ON HANA QUESTIONS
Morning Rahul, License can be imported in CCC itself, you have been doing it in SQL CCC as well so same here no need to visit License Control Center, all here in CCC.andEnablement link should be...
View ArticleRe: Distinct of all the fields in the attribute view
Have a look on this thread:distinct clause while designing views(Attribute... | SCN Regards,Krishna Tangudu
View ArticleRe: Join 2 table XSODATA
It would be better if you create a view in HANA and expose the view via ODATA. Regards,Krishna Tangudu
View ArticleRuntime increase with SPS10
Hi experts, Since I upgrated my HANA DB from Rev 85 to SPS 10, one of my ETL jobs (stored procedure within HANA) is now running 3,5 times longer than before. Did anybody make the same experience?...
View ArticleAutomate HANA Code review
Hello All, We are creating lots of Attribute , Analytical and Calculation views . Our most of Calculation views are SQL script based one. Is there any specific tool which will help to do...
View ArticleRe: Installing the SAP HANA Vora Engine using Ambari
Hi Pragati, The Hortonworks-Sandbox is running CentOS 6.X. This will prevent the compatibility libraries from being loaded and Vora will not start. Currently, Vora only supports RHEL6.6, RHEL7.1,...
View ArticleRe: Attempt of using $link operation in XSOData leads to error. Why?
I think you need to update your multiplicity from "*" to "1" on your dependent table even though it is a one-to-many association. I was getting this error for a many-to-many association and this...
View ArticleHow to Filter Specific Columns
Hello Experts, I have a calc view like below.FundPeriod1Period2Period3period4Total1203020301002101010104032020202080 Is there a way I could create an input parameter to only get data from...
View ArticleRe: Attempt of using $link operation in XSOData leads to error. Why?
I just realized that this works for at least the create and delete operations, but not for the read. Using a 1-to-1 multiplicity here generates the following error when trying to navigate to the URI...
View ArticleRe: Manage multi-table insert using OData Service
I was able to *mostly* solve my problem. The main thing was to specify a 1-to-1 for my association even though it is a many-to-many. This gets the service working for create, update and delete...
View ArticleRe: PUSH Notifications in HANA
Hello Arun, concurrency control can be done by the OData engine using the Etag concept ( Operations (OData Version 2.0) · OData - the Best Way to REST ). HANA supports that since SPS09...
View ArticleRe: Regarding XSJS ref document
Ram, there is no native JavaScript ref document, however, you can check the w3school site, google, code school, among others. what are you trying to accomplish/do?http://www.w3schools.com/js/default.asp
View ArticleRe: How to use SMART DATA ACCESS in SAP Hana Cloud Platform?
Hi Canddrababu, In case you are using HANA on the HANA Cloud Platform (HCP), like Vlado commented, you don't have access to the OS, so can't use SDA. SDA requires to have the ODBC drivers to connect to...
View ArticleDefault values in XSDS
Hello all, I've been looking for some examples about the topic, but found nothing... Is there a way to use the default value when creating an instance via XSDS? For example: @Catalog.tableType:...
View ArticleRe: HANA Instr function to check for numbers?
Hello, I have a similar requirement. In Attribute view, If a particular column is numeric, i need to trim all leading zeros and show in a calculated column.If not, I need not trim zeros. How can I...
View ArticleGetting ServerName in a View
I was looking to get a stored procedure to return the name of the server that the database is sitting on.In Sql Server, this would be Select SERVERPROPERTY('servername') as [theServer] After googling,...
View Article