2023 Mar 01 8:38 AM
Hi guys,
I'm facing a problem with updating the data in the top of page of the ALV.
In the user command I have a case when '&modify' it will call transaction XD02 to modify some data in it, after saving the new data it will update/refresh the alv with them using rs_selfield-refresh = 'X'.
It works pretty well, but the problem appears just the first time I log in to SAP after a long period or sometime after a dump, where I have to save twice before it actually update the ALV, after that all the next changes update without any problem until the same situations that I listed before.
2023 Mar 01 8:33 PM
Difficult to help without any detail of your program. When a problem is complex to reproduce, often only you alone can find the reason. Probably there's a tiny bug somewhere which is difficult to find.
2023 Mar 02 9:26 AM
You could add a delay between the call of XD02 and the refresh