How to create a CDS that select all KUNNR
from table KNA1
that Customer Number
starts for example with A%
.
I could use LIKE
in the where clause but the RHS
of the condition have to be static. It should depend on the input parameter from CDS.
Is it possible to do it with CDS?