Skip to Content
0
Former Member
Jun 05, 2009 at 10:53 AM

Really Strange issue with alv table and on_cell_action method

27 Views

Hi,

I have created an application that is using alv tables.

On 2 seperate views i have the exact same alv table.

On the first view i am using the on_data_check method and the on_cell_action method and both work fine. When the methods are called a function module is called and data is returned which is then displayed in the alv table.

On the second view i am also using the on_data_check method and the on_cell_action method.

Again the on_data_check methid works correctly however i cannot get the on_cell_action method to work. When i enter something into the correct cell in the table and press enter nothing happens.

The on_cell_action method never gets called.

Both tables contain the same data and both tables are set up identically.

The only difference is that the table that is not working contains data initially whereas the first table is always empty.

Has anyone come across something like this before or can anyone provide an idea on how to fix this.

Best Regards

Brian