How to operate table variables when calling sqlscript procedures using jdbc...
Let's assume that we got a procedure defined : Create Procedure my_proc( v_scalar_int int, v_table_var_in tt_in, OUT v_table_var_out tt_out ) AS BEGIN -- bla bla bla... END where "tt_in"...
View ArticleUsing SAP HANA to count my Elephants, Cows and Goats
We were working on SAP HANA for some project work, when one of our colleagues suddenly jumped in with a simple puzzle. This was a basic kind of math puzzle, which all of us might have solved in our...
View Articlefaster alternative to where clause in SQL
Hi Analytical Views have constraint filters that filter data before pulling the data up , The same happens with input parameters ( place holders) that filter data before pulling the data up . Select...
View ArticleFinding last Index of a String in HANA
I am trying to do a address cleansing of a long text string loaded into HANA and I am trying to split the text based on the location of space " " in the string. As part of it I am trying to find the...
View ArticleTop 10 viewed SAP Notes for February 2013
PurposeThe purpose of this document is to provide a list of the top ten most viewed SAP Notes for SAP HANA in the month of February 2013. OverviewBelow are the top 10 most viewed SAP Notes for SAP...
View ArticleTop 10 viewed SAP Notes for January 2013
PurposeThe purpose of this document is to provide a list of the top ten most viewed SAP Notes for SAP HANA in the month of January 2013. OverviewBelow are the top 10 most viewed SAP Notes for SAP HANA....
View ArticleHow to aggregate in Calculation View, but still output detail field
The scenario is this: We are joining several data sets and one has a many:many relationship. To resolve this, we will look for the oldest record. I'm able to get this to work just fine with one minor...
View ArticleGreat New Free Hana Documentation: IBM SAP HANA Appliance Operations Guide
Good Morning Hana Fans, SAP have published an excellent new free Hana guide, it is the IBM SAP Hana Applicance Operations Guide. 80 pages of Hana Basis Administration fun getting down to the details on...
View ArticleProblem activating HANA SP5 Decision Table
I am getting following error while activating a decision table on HANA SP5. I am logged in as user SYSTEM to HANA, who has CREATE ANY on _SYS_BIC. Not sure what privilege is missing? Any help will be...
View ArticleHow to load CSV files into HANA
1.- Create an CSV file with your data 2.- Copy the file to dropbox/yourname inside the HANA box 3.- Create a table in HANA with the structure of your file 4.- create the control file BBB with the...
View ArticleProblem of Calculation View based on SQLScript
Hi All, I am facing a strange problem in SAP HANA Studio, when I create Calculation View based on SQLScript, not graphical, when I deploy and activate it works properly for few times till I update it...
View ArticleSLT Replication - Status Scheduled
Hi All, I am facing an issue while replicating tables from an ECC(source system) into HANA server(target system). I have a working SLT replication server which is hosted on a different system than the...
View ArticleNaming of Column Views in _SYS_BIC
Hi All, I am trying to create a procedure which will access the analytic views present in _SYS_BIC -> Column Views. What I need to know is, the Naming Convention of the analytic views in this...
View ArticleAWS HANA Developer Ed. Access to SAPUI5 Toolkit
Hi, I've signed up to a Dev instance of HANA on AWS following the signup guide (http://scn.sap.com/docs/DOC-28294) However when I try and access the SAPUI5 toolkit I get an error saying the link is...
View ArticleCOPA Tables and Views structure in HANA DB
Hi, I am trying to replicate some of the tables and views of COPA (cost-based) manually. From most of the forums I figured to some extend the definition of transaction tables CEXXXX.It would really be...
View ArticleDate truncate function?
So I have a fact table that has a date field (datatype: TIMESTAMP and it looks like this 2012-09-03 01:00:00.0. I want to create a calculated column where i truncate the timestamp portion of this.I...
View ArticleGrant Schema privileges to User
I'm trying to grant select privileges on a Schema with no success. I call this statement with the SYSTEM usercall _SYS_REPO.GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT('select','cschildxs','schildc');...
View Article"index name conflicts with existing index name"
Hi all, I get the following error while activating an analytic view: ""index name conflicts with existing index name" Does anybody have some information on this error which can help ? TIA,Aman
View Article"Error when connecting to system" or "Invalid Username or Password" with HANA...
If you are getting error message(s) with the HANA Studio (on Cloudshare desktop image) to the HANA DB after you enter the correct username or password:a. "Error when connecting to system": b....
View ArticleSample data SFLIGHT not visible in the trial version of HANA studio
Hi Experts, I have just started using the 30 day trial of SAP HANA Studio thru Cloudshare pro. I have done what the document : http://scn.sap.com/docs/DOC-28191 says. After this I was able to get into...
View Article