Skip to Content
0
Former Member
Jul 10, 2007 at 04:56 AM

Refreshing the ALV.

116 Views

HI all,

i have a requirement where the user can double click on a value on the alv and that call the transaction to edit and save changes .. however when the user return the ALV should display the changed values..

The problem is that by the time I reselect the data the database has not been updated .. so even after a reselection the get the old values....

I have tried the wait statement which works ... however is there any other alternative .. is there any way we can find out if the LUW for the Transaction has been closed or the Database has been updated so that we can perform the reselection and get the updated.values.

have tried PERFORM ON COMMIT doesn't work.!!!!

please suggest.

Thanks in advance

Srinivas