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*'.