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

ERROR IN OOPS ALV

Former Member
0 Likes
781

I am developing ALV with two screen in which first scren have a button (Plant ) my requirement is that when click on button then corresponding to that button then data will show in next pop screen. but it is working only two times but when i m clicking third time then data is not refreshing.bt1.jpgbt2.jpgbt3.jpgbt4.jpg

1 REPLY 1
Read only

Former Member
690

Try freeing the second ALV grid each time.

Also it would be slicker to have the grids in a splitter control and use one of the selection_changed_delayed events to populate the second grid.

Rich