Application Development 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: 

req : to capture the filter data in internal table from ALV

Former Member
0 Kudos

hi friends..

i have an requirement, plz guide me to solve this..

let consider in alv grid i m displaying 10 data(10 rows)

by using filter let assume now i m getting 5 rows (from the 10 rows).

i want to capture these 5 rows in an internal table..

plz giude me to resolve this..

thanks in advance

by

selva

4 REPLIES 4

Former Member
0 Kudos

Hi,

U cannot download a ALV List to an Internal Table,Instead Download it to a Spreadsheet and do the nessacary manipulation.

Regards,

Balakumar.G.

Reward Points if helpful.

Former Member
0 Kudos

Hi,

Filtered data cannot be copied into another internal table.

Thanks,

Sriram Ponna.

Former Member
0 Kudos

Hi

u can think to do this programatically.

1 add one button on alv tool bar say capture.

2. filetr the requiredd rows .

3. seelct all filterd rows.

4. say capture.

5.At user command write a code to get the selcted alv rows

in different internal table.

6 you can use FM get_selected_rows for this purpose.

Former Member
0 Kudos

This message was moderated.