Dynamic creation of an OData service in XSJS
is this possible? I'd like to present a tabular result of a stored procedure in a SAPUI5 Table control. The well-described approach for tables so far is to create an OData service definition at design...
View ArticleError when using "EXEC" in HANA Web-based Dev Editor
Hi, I have created a stored procedure and using HANA Web based Development Editor Rev69.When I include "Execute Immediate" in the procedure I get the following Error, If I comment the line, the...
View ArticlePrint statement in sap hana
I have a variable like this. 'var1' = 'C20000'; I am unable print its value. Please help me.
View ArticleTable type to store intermediate result
Hi, I have developed a script based calculation view which accepts one cost center as input parameter and returns all the required fields in the output. I need to create another calculation view which...
View ArticleJQuery.ajax is hitting the error function call instead of success. Problem...
I am getting OK status in Java Console. In response i can see result also which is correct.But JQuery.ajax is hitting the error function call instead of success.I tried hard but I am unable to figure...
View ArticleHANA Optimal Performance issue ?
Hi, 1. How to create a materialized view? Is it possible in HANA? Will it be helpful?2. Can anyone tell how to enhance performance of sql statements(stored procedures) in HANA by doing code...
View ArticleRemove user fields
Hi experts,I'm trying to create/remove user fields.The SBO HANA spends more than a minute or two for do it (for user fields of marketing documents, for example) Is this normal? Thanks PD: SBO9 PL09
View ArticleSP07: migrate Statistics server. Notes referred to blocked
Dear all,Scanning HANA logs because of an other issue I noticed that the Statistics server alert trace reports exception regarding incorrect credentials. Digging into this, reading the upgrade manual I...
View ArticleXS Jobs: Jobs namespace and UI components missing
Dear all, For one of the patterns I would like to implement the XS Jobs SP07 functionality is crucial. Our HANA box and studio are both upgraded to SP07. In the process of creating and monitoring XS...
View ArticleCreate column if not exists
I have totranslate this oracle script into hana script declarex number; begin select count(*) INTO x from user_tab_cols where table_name = 'EM_WEB_SERVICE_PARAMETRI' and column_name =...
View ArticleHow to concatenate rows into a single column in hana view
Hi Folks, I have a Calculated View. In that i have Order and Status as columns. Order Status 1 A1 B1 C2 D2 E3 F But i need the output...
View ArticleNavigate between views using SAPUI5 desktop application
hi, I am a beginner for SAPUI5....i have two views. one has login view and other has main view.. i tried lot of example but i cannot navigate between two view. guys please help...
View ArticleSAP HANA Studio not starting
Hi Experts, While clicking on hana studio,the loading process of hana studio is suddenly terminating .I am unable to open the hana studio.Can any one suggest me the solution. Regards,Vikram
View ArticleSAP DBTech JDBC: [2865]: SqlScript: Duplicate attribute name "ARTICLE_ID":...
Hi Friends, When am trying to create a procedure the following error is occurred. I didn't get what the error is. Please find the below attachment and let me know.
View ArticleError from HANA DB - remote temp table access failure
Dear Developers, During my work in HANA I got the following error: [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;604 remote temp table access failure: remote temp table access failure This happened...
View ArticleSales Order reejction while creating outbound delivery
Hi, While creating outbound throuhg RVV50R10C, some sales order are picked and through one Z program all those sales orders are getting rejected with the rejection reason "JF". Can anyone help on this...
View ArticleExecution of PAL stored procedure fails with "execution plan aborted"
I have set up tables and procedures for Logistic Regression and tried to execute the training procedure:CALL _SYS_AFL.LOGREG_TRAIN (LOGREG_DATA, LOGREG_PARAMS, LOGREG_COEFF, LOGREG_PMML) WITH OVERVIEW;...
View ArticleSAPUI5 : Drag and Drop jquery functions not working when using Shell element...
Hi All, I have implemented drag and drop functionality on UI5 elements. And they are working fine but not while using sap.ui.ux3.Shell Can someone please help me Cheers,Samba
View ArticleSequence nextval supported in prepared statements?
Hi, Have a sequence created, abc.def.data::logId. I am trying to use this in a prepared statement within an xsjs service as follows: query = 'INSERT INTO "abc.def.data::log"...
View ArticleChanging an internal table in an SQLScript Procedure
Hi, I'm trying to add rows to a table variable in an SQLScript Procedure, but this gives me syntax errors, so maybe it is not possible.What I'm trying to do is similar to this: tab = SELECT col1, col2,...
View Article