Re: Loading SAP BW data through BODS
Hi jay , We have SAP BW on Oracle database is it possible to import bw dso , cube to HANA STUDIO directly?
View ArticleError while creating decision tables using analytical view
Hi All , while creating the decision table using analytical view , it is failing at valiadation with error message as "Repository: Internal error during statement execution, please see the database...
View ArticleRe: Loading SAP BW data through BODS
Hi Balaji,Yes it is possible, pls refer to you tube video. Modeler Unplugged - Episode 1.1: Importing BW Models as native HANA Models - YouTube
View ArticleGroup by in nested SQL query
Hi, I have a below requirement. Below table we are having. Actually I want group by on stylecode and vendor but wants print turn_around also in output , but in that case it is aggregating based on all...
View ArticleSAP Hana Studio
Hello Everyone, I know SAP Hana studio is currently working with eclipse 3.6 framework. Can anyone please let me know is there a way to figure out the flavour of Eclipse integrated in studio. Is it...
View ArticleRe: HANA Studio plugin
Hi David, SAP provides the SAP Development Tools for Eclipse. I installed it into my Eclipse Kepler release and it contains all the SAP HANA Studio functionality and works fine for me. SAP Development...
View ArticleHello World with local SAP WebIDE?
Hello all, I have installed SAP WebIDE on my local pc.I am able to start orion.exe and connect to the SAP WebIDE using http://localhost:8080/webide/index.html.I want to create my first project.As guide...
View ArticleRe: IMPORTING BW MODELS TO HANA STUDIO
As we have discussed the same in following thread,http://scn.sap.com/thread/3707624you can close this thread
View ArticleRe: Comment code in HANA studio.
Which editor/language are you in? There are many supported and the editor features differ between them. I'm guessing SQLScript because you mentioned -- as a comment. I don't see a supported command...
View ArticleProblem adding SAP Hana Cloud Platform System in Eclipse
Hi, I am facing the issue in adding the cloud trial account system to the eclipse . I am using Eclipse Luna 4.4.2.All the HANA development plugins are installed in eclipse .But while adding the system...
View Articlecomma separated to row type data
Hi, I was trying to convert 1,2,3 string to 123values. Requesting for helpThanks,Athrey
View ArticleRe: Comment code in HANA studio.
/* This is my comment in 2 or more lines Please read http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdf*/
View ArticleRe: Delete adjacent duplicates from temporary table
Afaik, No. There's several methods to do that using SQL. If You need help writing one, I'll write (or someone) an example or two.
View ArticleRe: comma separated to row type data
Several time discussed, just follow trailCreate Splitter Function in SAP HANA
View ArticleHANA Calculation View - Select Single
Hi, I'm currently rebuilding an ABAP program that results in an ALV grid, but using SAP HANA Studio graphical calculation views. What is the best way to replicate the 'SELECT SINGLE' functionality that...
View ArticleRe: HANA Calculation View - Select Single
select top 1 * from ... is equivalent forselect single in code.. or did you mean graphicall calc view ? ( I'm not sure how to do that there.I'll think about it)
View ArticleRe: HANA Calculation View - Select Single
Hi, Indeed I mean in a graphical calculation view. I am defining a model using graphical calculation views, which means joining tables. When using a left join I would like to only return the first...
View ArticleRe: Hello World with local SAP WebIDE?
Heiner, I faced same differences, probably due updates on the Web IDE. You could create an UI5 project, with JS view, like I have done. It will achieve the "Hello World" also, ust change the JS source....
View ArticleRe: HANA row store performing better than column store - help me understand why?
Ok, why would selecting the primary key columns change anything here in your opinion? Having a different data structure to store your table's data will make a difference if the amount of data (not the...
View Article