Skip to Content
0
Aug 02, 2023 at 06:31 AM

Is there an alternative to avoid range joins in ABAP CDS views

30 Views

Hi All,

We are doing a range join in the cds view (join condition - CDS1.field a > CDS2.field b and CDS1.field a < CDS2.field c), where we need to validate a field to be in the range of two different columns values of join view. Do we have any alternative to this without using CDS with parameters ?