Re: TRY/CATCH in sap hana procedure
Hi Krishna, If any exception occurs, it will got to CATCH block right? This is only to ensure the procedure is terminated successfully instead of abrupt errors. This is how it normally works....
View ArticleRe: Error when test sapui sdk help on cloudshare hana instance
Hello! Please, use this solution. This is release issue.
View ArticleHow to access aggregates values from SAP HANA xS oData
Hi, I have created one xs oData, below is the snippet of the aggregates of measure. aggregates always (SUM of "ZQTY", SUM of "ZCOST" , SUM of "ZREV" , AVG of "ZRATE" , ); for...
View ArticlePass CLOB DataType to HANA Procedure from .net
Hello, My Procedure is below. CREATE PROCEDURE TEST_CLOB( IN P_CLOBINPUT CLOB) LANGUAGE SQLSCRIPTSQL SECURITY INVOKER...
View ArticleRe: Information View Query by ODATA
Hi Ram, It is possible to query the view data from the Odata by using the URL parameters like $filter - which is like a where condition on the view and $select for selecting/projecting only few columns...
View ArticleRe: How to access aggregates values from SAP HANA xS oData
Hi Rohit, You can aggregate the columns of objects (without metadata) that are necessary for the derivation of aggregation by explicitly denoting the column names and the functions to use, as...
View ArticleRe: Information View Query by ODATA
Hi Ranjit Thanks for the reply, I'm able to use $select to select the columns, I also want to filter the results, which I couldn't. I'm not sure if am using wrong syntax. Could you share a sample URI...
View ArticleBW on Hana
Team I want to learn BW on HANA. so can you please guide me how to start my learning and parallely please provide me some useful links where i can get step by step process of development. i am not able...
View ArticleRe: Information View Query by ODATA
Hi Ram, Here is goes/Products?$filter=Price gt 20here if you need products with price greater than 20 then you can add $filter=<dimension> operator value.More details on URI conventions can be...
View ArticleRe: Information View Query by ODATA
Hi Ranjit I tried as you said, I got this error message, Query options '$select', '$expand', '$filter', '$orderby', '$inlinecount', '$skip', '$top', and 'rangerestriction' cannot be applied to the...
View ArticleRe: Information View Query by ODATA
Hi Ram, Can you share the full odata definition and also the URL you used to access it?I could give a try to interpret the error. Best Regards,Ranjit
View ArticleStack trace in XSJS
Hello, I am on HANA SP7 box. In a xsjslib in my XSProject, I need a way to determine the stack trace of the current thread.That is, I need to find the package name, class name and function name of the...
View ArticleRe: Information View Query by ODATA
Hello Ranjit Thanks, I added the line to the odata definition, it throws error when I activate: parameters via entity "PParams" results property "Execute" Could you please provide the odata definition...
View ArticleOdata - Error Handling
Is there a way to implement error handling for Odata ? Scenario - Analytic view exposed by odata, the parameters are passed to odata from a website by a customer, if the customer has not given the...
View ArticleRe: SAP HANA STUDIO Not Responding
Hi, the SQL isALTER SYSTEM STOP SERVICE 'host:port' Regards, Wolfgang
View ArticleRe: Odata - Error Handling
Hi Ram,Error handling is a default feature of OData. If you are not passing all the required parameters , it will return the parameter missing error by default. Sreehari
View ArticleRe: Odata - Error Handling
Hi Sreehari Thanks, also is there a way to implement error handling for other scenarios ? eg scenario - customer calls an odata service from a website, the odata should return user friendly messages...
View ArticleRe: Pass Input Parameter as an array to Query View (OData Service)
I too have a such requirement, any help ? Thanks.
View ArticleRe: How to register in SCC from SAP Appbuilder?
I tried as per your answer, but nothing is loading when I deployed my app in device. Only the default blank page of the appbuilder designer is loading. While creating the cordova project,I got the...
View Article