Does number of fields defined on Analytical View affect overall performance?
HANA experts, I wanted to pose a question that our developers are pondering here. In summary, does the number of fields defined on a given Analytical View affect overall performance? Here's a...
View ArticleLoad content into remote iFrame
Hello Experts, We have created a HANA SplitApp project with a selection screen. The values entered in the selection screen are stored in a global string and then used as input to BO query strings to...
View ArticleALTER SEQUENCE in SQLScript stored procedure supported?
Hi, I can successfully execute the following SQL statement within the Hana system SQL console: alter sequence "MISSIONCONTROL"."hpl.missioncontrol.data::missionCockpitLogId" RESTART WITH 1; I have...
View ArticleHow can HANA Server Side JavaScript use “Eval” function?
Hi HANA Experts, I use EVAL function to create an object by classname in xsjs file, but it has an Error "Eval is evil". In Client javascript, we can use the Eval function. How can we use "EVAL"...
View ArticleHow to limit threads in HANA?
Hi , I have created a report on HANA. When we execute this report, I observed that there are more than 500 threads running parallely for SQL statement. HANA is generating lot of JobWorker(plan...
View ArticleHandling Characters Like # in Data, when as HANA views via oData services?
We've some special characters in the fields (like '#' ), and because of this the client side ODataModel /JSON parsing is breaking when ever the data has these characters. Is there anyway to encode this...
View ArticleProblemas al crear una factura
Hola buenas tardesAL momento de crear una factura de cliente, me aparece el siguiente mensaje de error: Could not commit transaction: Error -1 detected during transaction '' (ITR1) Alguien sabe que es...
View ArticleIs it possible to alter IDENTITY column?
Dear collegues, I am running SAP HANA 1.00.72.00.388670 in HANA Cloud. I am trying to migrate the data from SQL Server to SAP HANA.The IDENTITY value support is enabled. I am trying to import data from...
View ArticleHow do we transport DATA in implementation project from Development to Quality?
Hi folks, I am New to SAP, I wanted to know how we transport the data in implementation projects from development to quality server? Is it using SE10, se09 or do we have some other technique? The same...
View ArticleExplaining SQL Processing Results
Peeps, I ran a query in the hana sql window and it had these processing results: successfully executed in 101 ms 821 µs (server processing time: 67 ms 263 µs)Fetched 1000 row(s) in 250 ms 602 µs...
View ArticleLoad content in remote page
Hello Experts, We have created a HANA project wherein we have to navigate to different pages based on the response from the main page. However, the challenge is that we have to update fields on these...
View Articlecalling User definedTable valued function in Select
Hello, I Created a UserDefined Table Valued Function in HANA. I need to call it in Select Statement Statement. For Example Select Func(col1) as test,col2 from tablename; While using UserDefined Table...
View ArticleSelecting the current timestamp in specific format
Hi Everyone, I have a requrement whre the timestamp column values have to be shown in 'YYYY-MM-DD HH24:MI:SS' format. It was possible in the earlier versions of Hana. I am currently on SP07 and i am...
View ArticleHana scheduled Backups
Hello, I'm trying to schedule Hana's backups. First of all, I'm trying to execute with the sample script. #!/bin/bash# SAP HANA Backup# define backup prefixTIMESTAMP="$(date...
View ArticleCould not commit transaction: Error -1 detected during transaction '' (UDO1)
I'm having the error "Could not commit transactión: Error -1 detected during transaction " (UDO1), after trying to register an UDO:we are working on SAP B1H 9.0 PL09, HANA REV 69. My customer has...
View ArticleCalculation view with input parameters
Hello there.I got a calculation with that expects 2 input parameters.But now I have to created another calculation view that import this calculation view.How can I pass these 2 parameters using...
View Articleidle_connection_timeout documentation
I could not find documentation on the configuration settings idle_connection_timeout available under Configuration->indexserver.ini->session in hana studio. If someone know where to find such...
View Articlecan't use procedure in the .rdl file.
Hi experts, I created a simple River project, and I can active the project successfully.But when i added some codes to call a procedure, then i can't active the rdl file. This is the code I used to...
View ArticleSPS7 .hdbprocedure with INSERT gives privilege error during activation
Hello All, We have upgraded to SPS7. We are trying to use an INSERT statement on a database table in a .hdbprocedure. For this we removed the READ SQLaddition on the SQL header, made SQLSCRIPTMODE...
View ArticleWriting data into table from Calculation View in SAP HANA
Hello Experts, I have a situation where there are some calculated and restricted keyfigures in Calculation View. Now i want to read data from this calcualtion view and store into ztable in SAP hana....
View Article