cancel
Showing results for 
Search instead for 
Did you mean: 

help - in REUSE_ALV_HIERSEQ_LIST_DISPLAY

Former Member
0 Kudos

HI friends,

i would like to know how to transfer the records which are checked or selected records in check box in REUSE_ALV_HIERSEQ_LIST_DISPLAY to a internal table .

expecting all your valueable answers,

Thanks,

ganesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

raguraman_c
Active Contributor
0 Kudos

Hi,

If you have achieved this thru' object oriented method, then you have a method called, <b>GET_SELECTED_ROWS</b>.

If it is using SLIS, then you need to use Box fieldname concept and then get the selected rows using

loop at itab where <b>boxfield = 'X'</b>

endloop.

and populate them into another internal table inside the loop.

Hope this will help you in solving your issue.

Feel free to revert back.

--Ragu

Message was edited by:

Raguraman C

Former Member
0 Kudos

hi raghu,

could u pls tell me where or in which event i need to write loop statement.

rgd,

ganesh