Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

get selected rows method in a alv without ABAP Objects

Former Member
0 Likes
254

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!

1 REPLY 1
Read only

Former Member
0 Likes
229

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