Re: How to expose an analytic View using OData?
Hi, Although I haven't developed anything on OData yet, I think there is more than sufficient information available on the forum. You might have referred to the blogs and discussion on using HANA...
View Articleaccess to SAP Precision marketing
Hi , I want to access the Precision marketing solution on a trial basis.Is the SAP Precision marketing cloud solution posted only on AWS ?Will the precision marketing cloud solution be available as...
View ArticleRe: How to expose an analytic View using OData?
Hi Ravi, Thanks for replying. The answer in http://scn.sap.com/community/developer-center/hana/blog/2012/12/21/hana-development-xs-odata-services is helpful. But, it's assumed there that the analytic...
View ArticleIteration over SQL result in SQLScript procedure has an error
Hello,I want to iterate over the resultset of a sql select in a procedure. I tried the example code from http://help.sap.com/hana/SAP_HANA_SQL_Script_Reference_en.pdfunfortunately it does not work...
View ArticleHow do I declare a variable with a table type in a SQLScript procedure?
Hi, I'm doing a query with ce_functions and my table structure changes during the processing. That's why i created two table types create type tt_bdd as table ( ProfileId VarChar (100), DependencyId...
View ArticleRe: How to expose an analytic View using OData?
Hi, As I mentioned earlier, I am not experienced in XS development. But shouldn't the development artifacts be part of a project. Do you have all your files under the project as defined in the...
View ArticleRe: HANA One Premium HCI vs HANA One with SLT
Hi Sebastian EstevezSAP HANA One Premium is a single HANA instance currently hosted on Amazon Web Services that can be provisioned quickly. SAP HANA One Premium includes a HANA Platform edition...
View ArticleRe: SQL Privileges for _SYS_BI(C)
Fabian, are you saying that 1) the user can login to studio directly and then they see only the same views they are allowed to see via XS-Engine web server or 2) they see additional views that they do...
View ArticleRe: Road Map to SAP HANA for an ABAP developer
Hi Vivek, I'll start going through the the links you have provided. Thanks for your time and content provided.
View ArticleProblem In running simple project in SAP HANA Studio
I did not found any error in simple project in sap Hana studio but cant get output in browser.i used http://myserver:800/new/hana/proj/MySourceFile.xsjs to run my project,i am using trail sap Hana on...
View ArticleRe: How to generate a local id a data selection in SQLScript?
hi Ravi, Thanks for replying, this issue was resolved, and the solution is the following, select ROW_NUMBER() over ( ) as "ID",MONTH_NAME, sum(AMOUNT_SOLD) from...
View ArticleRe: How to generate a local id a data selection in SQLScript?
. Obviously such recommendations will be provided more precisely by the SAP internal communities than outsiders like us. Glad to know that the window functions can be used without specifying the...
View ArticleRe: Iteration over SQL result in SQLScript procedure has an error
Hi Ravi, thanks for your reply. 1) I'm just practicing and my procedure was created there on default.2) Yes, you are right "user"."helloWorld.data::obdd" is a table The code is from page 65 of...
View ArticleRe: How do I declare a variable with a table type in a SQLScript procedure?
Hello, I fixed that on my own. Local table variables do not have to be declared in advanced. I just had to remove the DECLARE line.DECLARE temp_bdd tt_bdd; Thanks anyways
View ArticleRe: SAP HANA Developer Edition Not able to create On AWS
Thanks Juergen,its working for me as well..May I know is there any time limit for SAP Developer Edition in AWS ,i mean will it be taken out soon since I just started with my testing. ThanksAlima
View ArticleRe: Attribute View or Analytical View
hi raviregarding your second point, are you considering the table as the foundation, with a calc column.Or ...using the AN view in the AT view, in this case there is no Foundation, and no way to add a...
View ArticleRe: Attribute View or Analytical View
Hi Glen, If you are going to connect multiple master tables then go for Attribute View only - best performance. Yeah we should model master data as attributes only but if your master data has some...
View ArticleRe: Problem In running simple project in SAP HANA Studio
http://myserver:800/new/hana/proj/MySourceFile.xsjs You are using 800You should use 80(HTTP Port) and 00(instance number)First check if your XS engine is activefor that try this on your browser...
View Article