hello,
i have a screen with some drop dowm list boxes - proj_name, orig_name, proj_type...
their values are retrieved from a database table zdemo... the primary key of the table is proj_no..
what i want to do is, when i select any value from the list, like i select a proj_name from list box,
and press the display button, then i want all the proj_no's whose name is the value of the field
proj_name. i have defined proj_name as range and also retrieved the data to be displayed in an
internal table itab using select query, but how do i display the output on the screen...
plz help me out...
thank you..