Re: Activating XSOData Service Getting 'Unsupported datatype' Error message
>Can you please share any sample code or tutorials for understanding it, and to proceed further.I don't understand the request. Samples for what? As said, these data types aren't supported in...
View ArticleRe: SAP Hana Studio release 70 issues
For AWS SPS07 Hana Developer grateful for a confirmation the screenshot shows the the prescribed way of terminating the statistics service (as opposed to any commands issued via SSH for example). This...
View ArticleRe: How to use OUTER JOINS with Filter Conditions in SAP HANA
Please try below one if you really want to use power of hana through its Calculation engine ot_var1 = CE_COLUMN_TABLE("a");ot_var2 = CE_COLUMN_TABLE("b");out_put1 =...
View ArticleRe: SAP Hana Studio release 70 issues
OK - Found this, instructions work for me to deactivate statistics server on Hana AWS Developer SPS07: http://help.sap.com/openSAP/HANA1/openSAP_HANA1-1_Catalog_Issue_in_SAP_HANA_Studio.pdf Thanks to...
View ArticleRe: Problem trying to set up SAP HANA Cloud Platform In Eclipse
Hi Eitan, Accidentally stumbled across your post. Well, unfortunately you've hit the wrong forum here - if you'd posted it in the SAP HANA Cloud Platform Developer Center it would be picked up and...
View ArticleExports Hana views from ECC DEV to ECC QAS
Hi, Make export via File -> Export -> SAP HANA Content -> Developer Mode, since HANADEV (SAPHAD) system to the HANAQAS (SAPHAQ) system. But when I try to activate any view, Atributte or...
View ArticleDoes SAP have plans to have Webi access HANA analytical and calcualted views...
Does SAP plan on making HANA tables (and queries) directly accessible by Webi, similar to Visual Studio, Lumira, Explorer, et.al., without having to go through a Universe?
View ArticleCloudshare HANA: Can't Renew License
I am running the HANA cloudshare solution. My license recently ran out and I am trying to update it. I go to SAP Sneak Preview License Key Request as the instructions state but it is not sending me a...
View ArticleRe: Not able to activate a RDL file
Hi Nehal, Im afraid it would need the insight of someone with a far better underrstanding of the repository and artefact activation process. Out of interest, did you experience this issue with an...
View ArticleRe: How to create check constraint in HANA ?
Hi there! Technically you can implement this in different ways, e.g. via a set of database triggers:createcolumntable sales (client varchar(3) notnull, tx_id bigintprimarykey,...
View ArticleHow to Integrate SAP HANA on SAP Business Objects
Can any one suggest us what is the best way to Integrate SAP HANA on SAP Business Objects Platform
View ArticleRe: How to Integrate SAP HANA on SAP Business Objects
Can you be more clear? What kind of reporting requirement are you looking for? And which tool you want to choose to integrate on SAP HANA? Regards,Krishna Tangudu
View ArticleLooping over a table variable
I'd like to declare a cursor to loop over a table variable, something like this: 1. DECLARE temp = SELECT a, b,c from atable;2. DECLARE CURSOR cur FOR SELECT * FROM :temp;This code, however, results...
View ArticleRe: Looping over a table variable
Hi Daniel, See update_product_prices.hdbprocedure in the package epmNext if you have access to SPS07, I have included the procedure code below. Also see page 67 of the SPS07 SQL Script reference, and:...
View ArticleRe: Looping over a table variable
OK, I think I have to make more clear what I want to do: I want to declare a cursor over a table variable, not a cursor over a table. This is because I want to use the table variable in the rest of the...
View ArticleRe: Looping over a table variable
Hi Jon ; I am new to Hana, ex_products = select * from "SAP_HANA_EPM_NEXT"."sap.hana.democontent.epmNext.data::EPM.MasterData.Products" ; END; Can we use below code instead of above part of code...
View ArticleRe: Looping over a table variable
Hi Daniel,It is about execution block. Can you try using create procedure TEST_PROC ()as begin temp = SELECT a, b,c from atable; begin DECLARE CURSOR cur FOR SELECT * FROM :temp; -- Do...
View ArticleWant to pass input parameter value as column heading in Calculated View
Hi All,I want to pass input parameter value as column text in Calculated View.Just like Text variable in BI 7.0Thanks ,Ravi
View ArticleRe: Script Calculation view - Update cursor and Insert/Update en Temporary...
Hi Jonny, can you please add the error message that is thrown. Thank you Rainer
View Article