cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to capture data in an editable dynamic ALV.

Former Member
0 Kudos

Hi ,

I have created a dynamic editable ALV whose displayed structure can be changed at runtime based on the selection in a drop down list value selector.

Im trying to capture the values entered in the ALV into an internal table before the user changes the structure of the ALV to a different structure.

In the ON_SELECT event handler of the drop down list box , im rasing a data_check event to capture the ALV data.

The problem is that the control is not entering the event handler for the data_check event.

If i raise the data_check event in my save event handler or any other event handler , it works fine.

Can someone please suggest a solution.

Regards,

Newton.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

I have figured out that the problem is local to my machine , because the code works fine on other machines.

I guess my internet explorer has some bug.

Regards,

Newton.