‎2017 Dec 24 9:11 AM
Hi all, I have a question about CDS view.
Does CDS view calculate and buffer data on ABAP server level or on DB level?
‎2017 Dec 24 10:43 AM
Both. If you are able to switch on buffering, data are buffered, when accessed with Open SQL. Otherwise all is done on DB.
‎2017 Dec 25 5:14 AM
Thank you for the reply.
BTW, would CDS view do data pre-selecting at the beginning of the ABAP program, which mignt be better than Open SQL in terms of performance?