Skip to Content
0
Former Member
May 14, 2008 at 09:36 PM

problem with select stmt

17 Views

hi gurus,

i need to select all the vbeln data from vbap, where the vbeln ends with 005.

i am trying to use the following, but its not picking any values,

SELECT * FROM vbap INTO TABLE temp_vbap WHERE vbeln like ' *005 '.

please help.