Call proceedure results a null value
Hello everyone, I have written a simple calculation procedure. CREATE PROCEDURE _SYS_BIC.calculation(IN value1 decimal(15,4), IN value2 DECIMAL(15,4), OUT result_value decimal(20,4)) LANGUAGE...
View ArticleHow to do a WHILE DO loop on data from a SQL Calculation View
I would like to do a WHILE DO loop, I am pulling columns from a SQL Calculation View to Do the iteration. I want to start with a value AD = 2 and iterate until a condition is met. In addition to the...
View ArticleABAP Development using HANA Studio
Hi All, I am getting the following error message when trying to add a project in SAP HANA Studio for ABAP Development: User USER26 is not authorized to access system E89 via ABAP in Eclipse (The...
View ArticleCE Join on columns with different names
Hello All, I have seen several examples to write CE functions. BUt, I have not come across any example where a join is performed on columns with different name. For example: With SQL: select...
View ArticleLong login to SAP B1 releated to HANA issue.
Dear all, I have strange issue with SAP B1 for HANA and with HANA itself. When users are logging to SAP B1 it takes about 2 minutes to log in, durning that time SAP B1 client hangs, goes gey and stops...
View ArticleHelp requested re: LCM Connection Error
Hi HANA dev community, I'm hoping one of you kind folks might be able to shed some insight on an issue I am encountering. After installing LCM onto HANA through the manual installation steps, I tried...
View ArticleCustomized Date format using DatePicker
Hi Team, Please tell me how to declare customized date like MM/yy using DatePicker element.Reply me any sample working code to do so. Thanks,Nagender Naroju.
View ArticleCalculated column using timestamp
Hi Experts, I have a table which contain a column Hire_Date and joining_date.I need to create a calculated column which contain the values in years of that particular employee.So that i can count in...
View ArticleHow will the HANA System use the space in Fusion IO Card
We are the new user of HANA. We want to ask the following case:One HANA Medium server with 512GB Ram, one 1.2TB Fusion IO card, 8*900GB Harddisks.When we use the HANA server with big data and use all...
View Articlesystem table name to get metadata of a calculation view in HANA
Hello I have created a graphical calculation view,which is running sucessfully. Example :- table1, table2 -- > join_1 ( table1.id =table2.id) --> projection_1 -> Aggregation -- >...
View ArticleBatch writing into HANA over ODBC
We have to write mass data into HANA from a C# application. Inserting data rows one by one using INSERT statements is quite slow. Is there a more quick way to insert batch data, e.g. 1000 rows at once?
View ArticleINSERT statements in HANA DB
Hello, I'm trying to insert 11570 records in three tables in a database. Ist table: 25 records2nd table: 57 records3rd table: 11488 records The syntax for all the insert statements if fine. If I...
View ArticleConcatenating Multiple rows of a column into 1 cell
Hello All, I'm sure this question has been asked multiple times, but i'm still not have a clear answer..My...
View ArticleApplication Site problems concerning widgets
Hi folks, we are currently trying to create an App Site with some widgets. I already built a test project last year which worked fine but now Hana Studio keeps telling me "Could not process your...
View ArticleHANA Databases: RDBMS and HANA, where do I put my data?
I need some clarification regarding the databases provided by HANA Cloud. So far, the HANA's presentation I have attended emphasized on the in-memory technology and the potentiel of HANA to provide...
View ArticleSQL BETWEEN in HANA
Hello All, I have to write a condition where I have to check a "DATE" lie beween two other date values as shown in the example: var_out= CE_PROJECTION(:table1,["col1","col2","col3","col4"], ' " col2"...
View ArticleHANA session switches automatically to SYSTEM schema.
Hi Developers, We're facing an issue in which during our work with HANA the session switches to the system database after a period of idie activity against the DBMS. For example we have the SCHEMA ABC...
View ArticleR Integration with SAP HANA
Hi Experts, I have done some application with R integration with SAP HANA but i have one query regarding that actually have more than 15 lakh records and i want to execute with R code but it's throwing...
View ArticleHow to enforce user access control when exposing OData tables
Hi all,I'm the phase of architecture definition for a web application.One of the options is to develop a UI5 application which consumes OData services exposed by HANA.One of the key points is that...
View ArticleAltering a table is creating a deadlock
Hi All,I am working with SAP HANA Studio (SP6) for a month now and I'm facing the following problem.When I try to alter an already existing table using "PROJECT EXPLORER" perspective by adding the...
View Article