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: 

RE: Check box field details -- reg

Former Member
0 Kudos

Hi Experts,,,

I have a report generated in two sub screens

and I m using object oriented

and the structure used for the layout is "LVC_S_LAYO"

could anybody help me to know the value of the check box to be ..

As in ordinary ALV Grid the value will be "selfield".....

2 REPLIES 2

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you want to get the selected rows, you can use get_selected_rows.

sharat_chandra
Advisor
Advisor
0 Kudos

Hi,

You can use GET_SELECTED_ROWS of the class CL_GUI_ALV_GRID.

You can collect the rows into an internal table of type <b>lvc_t_row</b> & the row id's into an internal tab of type lvc_t_roid.

You can then evaluate the check boxes based on these two data's.

Regards,

Sharat