Using the Import Statement in SQL procedure in SAP HANA
Hello Experts, I am creating a SQL procedure to schedule a job in background. The problem is I want to schedule the data which should be obtained by making using *.ctl file. Further more the *.ctl file...
View ArticleBETWEEN operator in HANA View
Hi I want to use between operator in HANA view, instead of joining condition. For example, I have two tables One of the field in left side table should use between operator , the value from right...
View ArticleSDA on Oracle cannot parse real numbers
Dear colleagues, I want to import data from an Oracle 11g database into a SAP HANA database tables. Thus, I installed the required ODBC driver, created a Remote Source and set up Virtual Tables...
View ArticleHow do I programmatically access CDS annotations on entities?
I understand that you can have user-defined annotations on a CDS entity...
View Articleauthorization issue
Dear Friends, We are using HANA as a secondary data base. When we are trying to access FBL3H from ECC system, We are facing authorzation issue. So could you pleaes let me know, what are the standard...
View ArticleSAP HANA CALCULATION VIEW
Hi, Can please tell me, what are the performance tuning method in an calculation view, what the ways we can get more performance in Calculation view for complex n normal issues
View ArticleSAP DBTech JDBC: [2862] (at 2845): SqlScript: Could not derive table type for...
Hello Masters, i am trying to create a sql procedure and perform some operations. the procedure builds perfectly in my own schema but when i try to create it in another schema it throws me the error "...
View Articlecreating catalog view
Dear All, Could you please do let me know how to create catalog view based on multiple tables. Please provide me some sample code. Regars,Jo
View ArticleCreating a HANA view using two tables from different HANA systems
Hi All, We are trying to execute a POC in which the requirement is we need to connect two tables which exist in two different HANA systems. Host IP of both of these is different. Is it possible to...
View ArticleCV Aggregate Minimum after Filter leads to poor performance
Hello, I have to get the last day of a month provided trough an input parameter. After this I have to filter all (Inverted)dates that are prior this date. On this filtered list I want to create an...
View ArticleError: "Could not get URI template handler" while makeing a BW Query with...
Hi, got a brand new SAP HANA Studio 2.0.8. installation from SAP Softwaredownload,useing the SAP Development Tools for Eclipse / Kepler(tools.hana.ondemand.com/kepler installed properly I guess - no...
View ArticleSimple Select in Trigger is not supported.
Hi Experts, I have executed the below query. But I am getting the error. CREATE TRIGGER MYTRIG_SQLEXCEPTION AFTER INSERT ON "SREE"."TARGET1" BEGIN DECLARE EXIT HANDLER FOR SQLEXCEPTION SELECT...
View ArticleFailed : Connection between SAP WEB IDE and HANA on CAL
Hello All, I have been struggling to find a way to connect "SAP WEB IDE" on HCP to my AWS HANA instance in CAL. I was inspired by this amazing blog. I tried to follow the same as shown but failed to...
View ArticleUpsert data in one Table based on data in another Table?
Hi, Is it possible to UPSERT data in one table based on data in a different table? Here is the scenario: CREATETABLE T (COL INT, VAL INT);INSERTINTO T VALUES (1, 1);INSERTINTO T VALUES (2, 2);...
View ArticleWhere and what is the "Success Factors Employee Central extension package"?
I cannot find any details on what or where to find this. My company is partnered with SuccessFactors and we want to investigate building applications. All the searches I do, I only find marketing...
View ArticleIncorrect query generation when using sub-queries in webi - HANA source
Hi All, We've run in to an issue that is blocking us from migrating from SQL Server to HANA. It appears that when using sub-queries in webi, if the objects used in the "in" section of the sub-query is...
View ArticleRetrieving the deleted Analytic privilege !!
Hi Gurus, Is it possible to retrieve a deleted Analytic Privilege from a local copy ?One of the local copy of the object exist with last changes but in repository it got deleted.That particular project...
View ArticleUsing the Import Statement in SQL procedure in SAP HANA
Hello Experts, I am creating a SQL procedure to schedule a job in background. The problem is I want to schedule the data which should be obtained by making using *.ctl file. Further more the *.ctl file...
View ArticleHow to trace SQL statemtents execution in XS applications?
Hello, I am developing an XS application that allows user to edit and execute SQL statements (like HANA Studio's SQL Console). When using this app to execute any SQL statement, it does not trace the...
View ArticleUnicode problem importing CSV to a table
Hello, I'm trying to import a CSV file which has some words with accents. If I open the CSV I can view all the accents perfectly, but when I'm trying to import it at SAP HANA STUDIO (Version: 1.80.3)...
View Article