Hi,
I need to selct particular fiels from a database table into an internal table where key_field = abc*.
How do I do it?
Eg.
consider i have a DB table 'XYZ' with the fields -
name date class
the entries are say:
name date class
welcome_a 12.12.1980 10
welcome_b 01.11.1980 10
welcome_c 23.03.1980 10
select date class from XYZ into itab where name = welcome*.
This didn't work.
Plese help.
Thankyou