‎2005 Dec 22 12:28 PM
Hi, I use an alv created without abap objects, but I need tu use the method get_selected_rows. I was wondering if is there any function which can do this.
Thanx!
‎2005 Dec 22 12:39 PM
may be you can imitate the method.
i don't think there is a similar function.
i debugged the normal alv, what they are doing is
looping the internal table and looking for mark = 'X' and populating to another internal table what ever selected.
vijay