Hi,
we are getting below error when executing a query which is on top of Calculation View (Query -> Composite provider -> ODS View -> Calculation view -> Analytic view)
select statement from query seems to be file and selecting very minimal columns.
when i execute similar SQL statement in SQL console on top of calculation view, it is working fine.
-> Visualize plan for this is also OKAY.
when i select DATA PREVIEW on calculation view, it is giving same memory allocation failed.
When it working from SQL consolte, why it isn't working from BEx query?
Where can we check if all variables/parameters are pushed down to lowest node?
How does BEx query executions actually work? Will it execute the calculation view without passing variables? and then filter out the output?
Can admin/someone check how these queries actually hit database? if yes, where?
In calculation view we are joining EKKO, EKPO and EKBE tables based on LOGSYS, EBELN, EBELP.
overall data volume is less than 150 million.
