Re: XS/ODATA access to analytic view field lables
Yes OData4SAP includes sap:unit if you set the semantic type in the analytic or calculation view accordingly.
View ArticleRe: Coding standards for xsjs by following javascript design patterns. Is...
Remember that XSJS should be a lightweight pass-through layer. May times you just are creating a service endpoint where the bulk of the logic is in turn implemented within the database itself. This...
View ArticleRe: No record returned by SELECT on table "PUBLIC"."M_INIFILE_CONTENTS"
Hi Ashwini, a user needs to have at least the CATALOG READ privilege. ping Andrea Kristen: although there is a sentence with the the CATALOG READ privilege documentation that could be understood as an...
View ArticleRe: Analytical App: Search Table Error, Currency Conversion Error in...
Hi Lars, Can you please elaborate? How and where to check/maintain the below? Did you check the conversion rate master data?Is the conversion maintained for the given date (today)?Regards,Karan
View ArticleRe: Analytical App: Search Table Error, Currency Conversion Error in...
In order to use currency conversion you have to have the currency conversion rates tables replicated/imported into your system (TCUR...).The maintenance of the rates usually happens in the NetWeaver...
View ArticleRe: Analytical App: Search Table Error, Currency Conversion Error in...
Lars, I have all Currency related tables replicated on to my hana system. (tcurr, tcurc, tcurx, tcurf, tcurt and tcurv ). However, When I run the query SELECT * FROM TCURR, I get the data with the...
View ArticleWhat are the first set of digits in a trace file?
Hi, I see the trace files starting with a group of digits. What do they indicate? [8224]{239403}[-1/-1] Thanks,Varun
View ArticleRe: Getting output from procedure
Hi, If the procedure does not have any input/output parameters defined, then the table that it returns will be because of a select statement within the procedure that is not assigned to any variable....
View ArticleRe: Use Calculation view variable or input parameter in XS OData service
Hi Trond,You can not pass variables via URL. As the word 'Input' describes, this is what to be used in your calculation view to accept parameters from external world. As Monisha suggested, make it as...
View ArticleRe: CORS Issue while consuming Hana's OData
Denis Descause 11-Apr-2015 10:15 (in response to Thomas Jung) Hi Thomas , I'm having the exact same issue now in SP9 and it was working on SP8 here is my .xsaccess file: {...
View ArticleRe: CORS Issue while consuming Hana's OData
In SPS09 you shouldn't maintain the CORS settings directly in the xsaccess file but only via XSADMIN. >I tried XS Admin tool but I can only see the content of CORS parameters there , how do i edit...
View ArticleRe: XS/ODATA access to analytic view field lables
Thanks Thomas for the quick reply. i am doing the following code 'enable Odata4SAP' in the xsodata file,setting semantic type in analytic view.I still cannot see the property 'sap: unit' in the...
View ArticleRe: CORS Issue while consuming Hana's OData
OK, I find the edit button and re-edited everything and save with same content, but nothing changed CORS is still not enabled and i always have the error in chrome : No 'Access-Control-Allow-Origin'...
View ArticleRe: How to perform HTTPS Service for existing HANA XSJS Services
Hi ThomasThat's exactly what I need. Do I need to configure SSL for HANA XS Engine to acheive this? RegardsShashank K
View ArticleRe: XSOData Post return ID
Hi Roberto and Thomas, I face the same issue when using a stored procedure with hdbsequences to create new entries via my XSODATA service using a HTTP POST. I expect the new created ID in the result,...
View ArticleI want to hide menu of user in the hana
-n I create user and assigned MODLING role ,but I want to hide menu of user in the hana. how can i do ?
View Article404 error
Hi all I have been trying to work out a XS-based application. My XS engine is up and running. This is my xsjs project query. It is getting activated without any error. When i run i am getting this...
View ArticleRe: 404 error
If you comment the query part, is it reaching ? doesn't look like it raised an exception and ended up here. By the way, have you added .xsapp and xsaccess files in your project ? I think you missed...
View Article