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

READING SELECTED CHECKBOXES FROM A SINGLE COLUMN

Former Member
0 Likes
505

Hi,

how do i read more than 1 selected checkboxes from a single column & corresponding single selected checkbox from the next column.

thanks

mohit.

4 REPLIES 4
Read only

Former Member
0 Likes
483

Hi,

pls go through

if active-tab = fuvctioncode of tab1

loop at screen

if screen name = chkbox

screen - input =0

endif.

endloop.

endif

pls give reward if it helpful

Thanks

Vana

Read only

Former Member
0 Likes
483

Hi,

Can u elaborate is it for interactive reporting?

Sandeep

Read only

Former Member
0 Likes
483

Hi

You have to keep all these checkbox fields in a Internal table along with other fields and display them in Output

Now when to wants to read the selected checkboxes with in a column

Loop that ITAB where Checkbox = 'X'.

and read with

DO.

read the line contents from SY_LISEL field and catch the values.

endddo.

endloop.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
483

Hi Mohit,

Could u elaborate.

Regards,

Pradeep Chintala.