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