How to pull ECC powered by hana table data into hana studio
Hi HANA experts, We have our scenario below : ECC on Hana database which in running on AWS server, i have hana studio in my client system: My requirement is to load data from ECC(Powered by HANA in...
View ArticleNot able to look at the database on HANA from Microsoft EXCEL
Hi, I was able to download the 32-bit client (version 1.5.20.33) for EXCEL (EXCEL 2010) and connect it up to SAP HANA SPS 08 via the SAP HANA MDX driver. The test connection works but when I hit OK,...
View ArticleSAP Web IDE
Hi , I am currently exploring SAP Web IDE along with the on-premise usage of it.I have the following queries: 1. Difference between on premise and web version of IDE2. How can we get the updates from...
View ArticleNot authorized error using sequence in procedure
Hi folks, When I run this SQL via SQL editor it works fine; INSERT INTO "MySchema"."CATEGORY" (CategoryID, Category) VALUES ("MySchema"."SEQ_CATEGORY".NEXTVAL, 'TEST5'); When I place this into a...
View ArticleGetting session information in HANA
I'm coming into HANA from a mostly oracle background. Is there something like the v$sql or v$session tables in HANA? Where I can see what sessions are connected to the database and what sql is being...
View ArticleHANA XS Outbound Http Issue
Hello all, We are unable to call http destination from XS . Below is the hana log:XsIpConnection IPConnection.cpp(00072) : IPconnection can not initialize libsapcrypto. rc = -40 In XSJS...
View ArticleSo, do we have any news about WIPE Language/Graph Engine?
I have seen that there is a parameter in the server configuration files on a SAP HANA SPS91 system, called "graph_engine", and it is disabled. Where can I find more information? Google neither SCN...
View ArticleDrill down enablement in information views
Hi, In the properties tab of dimensions in any of the information views has this property 'Drill Down enablement '. Can you please tell me the use of it? I was in assumption that when we consume this...
View ArticleAnalytic views modelling
Hello Team,I am facing some of the issues in modelling .As per my business requirement I have to get the data from 4 tables.VBAK,VBAP,LIKP and VBRK.I have created 4 analytic views and could not...
View ArticleFulltext search on multiple tables
Hi,I'm trying to use fulltext search on multiple tables with oData from UI5. I have the following data model: @Catalog.tableType : #COLUMN entity Repair { key repId: String(12) not null;...
View ArticleSystem table in HANA with created on details
Hi, I have a procedure in HANA. Could you please let me know if there is a table in HANA where I can see when was this procedure created and by whom. Thanks,Raviteja
View ArticleDesigner cannot open data services repository with DB2 client
We installed designer 4.2 and Sp1, we got this error when connecting to the data repository on the server: ODBC call <SQLAllocConnect> for data source <DS14> failed: <*****>. Notify...
View ArticleSAP HANA VDM Reporting vs Normal reporting
Hi Guys, I have created one campaign report (Interactive) using SAP Hana VDM and one normal campaign report (Interactive) in Web UI. Now I want to compare the performance of both. I am new to Hana so...
View Articlehow to create an analytic view on two fact tables
Due to historical reason, my data is in two tables, and I can't change that. Now I need to create an analytic view for the data. I tried to create a view (at database level) to join the two tables...
View ArticleAPI SMTP send Mail SPS09
Can we send with this API a SMS also? And if it's possible how it works?
View ArticleSorted data in Hana output
Hi Team, I am trying to look for the option where i can get the output data sorted when i check the data in data preview .i can get the sorted data when i create a scripted calculation view on top of...
View ArticleUnable to create a CompositeProvider
Hello Experts, I'm unable to create CompositeProvider, getting below error message, Please advice. @5C@EC:2048 "column store error: fail to create scenario: [3 (for details: see indexservertrace)@35@...
View ArticleSAP HANA XS and Eclipse/UI5 Integration
I need to create a UI5 screen that displays data from HANA tables. I installed Eclipse IDE and SAP UI Development Toolkit. 1. Do I develop the code in HANA Development Perspective for the logic and ui...
View ArticleNeed help populating screen with table data
I am trying to populate a screen with table data. I have existing code that is doing this for other UI5 screens developed in xs using xsjs, odata, html. The existing code has the following odataservice...
View ArticleUse a function to update a column
I want to reformat a string in one column of a table, and put that new value in another column of the same table. I created a UDF, and attempt the UPDATE as so: UPDATE MYTABLE SET REFORMATTED_STRING =...
View Article