Hi All,
select *
INTO TABLE ITAB
FROM ypbs
WHERE name IN s_name.
the entries in ypbs
ab
AB
Ab
aB
now in selection screen i will give A* then the output will be
AB and Ab but my requirement is to get all the entries starts with A/a.
helpme in this regard
ponts will rewarded
thanks