IF NOT EXISTS
I can't find a way to convert an IF exists from microsoft sql to hana.With mssql, IF can be used to execute a sql command only if the condition is true.Someone have an idea on how to do this ? code:if...
View ArticleFAST PREPROCESS
Hi all,what exactly is FAST PREPROCESS? The docs say only "If set to ON, fast preprocessing is used, i.e. linguistic searches are not possible." and "With fastpreprocessing the detected language is...
View Articleusing COALESCE
Can't concatenate string by using COALESCE, declare list varchar(1000):='';select COALESCE(list || ', ' , '') || sts into list from mytable; got an error: SAP DBTech JDBC: [1300]: fetch returns more...
View ArticleCE Functions Not Working (Activation Issue)
Hi All, I'm creating to create a basic procedure both UI and SQL Process . I still get an error UI Process Without any i/p out put paramaters 1) UI Process Work Perfectly : Activate Success and Call...
View Articledynamic execution
Hello,I would like to execute something like this: select * from (execute immediate 'select 1 from dummy');or select * from (call myProc()); Any suggestions?Thanks
View ArticleIs there anybody who can do me a favor?
After activing my attribute view, there is a error dialog as shown below when I click the data preview. I was wondering if anybody could tell me how to handle it. Thanks.
View ArticleComparing Analytic view in HANA and Fact table in BW
Hi, I am trying to create some Analytic views in HANA studio. When I read the developer guide, I found, in Analytic view, we can place all the fields which can be aggregated and along with that say if...
View ArticleProcedure to connect SAP BO reports to SAP BW on HANA
Dear All, I am looking for procedure / steps to connect SAP BO reports (Webi, Dashboard, Crystal reports etc) to SAP BW on HANA. So User can view data in latest BO tools. Regards,Vikram
View ArticleHi I m facing a issue-Credential provider could not provide a password while...
Hi I m facing a issue-Credential provider could not provide a passwordwhile trying to create workspace
View ArticleHana Database connectivity credentials
Hi I have registered for the HANA trial. I have have lost my credentials for connecting to the HANA database through HANA Studio. This pertains to "Add system" option in the Navigator view. I do not...
View ArticleHow 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 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 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 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 Articlepre-loading of calculation view for performance
I am using a set of pretty complex CRM calculation views where one top level calcuation views may contain joins with 15-18 lower level calcuation views, with the lower level calculation views each...
View ArticleManually Reset/Reload sequence number
I would like to know if there is a way to reload the next available number in a sequence.I want to do mass importation of data in my schema after it has been created.I import data from another database...
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 Article