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.