Re: Table column type error using ARRAY_AGG in SQLScript
Hi Addi, Thank you for your reply and suggestions. You asked why I want to add a column to a table variable. The problem lies in: I can't find the proper XSJS API to consume more than one result...
View ArticleRe: UPGRADE SBODEMOUS IN SAP HANA
Hi Angel, This is a question related to B1, not HANA in general.Please post your question at:http://scn.sap.com/community/business-one Regards,Trinidad.
View Articlecorrect use of input parameter in calc view
Hi, I created a script-based calc view USERS_CALC with input parameter as following./********* Begin Procedure Script ************/ BEGIN DECLARE session_user_var VARCHAR(256) := '$$userId$$';...
View ArticleRe: HANA and Hadoop in Future road map ?
Hi Pradeep, Just saw your post.Guess by now you may have got answers to your query from someone or other.Nevertheless, in my view Native Integration of HANA with HADOOP can only be achieved via SDA (...
View ArticleRe: correct use of input parameter in calc view
Hello Michael, there seems to be an issue with the box brackets...from what i understand from your code var_out = CE_PROJECTION(:all_users, ["ID" AS "Id",...
View ArticleHANA XS - How to fix Inactive Testing issue of items not loading (when using...
Is anyone else having issues with the inactive testing using the cookie (sapXsDevWorkspace)? My team has abandoned using it because it is causing us a lot of trouble. It initially worked well for a...
View ArticleRe: correct use of input parameter in calc view
Hi Aaditya, Thanks for the answer. I need a calculated attribute 'IsMe' produced by CE_CALC into the projection. I don't want to filter the projection by 'UserId'. Is there anything I need to do in...
View ArticleRe: cannot get the data provider outline
Hi Akhilesh, were you able to resolve this issue? I am getting exactly the same error. Please let me know.Thanks,Jennifer
View ArticleRe: correct use of input parameter in calc view
Hello Michael Sorry for misunderstanding your question... But i cannot guess what you intend to calculate by the expression UserId"='':session_user_var are you trying to output the result of the...
View ArticleRe: correct use of input parameter in calc view
Hi Aaditya, following is in my first post that I'm trying to output the calculated attribute: CE_CALC('"UserId"='':session_user_var''', TINYINT) AS "IsMe" Thanks,Michael
View ArticleRe: correct use of input parameter in calc view
Hi Michael, The Calculation View code is correct. I am just not sure what are you trying to here: CE_CALC('"UserId"='':session_user_var''', TINYINT)I feel the above statement is incomplete. Few...
View ArticleRe: HANA and Hadoop in Future road map ?
Hello Pradedeep, Integration with Big data like Hadoop, Teradata, etc.. or any other sources is done by SDA(Smart Data Access) in SAP HANA. Bca, SAP HANA Database consists 2 types of table or data ,...
View Articlecan't send Ajax request via POST method to HANA DB
Hi all, In one SAPUI5 project, I am intended to send some arrays in Ajax to XSJS file. I first convert array elements into a string and adopt "GET" method in Ajax. The request looks like this:But it...
View ArticleRe: can't send Ajax request via POST method to HANA DB
Where exactly do you see that POST isn't supported? I don't see anything in that page that says that. Do you perhaps mean this sample: if($.request.method === $.net.http.GET) { // get query parameter...
View ArticleRe: can't send Ajax request via POST method to HANA DB
Sorry for the mistake I've made. Thank you Thomas.
View ArticleRe: can't send Ajax request via POST method to HANA DB
It turns out that it is practical to send Ajax request via POST method. Thanks Thomas again for pointing out my misunderstanding. Here is the way I send array data in my case described above:First...
View ArticleRe: correct use of input parameter in calc view
Hi Michael, Can you please make the following change and try. I think the userId is the input variable to your scripted Calc view. Michael An wrote: /********* Begin Procedure Script...
View ArticleMigration of BW to HANA Data Base
Hi Experts,For Migration of BW 7.3 SP7 to HANA Data Base , I would like to know procurement details for HANA data base. suppose current Database used by BW in production is 468GB (51%), assuming for...
View ArticleUpdate to SP7 on AWS ?
Hi, Is it possible to update my SAP HANA Developer Edition on AWS to SP7 ? Thank you
View ArticleRe: SAP HANA Developer Edition on Amazon Web Services (AWS)
Hi Hari, I just used CAL to test SAP HANA developer edition rev 72 on AWS. The password of SYSTEM should be the solution password which you set. It works for me. Best regards,Wenjun
View Article