HANA SP7 Database Schema Export Issue
Hi,When I tried to export the entire schema from HANA SPS7 system and tried to import it in to SPS 9 system, I got column store error saying that table import failed as object is not found in the...
View ArticleError following the PAL Key concepts video
Hi, I have followed the instructions in this video PAL -- Key conceptsand the previous one PAL -- Getting Started I have copied the code...
View ArticleAPI SMTP send Mail SPS09
Can we send with this API a SMS also? And if it's possible how it works?
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 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 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 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 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 ArticleECC tables missing in HANA Developer Edition on AWS
Hi, I installed SAP HANA developer edition 1.0 Rev 80 on the AWS and all looks good. But when I try to find the ECC tables like MARA or KNA1 to do some exercises as mentioned online and in SAP study...
View ArticleHow to take Information model views back up ?
Hi, Kindly help me to understand this, My requirement is, we want to take information model views backup automatically( scheduled backup).Is this is possible with Delivery Units ? if it is,...
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