Re: Scalar Output Parameter for Repository Stored Procedures
could you please elaborate on what the exact procedure name has to look like when defining repository stored procedures?assume I want to create the SP in package "MyPackage" and i want to call it...
View ArticleNot able to test XS services ( XSODATA, XSJS)
Hi Experts I am not able to test any XS services like XSODATA , XSJS The objects are correctly activated but when I am trying to run the XSJS or XSODTA a notepad is getting opened every time and a...
View ArticleRe: Not able to test XS services ( XSODATA, XSJS)
First of all, is your project shared to the HANA Repository? And if so, what menu option are you using to run them? I suspect from that message Eclipse is just trying to run them from the local file...
View ArticleRe: Not able to test XS services ( XSODATA, XSJS)
Hi Thomas Please find the response for the question 1. Is you project shared to the HANA Repository ? Yes, I have shared my project to HANA repository. I have right clicked on my HANA Projectand in...
View ArticleCan not insert data from temp table (XSJS and PAL)
Hi! I'm having an issue with a code I've been working on! I have a SQL code which runs perfectly in the HANA SQL Console. I need that code to be dynamic so I put it on an XSJS service. (Still haven't...
View ArticleConsume HANA models via OData
Hi, we are implementing an HANA sidecar scenario, so we are using SLT to replicate some tables from ECC to HANA DB.In the context of this project we are also implementing some SAPUI5 applications using...
View ArticleRe: Not able to test XS services ( XSODATA, XSJS)
For question 2: how are you running it? Are you using the context menu and Run As -> 2 XS Service?
View ArticleRe: Comment code in HANA studio.
Looks like there is some bug. This seems to work only if you put the /* first. If you even delete the */, and add it back, it does not comment it back. You have to go to the start of the comment block...
View ArticleRe: How to get logged in User Role in XSJS?
Thanks Henrique. I am dealing with a special scenario here but thanks for pointing out hasAppPrivilege().
View ArticleRe: Populating temp table from result of procedure
Hello Simon,Greetings! The issue in the above code is the FROM clause.You need to read the temporary table TABLE_VARIABLE which you get from your procedure as :TABLE_VARIABLE . Thanks,MM.
View ArticleRe: Not able to test XS services ( XSODATA, XSJS)
Hi Thomas I am running the service from Project Explorer right click on the object and run as XS service At this time i am getting this errorXSODATA and XSJS files are in SUB folders under the project...
View Articletext analysis doesnt fill index table
Hello, I'm trying to use text analysis for the first time. I created the following: create column table "ZPY"."CT_TXT_ANALYSIS_CHECK" ( ID integer primary key, string nvarchar(200) ); insert into...
View ArticleRe: text analysis doesnt fill index table
Hi Amir, I think you missed an underscore in the configuration name between "CORE" and "VOICEOFCUSTOMER" -> "EXTRACTION_CORE_VOICEOFCUSTOMER". Best regards,Florian
View ArticleHow to call a .xsjs from another .xsjs?
Hello friends, I need to call a .xsjs file that IS NOT MINE from MY .xsjs file. Is there way to do this?
View ArticleRe: How to call a .xsjs from another .xsjs?
Hi Amanda, you may make use of outbound connectivity service to call HTTP destination. Please follow this tutorial. - Michal
View ArticleRe: How to call a .xsjs from another .xsjs?
Outbound connectivity (as suggested above) is the answer here. But, why you need another xsjs to be called ? if you are planning to call xsjs from teh same server itself, better you call the JS...
View ArticleHANA Alert
Hi Guru, I have got a alert from HANA. below mention subject is alert. : Alert "Internal statistics server problem" (id 0) on SID 00. Rating: ErrorStatisticsCollector did not finish in time for...
View ArticleRe: Eclipse Issues
Hi, I'm learning ABAP and liking it a lot. I was wondering if there's a forum where we can find some practice exercises for it and to know ABAP scope in job markets, I mean how good it is to learn...
View Article