Skip to Content
0
Former Member
Jul 23, 2008 at 12:12 PM

Using Like in Select Query

61837 Views

Hi all

I am new to ABAP so i don't know how relevant the question is.

I have a variable say svar.

I want a select query using LIKE that helps me fetch data that starts with svar.

Something like 'ABC%'.

The only thing here is that it is a variable so i cannot use: 'svar%' or svar+'%' or anything like that.

Kindly suggest.

Thanks and Regards

Avinash