Questions around ECC/BW->SLT->BW on HANA
Hi Experts, We are working for a project implementation from ECC/BW to BW on HANA using SLT.Below are some questions around it-1. best practices that we need to follow while designing for above...
View ArticleGetting Started with Attribute Views in SAP HANA
"In Memory Computing " is heard all the time with regards to SAP HANA. SAP HANA is a dynamic, flexible and efficient tool that allows to hold and analyze massive volumes of data in near real time....
View ArticleOData request with input parameters
Hi, The following is my xsodata file. Can you please tell me how to call this service passing the input parameter in the URL?I tried few ways but none seems to work! service namespace "analyticalView"...
View Articlesap crm on hana
hi experts , what is sap crm on hana ? does it helpful for an crm functional consultant ? as the market now tends to move to salesforce. will crm on hana be better future for sap crm...
View ArticleOrder by of Grouping Sets with limit
Hi, I want to use Grouping Sets in the Group By statements together with limit, to display only the top 5 entries for each grouping set.Furthermore the data should be ordered by the amount. However...
View ArticleERROR: Request execution failed due to missing privileges
Hello Admin, i am trying to run the shine application from my hanatrial, but it is giving me an error "Request execution failed due to missing privileges" my .xsaccess look like this { "exposed":...
View ArticleText Analysis no output
Hi ExpertsI was following SAP HANA Academy - Text Analysis: 15. TA_PARENT [SPS 09] - YouTube I have created a table CREATE COLUMN TABLE "NEO_EZPCFVLMDTZUPGEXJALE01K9H"."COMMENTS1" ( "ID" INTEGER,...
View ArticleODATA
I am currently developing a splitAPP that would reqiure data rendered in Tables and three unique Chart types. I am considering using oDATA for CrUD. Currently I use xsjs files with SQL Script for...
View ArticleHow to Bind Input Parameter to a Variable in SQLScript
Dear Experts, I want to query a view which has an Input parameter in an SQLScript code. Question is how to bind a variable to input parameter in PLACEHOLDER keyword. Ex- var_filter...
View ArticleHow would I go about efficiently storing a real-time twitter stream in a SAP...
Hello everyone, I am currently working on a SAP HANA on AWS implementation, and am using Java with the twitter4j library, along with the ngdbc.jar file (obtained from the SAP HANA startup focus...
View ArticleWhen I am selecting column from the HANA live I am getting error "Invalid...
When I ran this statement I get all the data -- Material is HANA Live view SELECT * FROM"_SYS_BIC"."sap.hba.ecc/Material" When I select only one column then I am getting invalid column Name. SELECT...
View Articlevariables in hana
Dear all,Can any one explain me how do i map/use a variable in analytic view to/in calculation view using "Map Input Parameters" in semantic's. I want to know the steps to do the same. Thanks,Nujhat.
View ArticleTrailing spaces getting truncated
Hi Experts, I am trying to load data from DB2 database to HANA DB and my source data has data with trailing spaces .For example there is an attribute 'UNIT_CD' where data is like 'ABC ' ,'XYZ...
View ArticleIt's not easy to download HANA Studio From...
Hi, I found it not easy to google HANA Studio download then it took me to the SAP HANA Developer CenterBut there is no links to the Studio Download, Which was actually is here SAP | HANA Developer...
View Articlechange in HANA DB Connection name
Dear All, We are using HANA as a secondary data base to ECC system. We have created connection to HANA DB. Now it is getting connected to SYSTEM schema be default when we executed HDBC transaction...
View ArticleString length in stored procedure, how?
The situation is as follows: DECLARE v_len INT; I would have hoped for something like the following to work:v_len = strlen("Hello");v_len := strlen("Hello");v_len = length("Hello");etc.but activation...
View ArticleVariable paramter is not showing up in the calcualtion view which created in...
Hi I have analytical view with MSEG and created the variable "V_MJAHR" assigned to the filter to attribute "MJAHR" and created calculation view on top of this analytical view. When I tried to map the...
View Articledynamic order by (ASC OR DESC )in sap hana
Hi I have a Procedure which returns a table with sorting For example Select * from Table1 order by col1 Desc; But I want to Pass ASC or DESC Sort order as input param. Based on the Input param it...
View ArticlePosting HANA DB content on Browser with XSJS
Hi Experts I've written the following XSJS Source var conn; var body =''; try{ conn = $.db.getConnection(); var query = 'SELECT \"headline\", \"id\" FROM...
View ArticleHow to publish HANA view's through Odata service
I have small idea about view creation, XS project ,.xsodata file . But I don't know how to integrate all of them and create webservice over HANA View.
View Article