Skip to Content
0
Former Member
Dec 05, 2008 at 07:35 PM

Select Statement with Pattern

9452 Views

Hello Experts,

I need to select a specific group of records from table VBAK and they all start with letter 'S'.

I tried using select statement like this but failed. Can you please advise how can I select using a pattern?

Thanks for the help.

select vbeln
    into table t_cont
    from vbak
   where vbeln = 'S*'.