Skip to Content
0
Former Member
Jul 02, 2009 at 11:42 AM

Easy Question: How to create Check boxes for table coloumn

75 Views

Hi Experts,

I have created one WD Project. The project fetches some records from the R/3 using RFC. The output is in form of a table.

I have to provide check boxexsfor each coloumn. I have done this by adding table coloumn and then InsertTableCellEditor and then selecting Check Box.

Now I am getting error while running the program:

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Property 'checked' of AbstractToggle with id 'CheckBox' in view 'ProgressionView' must be bound to the context

What I have to do here to resolve the issue?

I have to provide 'select all check boxes' and 'deselect all check boxes' option. How I can do so?

User will select couple of check boxes and then click on push button "Run". When the user will click on "Run" button, we have to call another RFC. How we can do so? We have to pass the values of table fields of selected rows.

Regards,

Gary