Re: Accessing data cubes from Excel
It's difficult to help you without having more information. For example what do you mean by everything messes up exactly? Is it aggregating numbers that you did not expect to aggregate for example?...
View ArticleRe: How to catch 403 Forbidden Error and show a popup message?
Any more suggestions here?? It will be really appreciable..
View ArticleIs the Update and Delete working in XSODATA CRUD SP6 or above?
Hi All, I have been experimenting with the web-based development workbench for SAP Hana based on the following and the youtube video of Thomas Jung: "Develop Your First SAP HANA Native Applicationon...
View ArticleRe: Is the Update and Delete working in XSODATA CRUD SP6 or above?
Off hand I don't think the interface on the update procedure is right. If I remember right, you have to have the table structure on the in and out parameter. However if you are on SPS07 I would really...
View ArticleRe: Calc view - input parameter
Hello Experts, Is there a way to pass the parameter value in runtime to the same scenario above ? Thanks
View ArticleRe: XSJS service for Parameterised Hana View
Hi TP P, Take a look on this sample How to insert data in HANA through JavaScript (with XS Engine) Regards, Fernando Da Rós
View ArticleRe: SAP HANA scripted view vs stored procedure
Hmmm really strange behavior this 30min/3min difference. Take a look on _sys_bic schema, procedure and you may find your script view with name posfixed with "/proc" and execute it. Give a try on...
View ArticleHow to include HANA tables into package and delivery unit
Hi Experts, How can I include HANA tables into a package, so that I can assign it to delivery unit together with data models and download to local PC?(Include tables and data models in one package and...
View ArticleRe: How to include HANA tables into package and delivery unit
Hi Carlos, you can create your tables within a SAP HANA Native Development project (XS project) using hdbtable files or with Core Data Services (hdbdd; since SP5). The project and the files are...
View ArticleOpenSAP: Schema created on project tab view not appearing in system tab view
Hello All, I am following the Introduction to Software Development on SAP HANA course and at the stage of creating Database Schemas and Tables.However once I create the .hdbschema file in my project,...
View ArticleRe: Procedure failed and need guidance to optimize.
Also what REV are you on? We've had memory allocation issues that were resolved with upgrade. Most recently with REV80 indexserver issues were causing the memory allocation errors and we were advised...
View ArticleRe: OpenSAP: Schema created on project tab view not appearing in system tab view
Have you also done the steps to create the role and grant it to yourself? When you first create a schema via HDBSCHEMA, your user doesn't have authorization to it yet.
View Articleget host name and instance number from hana trial database
Hi, I have a Hana trial account, you can see in the attached image. Im configuring SAP Hana Studio to connect with my Hana trial database but I don't know how to get the hostname and instance number of...
View ArticleRe: How to connect to hana via python using the hdbuserstore key ?
It's not possible to use it with Python. The hdbuserstore/SAP securestore only provides C/C++ API access. For ODBC it actually is possible and a little search effort should have brought you to this...
View ArticleMaintain Comments for columns of tables using CDS
Hi, We have created our tables with CDS framework using .hdbdd file.But we are unable to figure out how to maintain comments for the columns of the table and also for the reusable types.Please let me...
View ArticleRe: Transformation -> Class XXX contains stored procedures which cannot be...
Hello William, we had the same issue with BW 7.40 SP08. By implementing the SAP note 2082585. We can now continue developing with HANA expert script. You're welcome!
View ArticleRe: Dynamic Parameters using SQL Script in a Calculation View
Hi Ravi, I am trying to create the same scenario as you mentioned...see my code below. I want to get the range from the sales org in my script model. select...
View ArticleWhat is the correct way for calling odata?
Hi all,I wrote some code and it is working fine. But i think and i believe that i should change my code because of the security issues.In this program, I'm calling odata with js but the problem is...
View ArticleRe: How to hide sidebar from VizContainer?
So there is no way to hide it in VizContainer?I looked also to VizCharts but its graph seems not good as VizContainer's.
View ArticleRe: Maintain Comments for columns of tables using CDS
Hi, The only comment options which i could find in Developer Guide to include in .hdbdd file was:In-line commentEnd-of-line commentComplete-line commentMulti-line comment These don't help, as the...
View Article