Re: Reg - Performance of Stored Procedure
Giri, per my tests today, having a calculation view doing the transpose is more costly than doing the transpose in SQL Script in the stored procedure. my solution for this would be to run smaller...
View ArticleRe: SAP HANA - Inner Join Performance Optimization
Without seeing the PlanViz, the explain plan, the table definition, SAP HANA revision.. etc. it's going to be a guessing game of where time is spend why. Also: how many records are returned? Looking at...
View ArticleRe: How to handle the huge data(>crores) in sapui5 oTable?
Hi Thomas, We have build a XSOData Service and bound it to a SAP.UI.TABLE.TABLE. The table uses a $skip count of 200 (visbile row count). I am using a OModel (server side model). When I press the page...
View ArticleRe: SAP HANA - Inner Join Performance Optimization
Torben, if you are able to do this in a graphical calc view, I think the Calc engine should be able to help with the optimization, otherwise, in plain sqlScript you may want to break down the complex...
View ArticleRe: SAPUI5 Navigation between sap.m.App and sap.m.splitApp
Hi Maycon.It's easier than it appears. I had the same problem and to make the SplitApp preview you just have to call the view like a normal XML view but Insert the TAG <SplitApp></SplitApp>
View ArticleRe: odata filter for null values
hi Sergio,thanks a lot for looking into this. i have tried several options with and without ' and this is how it responds- 1.filter=not('INDC' eq null)error - "Literal 'null' not supported by this...
View ArticleRe: odata filter for null values
Have you activated the null support in the XSOData service definition itself? service { "sap.hana.democontent.epmNext.data::PO.Header" as "Header"; } settings { support null;}
View ArticleRe: odata filter for null values
Hi Thomas, i get syntax error if i add the code for settings at the end Below is what i have in definition 1. xsodata service {"sap.mm::mm" as "MM2" keys generate local "ID"...
View ArticleSecure Odata (HTTPS) warning in browser
Hi there, I have set up the XSACCESS file to enable secure HTTP by setting "force_ssl" : true, now when I access the ODATA service with HTTPS and port 4300, I get the below warning on the browser. Can...
View ArticleRe: odata filter for null values
Dave, I created a similar odata service, and I added the settings: { support null; } I queried my service and I am able to query null values as: url/entity?$filter=COLUMN eq null&$format=json...
View ArticleRe: Secure Odata (HTTPS) warning in browser
you need to set the certificate on xs, otherwise the browser doesn't recognize the valid cert but it is going to the https url
View ArticleRe: odata filter for null values
looks like i am on SPS08 thanks again folks for checking and helpingmuch appreciated.
View ArticleRe: Calculation View question
Ok. then something is going wrong in your view. Could you elaborate more about the view you're consuming? is it a calc or analytic view? check the joins.Also, you can preview the data in middle steps...
View ArticleRe: Parametrized scripted calculation view used in graphical calculation view
Hi Roman, I am modelling in SP9 and have consumed graphical view in scripted view. I am facing the exact same issue as you were. Can you please help me with the way you resolved the issue. Thanks in...
View ArticleRe: Connect HANA Studio to aws Instance
Hi, I had the same problem but for me the issue was related to the ports.basically in the instance you can see all ports opened for different connection types. I had 3200 for GUI so i assumed instance...
View ArticleRe: Unable to register Adapter with Agent - SAP Hana Data Provisioning...
Hi Ramees, We are also facing same issue while registering Oracle log reader adapter with on-premise HANA system which is mentioned below: Adapter 'OracleLogReaderAdapter' could not be registered with...
View ArticleRe: How to port NodeJs Module to XSJSLib?
Great, waiting for NodeJS, is there any environment available to test NodeJS support?
View ArticleRe: Parametrized scripted calculation view used in graphical calculation view
Hi Roman, I have resolved the issue.1. I went into Script View2.Went to semantics.3.Then into Properties4.In "parameter Case Sensitive" row ,I changed it to true(instead of false). Then I mapped this...
View ArticleRe: Parametrized scripted calculation view used in graphical calculation view
I agree with Shakti, your (mandatory) input parameters are case sensitive unless you change the parameter Case sensitive as he mentioned
View Article