Hi Chris,
I am trying to do similar thing in ABAP CDS view, is it not possible to have a subquery in ABAP CDS view?
Requirement is as follows
SELECT f1, f2, f3 FROM table1
WHERE f1 = ( SELECT max(f1) from table1 where cond ).
Hi Chris,
I am trying to do similar thing in ABAP CDS view, is it not possible to have a subquery in ABAP CDS view?
Requirement is as follows
SELECT f1, f2, f3 FROM table1
WHERE f1 = ( SELECT max(f1) from table1 where cond ).