Hi,
I need to write a select query where i need to retrieve the names of the cutomised tables (Starting with Z or Y)
The select query
SELECT * FROM xyz INTO TABLE itab_xyz WHERE TABNAME = 'Z*'
doesn't work.
What's the correct way to write this ?