Skip to Content
0
Former Member
Jan 14, 2008 at 11:20 AM

Select Query

27 Views

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