Financial statements in HANA
Dear Experts,I want to create financial ratios reports based on balance sheet and income statement, Is there is any ready made financial statements view created in SAP HANA or should I create them from...
View ArticleIdentify Surrogate ID's
Hi Experts, Can you please help me to identify surrogate ID's present in HANA table. Is there any specific SQL statement to find this or is there any other way to find. Thanks,Saravanan.
View ArticleHow to find out who deleted a user in HANA
Hi, We've had an incident in our project where a user's account was deleted from HANA and our requirement is to find out who deleted that id. Is there any table where we can find out the change history...
View ArticleReplication editor not showing full list of objects
Hi,I have created a HANA instance in CAL SAP hana using my Azure account. I have an MSSQL DB that i want to replicate into HANA instance i have created. To achieve this I created a remote source using...
View ArticleBest Practices HANA Modeling: Attr/An/Calc Views or CDS
Hello all, My comrades and me are having a discussion about how to create a proper model on HANA to consume with Design Studio. As far as I've read, all the best modeling practices teach you to model...
View ArticleYTD and PYTD in SAP HANA
Hi All, Can you please help me in creating Calculated Column in SAP HANA Calculation view for Current Year (YTD) and Previous Year (PYTD) where i have the columns for Fiscal Year (2016 and 2015) and...
View ArticleERROR WHILE CALLING STORED PROCEDURE
Hello Experts, When i try to call my stored procedure , i am getting a below mentioned error Could not execute 'CALL "SUDARSHAN_MOHAN"."USP_MKT_COMMUNITY"('2015-03-01','Y',?)' in 2.047 seconds . [303]:...
View ArticleGet all tables from a schema that a user has access to
Hi, So I would like to get all tables from a schema. What I found on the SCN: SELECT TABLE_NAME AS "Table" FROM M_CS_TABLES WHERE SCHEMA_NAME = 'your schema name';Now I would like to extend this to...
View ArticleCompilation Error: Getting error while using UNNEST function in DB Trigger
Hi, Getting error while compiling the DB Trigger code in HANA Studio: This trigger is being executed on update of a table.We are trying to accumulate the data in some arrays and finally after the loop...
View ArticleHow to iterate over internal table in SQL procedure?
Hello SDN. I work on port some ABAP code to the HANA SQL stored procedure.One of the input parameter has table type.I want to know how I can iterate over this table?In the ABAP I can write something...
View ArticleMay I use "Virtual Table (SDA table) " as Source/Target in SDI ?
Hi ,I want to import/export 'Spark' table's data to HANA . I want to use SDI for this.But It looks like SDI does not support 'Spark' , It support only Hive as source currently . However , I found SDA...
View ArticleEclipse UI5 version and SAP UI5 version conflicts
Hi All, I am trying to customize the fiori app for that I am using fiori tool kit in eclipse.Successfully I have extended the fiori app but the problem is while try to run the extended fiori app it...
View ArticleUsing table varbiable in procedure, attach results
I have procedure with a for loop and would like to put the result into a table variable.In the followowing code the variable is overwritten on each loop. How I can avoid the overwrite and jsutatttach...
View ArticleEXECUTE IMMEDIATE throwing syntax error
I am on HANA SPS10, I am not sure why I am getting syntax error while using EXECUTE IMMEDIATE.
View ArticleHANA modelling aggregation issue
Hi Friends,I am trying to achieve following requirement. I want one extra coloum showing final status, that should be derived from the Status coloumn, for example, lets say I have three coloums that I...
View ArticleDifference result between SELECT and CE_OLAP_VIEW
Dear experts,Is it possible to get difference results between CE functions and SQL?My scenario is1- I have created Analytical view to get GL balances from table FAGLFLEXT with GLs description and...
View ArticleExecute Stored Procedure that uses "ALTER TABLE" and "DELETE FROM"
Business requirement: append the monthly new data into an archive table, then delete the oldest month data in the archive table. The archive table only keeps the most recent two months of data.Example:...
View ArticleDynamic Tiering - Missing tile
Hello, I have installed Dynamic Tiering SPS11 but I am not able to access the tiles in the HANA Cockpit. So far, I have done the following: - Added System PRIV EXTENDED STORAGE and ADMIN -...
View ArticleNeed help for XS application
Hello All, I am working on a XSJS application where I would need to call an analytics view through XSJS and then to display the result data of this view to a Fiori cockpit page in form of graph /chart...
View Articlexsodata - expose multiple tables in the same service
Hi, Is it possible to expose data from multiple tables in the same service? e.g. let's say we have table_A and table_B - may or may not be related and we want the caller to see data from both...
View Article