Hi, thanks for the replies guys.
the view I'm trying is SalesOrderValueTrackingQuery
the report name is "Sales Amount Analysis", which is SAP Design Studio based dashboard
These are the tables used:
| SAP_ECC.ADRC |
| SAP_ECC.MAKT |
| SAP_ECC.PA0001 |
| SAP_ECC.KNA1 |
| SAP_ECC.T001 |
| SAP_ECC.T006 |
| SAP_ECC.TSPA |
| SAP_ECC.TSPAT |
| SAP_ECC.TVAK |
| SAP_ECC.TVAKT |
| SAP_ECC.TVKO |
| SAP_ECC.TVKOT |
| SAP_ECC.TVTW |
| SAP_ECC.TVTWT |
| SAP_ECC.TSAD3T |
| SAP_ECC.VBAK |
| SAP_ECC.VBAP |
| SAP_ECC.VBEP |
| SAP_ECC.VBFA |
| SAP_ECC.VBKD |
| SAP_ECC.VBPA |
| SAP_ECC.VBUK |
| SAP_ECC.VBUP |
| SAP_ECC.VEDA |
That's what I got after running it in SQL
------------------
Statement 'SELECT * FROM "_SYS_BIC"."sap.hba.ecc/SalesOrderValueTrackingQuery"'
successfully executed in 12.936 seconds (server processing time: 12.444 seconds)
Fetched 1000 row(s) in 1.969 seconds (server processing time: 11 ms 886 µs)
Result limited to 1000 row(s) due to value configured in the Preferences
--------------------------------------
As you I ran it again and again it takes almost 13 seconds. So either it get's unloaded every time I get disconnected or something different is the issue here.
also, there are 8120 records in the main underlying table VBAK.
the memory usage is also very low
I think we might be missing some basic setting here
Thanks,
Sergio
