Skip to Content
0
Former Member
Sep 23, 2008 at 07:18 PM

handling check box in a report...

30 Views

hi,

I display a report with say the sales order numbers with a checkbox before that as follows:

WRITE:/ l_cbox AS CHECKBOX,

(11) l_vbeln

In the output , I get many sales orders and user can click many checkboxes and select the needed sales orders. After that he selects on my custom icon on the toolbar and an operation takes place. In that functionality i need to check which checkboxes the user selected and i want to store those sales order numbers in an internal table for further processing. How to write that code ?

thks