Re: How to run calculation view or procedure one by one.
Hi Srihari, I have totally 200 columns in my report. I have splitted those 200 columns in 20 views and finally integrating into final view. Thanks ans regards,Ranjith.
View ArticleRe: How to run calculation view or procedure one by one.
You may want to re-look into the reporting requirement. You are trying to get 200 columns with 2 million (20 lakhs) records as output and dump it to the user report. This bound to go out of memory...
View ArticleRe: on hana
If your issue is resolved or got the right information. Please close the task. It’s may be useful for another persons who is having same issue.
View ArticleRe: how to update table or model on button click
Do you wanna do changes for all lines displayed in your table or do you wanna do changes for only a specific line? In general you have to add a handler method for the press event of your button, e.g....
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
We're having the same issue with NullPointerException. It seems the agent can't handle any failure during config, and if you get any failures you need to wipe all the config and start again. We get...
View ArticleRe: Parameter in oData consumption by UI5
Dear Roberto, Did the same. Found same error in Procedure activation itself. Please help.
View ArticleHow to pass the value from XSJS to a table type input parameter in procedure?
Hi, I have a stored proc like: PROCEDURE "MY_SCHEMA"."my_project.procedures::in_param_tt" ( in EmpID integer, in Skills table("Skill" varchar(50))) LANGUAGE SQLSCRIPT SQL SECURITY INVOKER READS...
View ArticleRe: How to pass the value from XSJS to a table type input parameter in...
Hello Sanampreet, on a HANA system with an SPS >= 9 you can do following for instance: var oConnetion = $.hdb.getConnection(); var oProcedure = oConnection.loadProcedure("MY_SCHEMA",...
View ArticleRe: how to update table or model on button click
Hi, thank for your reply. I just want to change the STATUS field. will try this out. Thnx again and Merry Christmas
View ArticleRe: xsjob can not work
I find the way: SAP HANA configuration variable xsengine.inischedulerenabled Now, xsjob can work.
View ArticleRe: how to delete xsjob
You can use SYSTEM user to delete entries from tables "_SYS_XS"."JOBS" and "_SYS_XS"."JOB_LOG" . Candy Zhang
View ArticleRe: Cannot change the structure of the hdbtable after table import ?
Hi, please add the integer values in your csv file at the 4th position and not in the 3rd position. The alter table statement resulting from the change of the hdbtable file adds the new column also on...
View ArticleRe: Cannot change the structure of the hdbtable after table import ?
Hi Florian, Thank you very much for your help!Now I have understood. The position of the new column in the definition file is not relevant. The new column can be added only in the last position. Best...
View ArticleRe: How to call HANA store procedure with input table variable in a SQL console?
Hi all, Just want to know if i can create a procedure with input as table name.and within the procedure i am calling the table. Create procedure "SCHEMANAME"."call_table"(IN TABLEANAME...
View ArticleHow to dynamically change host for HTTP destination
Hi colleagues, In the project I'm working on there's a need to change the destination host for outbound XSJS calls. This is related to the fact that the HANA system will be created automatically via...
View ArticleRe: How can I get the number of week (of quarter) in a Date in sap hana...
Hi Suhas, Thanks for your reply.In the above formula given by youSELECT ROUND(TO_NUMBER(TO_CHAR(Fiscal or Calendar, 'ddd'))/7) may I know what I have to pass in place of Fiscal or Calendar. Actually I...
View ArticleRe: how to update table or model on button click
Thanks for your response, I figured the filter with the odata model itself. Now I am able to update the model also, but it's strange that not showing the success or error function Alarts. code...
View ArticleRe: how to update table or model on button click
Did you set a break-point to check if the function is called at least?
View ArticleRe: How can I get the number of week (of quarter) in a Date in sap hana...
Hi Ramana, Since you have to calculate the week for the date in your table from FROM date,Pass the FROM date only.SELECT ROUND(TO_NUMBER(TO_CHAR("From Date", 'ddd'))/7) . Regards,Srihari.
View ArticleError While Exporting BW objects
Hello Experts, I am facing below error while importing any BW object. Please help me to resolve this error.
View Article