Skip to Content
0
Jan 19, 2012 at 06:00 AM

get_selected_rows in pai

115 Views

Hi Friends,

i have requirement like by selecting few rows in alv_control i have to do some process with those records and i need to delete those rocords. i have written code like this

pai.

get_selected_rows

Process....

deleting selected rows from internal table

refresh_table_display.

set ready for input.

its working fine for the first time.after deleting one record.after all this process again i want to select few more reocrds and want to do the same but second time in get_selected rows is not giving any out put even i selecting few rows and process the pai.

Please give me any suggestions .

Edited by: sudheer b on Jan 19, 2012 7:01 AM