OData.request method syntax issue
Hi Experts, I am using OData.request method to post JSON data for a HANA XSODATA service. This service exposes a table in the HANA system which contains CHAR as well as DATE field types. I have the...
View ArticleRe: How to use a variable as a select for Columns
Hello Kai, the need for that requirement is not really clear to me, but I think you are just trying out some things . You can use Dynamic SQL statement EXEC for that in combination with a global...
View ArticleRe: Does anyone have the hole source code of the openSAP demo
If the SHINE content is also helpful for you, you can import it on the HANA trial instance on HCP trial. Just go in Eclipse to File -> Import -> SAP HANA Content -> Sample Applications. There...
View ArticleDoes XSDS use ODBC?
I had an issue where a restricted user could not execute a XSJS file which in turn was using XSDS internally. The error was presented as below: "dberror(Connection.prepareStatement): 258 - insufficient...
View ArticleRe: How to Concatenate Column Value from Multiple Rows into a Single Column?
Be *very* careful when using CE_VERTICAL_UNION.What it really does is pasting two result sets next to each other.There's no consolidation of different result set sizes or whether the correct result set...
View ArticleRe: What will be the syntax in SQL Script and in CE functions while using...
Please don't post answers if you don't know for sure that they will work.Your idea is nice and all, but simply doesn't work. - Lars
View Articlecant we integrate the properties of hana and oracle into single database and...
do properties of hana and oracle be integarted?
View ArticleXSJX Query Limitations
Hello, I'm new to SAP HANA and I am developing a SAPUI5 application now.I was using xsodata services as my only way to connect to my DB, but after a while I realized that it is really complected and...
View ArticleDoesn't support random pagination read
Hi, I'm migrating a SQL data base to HANA, the migration precheck was ok with none errors, but when we migration tool is running the data base migration, an error occur related to the USR5 table with...
View ArticleRe: Creating a SCROLL_INSENSITIVE ResultSet using SAP Hana JDBC Driver
Hey there Just as in java - Creating a Scroll_Insensitive ResulSet using the SAP Hana JDBC Driver - Stack Overflow the answer is: the SAP HANA JDBC driver doesn't support any other resultset type than...
View ArticleRe: XSJX Query Limitations
Hi Shadi,Looks like you are not constructing your query string ( variable query in your example ) . Put a try catch block to surround the below statements and check the error message. try{var pstmt =...
View ArticleRe: How to stop email notifications in SAP Hana Developer Center
Hi Bhavesh, You could stop e-mail notifications by clicking on stop email notifications under Actions section at right side corner of SAP HANA Developer Center space. Here is the link below SAP HANA...
View ArticleExport result of a query to excel
Hi All, I want to export the result of a query or stored procedure into excel directly, either via some option in HANA Studio or via command like Export Into......I am not able to find any material for...
View ArticleXSJS select query from calculation view with input parameter
Dear friends, I am create an XSJS to select data form calculation view with input parameter. In this way ,it works: var query1 = "SELECT TOP 200 \"SO\", \"ORDER_TYPE\", \"FISCAL\", \"SALE_AREA\",...
View ArticleRe: Copying a Calculation View
Hello Simon Can you add some screen shots please to your answer. i'm not able to do the export import as you describe it. Thank you. Soufiane
View ArticleCreating custom extraction rule *.hdbtextrulert object
Hi I created custom extraction rules for text analysis in HANA in accordance to the documentation namely the rule itself is defined in a file with the *.hdbtextrule suffix and it is referenced in a...
View ArticleRe: SAP HANA - front end/screens for users to update HANA tables directly
Thanks Lars. I am building SQL scripts in HANA to perform master data quality analysis, similar to what the Information Steward does. The Information Steward was a bit expensive and insufficient for...
View ArticleRe: XSJS select query from calculation view with input parameter
Hello, is your question how you prepare the query or how you pass the values from the UI5 source to the XSJS service? Preparing the query is straight forward, because it is a string. So if you have the...
View ArticleRe: SAP HANA Live for SFIN 2.0
Hi Jones, We are on HDB Revision 96 and able to install HCO_HBA_SFIN700 version 200 SP version 001 (SAP HANA ANALYTICS FOR SFIN 1503 SPS1505). Did you tried applying the delivery unit with hdbalm...
View ArticleRe: "SAP HANA Systems" View is locked.
Hi vijay, if the view locked by other user.you will get warring message and you are unable to edit this view.to over come this issue you need to take over owner ship of the view. process is: open the...
View Article