Hierarchies with Design studio
Hi We are working on HANA suite for one of the client, We have created Hierarchies in HANA Studio and we can see hierarchy in Lumira but we can't see in Design studio.I know design studion will support...
View ArticleChanging SAPUI5 Style with CSS when getting focus
Hey there, I have a small problem with CSS.I tried to remove those dotted border when a SAPUI5 element gets focus. Could anybody help me? I've already tried to overwrite :focus :focus { outline-style:...
View ArticleCode Formatter in HANA Studio for SQL
Hi, Does anyone know of a way to format SQL code (Pretty Print) in HANA Studio. I know there is an option to format ABAP/Java code written in HANA Studio. ThanksMurali
View ArticleIterate through a table type variable
Hi, I want to assign value by value into each of the table type probably through an index like varchar_tab(i):='abc'basically my intention is to convert comma seperated values 1,2,3 as 123 This...
View ArticleExtracting value from Dynamic SQL
Hi, I want to extract the value from a select statement into a variable, the variable been declared in a function. Example :-statement:='select 2 from dummy'EXEC statement into v_variable ;-- this...
View ArticleWindows 32 bit version of SAP Hana studio
Is a 32 bit windows version of SAP hana studio available - I can only locate a 64 bit version in the downloads area
View ArticleExtending Standard Sales & operations Planning (S&OP) application for...
Hi Experts, I have a requirement where we have to extend a standard S&OP analytics application installed in our environment. I have searched the forums but couldn't find any way of doing this. Does...
View ArticleXS app lifecycle: how to make a duplicate?
Hello Community, talking about an XS native application, with a complete stack of design time artifacts:tables/views/procedures/xsjs services/ui/...everything How to make a copy of the app and make it...
View ArticleException Aggregation in Analytic or Calc View
Hi Everyone, I'm trying to perform something similar to BW exception aggregation on one of my HANA views. I need to get the maximum and minimum 'Net Value' for various Material/Customer...
View ArticleMoving SQL Dynamic Queries to HANA
Ok, so in SQL I have this basic stored procedure: DROP PROCEDURE MYTEST GO CREATE PROCEDURE MYTEST (@ItemCode nvarchar(20))ASBEGIN exec SP_EXECUTESQL N'select ItemCode, ItemName from OITM where...
View Article.net HanaCommand TimeStamp parameter error
Ok, I have an HanaCommand to save some data through a stored procedure, when I give a DateTime value to the TimeStamp parameter I get a "Illegal TIMESTAMP value for parameter/column (7)"Any input on this?
View Article.net HanaDataAdapter Missing Datacolumn in Update Command
Ok, I have a HanaDataAdapter to read, update, insert and delete data from Hana.It works to fill the datatable but when I do any change to it, inserta new line, delete or update an existing one, the...
View Article.NET error - Cannot find libSQLDBCHDB.dll
Has anyone encountered this error before when trying to establish a HANA DB connection from your .NET program using ADO.NET? I have this piece of code and the error occurs at this statement...
View ArticleHaving issues redirecting to SAP HANA Logon Page on Session Timeout
Hi Folks, Is there a way to redirect the user to log on page without capturing the page context when the session times out? I am working on a SAP UI5 App and when the user session times out, I see that...
View ArticleHANA connection to PowerPivot
Hi. I am trying to create a connection from Excel PowerPivot to HANA and cannot get this to work. I can create the connection to HANA using the basic Excel connection. I would like to download a fairly...
View ArticleHANA data connection to Excel PowerPivot
Hi. I am trying to create a connection between HANA and Excel PowerPivot but cannot get the connection to work. I can create a connection from HANA to basic Excel. I have the need to download more than...
View ArticleHANA Developer Edition for "Administrators"
I understand that as the name suggests, the focus of HANA Developer Edition appears to be "Developers". So, since I am paying for the cloud cost of the HANA instance, can I use this platform to learn...
View ArticleXSODATA: 'create using' procedure leads to authorization error
Hello all, I have an odata (xsodata) service in which I want to call a CREATE operation using a procedure: create_new. service { "ccm.data::model.dynamicCase.DynamicCaseView"...
View ArticleHow to pass table Input parameter to a SQL Procedure in SAP HANA SQL Script?
Hi, I need to pass a Table Input Parameter to a SQL Procedure but i'm not able to pass it. Table TYpe Definition CREATETYPE"SCHEMA"."TT_TECHOBJECT"ASTABLE ( TECH_OBJECT...
View ArticleSAP Hana Modeling-views
Hello Everyone, As per Db concept, views are nothing but virtual tables and are not stored on disk. Now whenever i access my studio under sys_bic schema i see column views.Can somebody please let me...
View Article