Issue with SQL
Hi All, We have the standard sap sql for the table size HANA_Tables_TopGrowingTables_Size_Historywhen I try to see the data through the view which the sql is using I cant see the data for the SAP...
View ArticleViews invalidated
Hi All, We are having a strange issue where the cal and analytical and attribute views were working till couple of days back.Suddenly we have started getting the error saying that invalidated views.We...
View ArticleCan anyone share possibilities of MCOS/ MCOD on HANA Enterprise cloud??
Can anyone share possibilities of having MCOS/ MCOD on HANA Enterprise cloud??
View ArticleHANA dynamic sql
Hi, I'm trying to create a dynamic SQL script to create and fill a table. We need this to create a pivot table in Hana because Hana doen't have a pivot function.We can create a dynamic string and when...
View ArticleSAP Hana Database Error feature not supported cannot support non-constant types
Hi@all, I get this error. I create a table ( for test ) CREATE COLUMN TABLE CE19000_TESTAS(SELECT BUKRS, VV001, VV002, VV003, VV008, VV009, VV012, VV021, VV047, VV061, VV062, VV093, VV201, VV202,...
View ArticleRe: Is there any function like rand() or newid() supported by HANA?
Select TOP 3 RAND(),* from table_name orderbyRAND(); This should give you a random order.And there for 3 different rows each time.
View ArticleRe: Calculation view slow when quering only dimension
You can do a custom query for each LOV.But it not easily maintained if you have to setup 400 custom LOVs each time you create a new univers.
View ArticleSAP HANA Error Code = 5098 - table does not exist(5519)
Applying SPS 7.40 - 12, SUM errors trying to lock "non-existent" tables. I believe these transparent tables are left over from our HANA Migration. The table is in HANA - schema.TABLES but, when trying...
View ArticleRe: SAP Hana Database Error feature not supported cannot support non-constant...
I found a solution based on: https://scn.sap.com/thread/3692839 UPDATE CE19000_TEST AS T1 SET T1.ZZ_GROSS_SALES = ( SELECT SAS.SB_GROSS_SALES( T2.BUKRS, T2.VV001, T2.VV002, T2.VV003, T2.VV008,...
View Articlecleanup of columnstore table did not reduce memory usage
Hi We have a HANA table (VBFA) which we have drastically reduced, as it was taking up most of the Memory. The rowcount was reduced from 540240655 to 40958378, but the table is still consuming 128 GB...
View ArticleRe: ECC on HANA Vs BW on HANA
Hello, I would suggest to go with BW first since real time reporting will matter in BW first.ECC will involve big effort compare to BW. It might have lots of custom development(SPDD/SPAU and mod....
View ArticleRe: cleanup of columnstore table did not reduce memory usage
Hi After database bounce, also the used memory of this table did not release: Top 1 largest table:SAB_SLT;VBFA;C;P;hanaprd-mgmt; ;X; 1; 41; 41770852; 146.15; 148.59; 119.95;83.74;83.74;...
View ArticleRe: SAP HANA Error Code = 5098 - table does not exist(5519)
Hi Joe Please review SAP Note 2133999 (Error: Could not execute 'GRANT ABAP_SYS_REPO TO _SYS_REPO during SUM DMO upgrade or migration to HANA) running repairTopology.py may resolve this error. Ruth
View ArticleRe: Prevent Objects Deletion from _SYS_BIC by Users only having SELECT...
Hi Lucas, Thanks for your Valuable reply.It helped me in deleting the objects from _SYS_BIC. But what i understood after removing DATA ADMIN is we will not able to connect EXCEL with Hana. Correct me...
View ArticleRe: Passing mandatory parameter within several calculation view
Its the correct answer.Have implemented the same as suggested in my CV. Thanks a lot for sharing..!!
View ArticleRe: HANA dynamic sql
You're trying to execute two SQL statements (first the SELECT, then the INSERT). The EXECUTE syntax doesn't allow for this. You can execute only a single SQL statement in a single EXECUTE command.
View ArticleRe: SAP HANA Error Code = 5098 - table does not exist(5519)
Hi Joe Unfortunately in this case you will need to open an incident and provide a remote connection so we can investigate this further. Thanks Ruth
View ArticleRe: cleanup of columnstore table did not reduce memory usage
UPDATE: It seems like this issue is not resolving. Manual trigger of delta merge fail: SAP DBTech JDBC: [2048]: column store error: merge history indexerror:[2450] error during merge of delta index...
View ArticleWriting a list of rows each on a different line in an exception output
Hello All, I wrote a customized SQL exception which retrieves the values of each violated constraint thrown from the exception.In case i have 5 for example im getting the output one after the other on...
View ArticleRe: cleanup of columnstore table did not reduce memory usage
Hello Willem, Yep, it seems you don't have enough memory to perform a delta merge (with history part) on your appliance. An oom trace file will tell you how much memory was requested on the step it...
View Article