Hi Jasmin,
I use a calculation view with data category "dimension". In the view there is a default "Aggregation"node which cannot be removed. But in semantics no aggregations functionality is defined.
I just get the first 200 records, all further lines in the output are empty.
Looking into ST05 shows, that just the first select returns 200 records (the statement has the addition LIMIT 200 OFFSET 0 at the end). All further selects do not return a result (the statements have the addition LIMIT 200 OFFSET <any high number>).
Strange is also that a count returns the value "1", although there are 1 mio entries in the underlying tables. In SQL Console the correct number is displayed.
In the meantime i tried it with an attribute view (so without calculated columns). Here the IDA ALV works fine.
Thx & Regards,
Florian