Re: Redeployment of object/view using HANA SQL code
Hello Biswajit, have you found a way to deploy or re-deploy using HANA SQL code/key word/syntax? Thank you sincerely,Daniel
View ArticleRe: BEx Query Slower in Hana?
maybe this document can give you a clue:http://www.saphana.com/servlet/JiveServlet/previewBody/1888-102-1-2964/Query%20Performance%20in%20BW-HANA%20FINAL.pdf also, please provide us with your hana...
View ArticleRe: Information Composer: "Could not grant permissions to role(s)"
Hi Martijn (and other gurus ;-), Ever come across this in newer revisions? Facing the same issue in a SPS6 box. Authorisations seem ok, IC role assigned, user has Admin roles and root access to...
View ArticleRe: Standard Sql scripting Vs CE built-in functions ? Which one should I need...
Much awaited reply. Thanks a lot Jain ! But just one more point to bring out, if some of requirements can be done through bothCE functions and Scripting, and some are possible through only scripting...
View ArticleThe serialized resource has an missing value for member "TEST_NAME"
Hello Experts, I am using oModel.create (oModel is object of sap.ui.model.odata.ODataModel) to create new entry in db table using odata services. I am getting values from user and passing it to above...
View ArticleQuantity Conversion in Analytic View
Hello Folks, We are converting quantity from one uom to another uom in an analytic view. All the required table T006,T006A,T006D are available in the schema but still quantities are not being...
View ArticleRe: Where to download SAP HANA Platform Edition
FYI: just to confirm what someone stated earlier about only being able to see HANA software downloads (ie SAR files) if your customer is licensed for HANA. I confirmed this today: on one screen, I was...
View ArticleRe: Use external libraries in XS Engine
Hi, So in order to use any external JS library (underscore.js for instance). I have to create my own underscore.xsjslib, and incorporate the source manually? (In fact I am trying to do that right now,...
View ArticleTime taken for HANA System to become available after a System restart for...
Hi HANA Gurus, Would like to know in a normal system replication based HA for SoH, without memory preload, after an automatic failover to the second node,in how much time HANA becomes available for the...
View ArticleSpecial SP_TransactionNotification Migration
Hi everybody, can someone help me to convert the following code block from T-SQL to SQL Hana Script? The purpose of this code block, is to avoid to make inventory movements affecting the same accounts...
View ArticleCalculation View error for CE_PROJECTION while applying Input Parameter
Let say i am in starting stage of learning HANA. My question may look like silly but it is a big deal for me. So, please help me to understand where and what is wrong with my procedure. I really...
View ArticleRe: Calculation View error for CE_PROJECTION while applying Input Parameter
Hi, The syntax of CE_AGGREGATION is as follows.CE_AGGREGATION (<var_table>, <aggregate_list> [, <group_columns>]); You can also check this. CE_AGGREGATION - SAP HANA SQLScript...
View ArticleRe: Calculation View error for CE_PROJECTION while applying Input Parameter
Hi, I think you need to use one CE_PROJECTION and one CE_AGGREGATION instead of just one CE_AGGREGATION. Best regards,Wenjun
View ArticleHana is a Database or Memory and why BW on Hana?
Dear Experts, I have read few documents regarding Hana and I am confused? Following is my understanding. Correct me if I am wrong in my understanding? 1. I believe Hana is a database(a different kind...
View ArticleRe: Calculate Column Subtotal in Attribute View
Hi Lars, Thanks for the suggestions ... I want to do this calculation in view so as to consume the benefits of Views by bringing down most of the calculations to Database level itself. Thanks,Gaurav
View ArticleHelp with Text Analytics on a load of PDF docs!
Hi, Am looking for some guidance w.r.t text analytics. We are trying to use HANA as a datamart. Have tried out FULL-TEXT index on structured data and used the 'Contains' functions and fuzzy search -...
View ArticleSteps to Implement SAP HANA RDS
Hi All, Can any one help how to implement SAP HANA RDS .
View ArticleRun shell commands on Hana Server with XSJS
Hi everyone, Since XSJS is server-side JavaScript such as Node.js, I wanted to know if there is some solutions to execute shell command (like "ls -al" or "pwd") as the example below (with node.js), or...
View ArticleRe: Run shell commands on Hana Server with XSJS
No, there is no API in XSJS that would allow access to the Shell or OS. The only work around I could think of is to call back to the OS via outbound HTTP connectivity. Of course this would require...
View Article