‎2012 Sep 27 12:21 PM
I am using CL_GUI_ALV_GRID for displaying a Itab, now the ALV is editable and the updated itab will modify a dictionary table. Now in PAI check_changed_data is called.
For the 1st time when any change is made in ALV the method is being triggered and the change is being reflected in the ITAB.
And based on the success or failure some fields are being changed in the ITAB so I have to display that table again in ALV.
Now this time if user changes any records in the ALV , this time in PAI the check_changed_data is not being triggered.
So no change is being reflected this time to ITAB.
I have tried register_edit_event also. But still not working..
I need a solution to this problem...
‎2012 Sep 27 12:35 PM
Sourav,
Problem with clearing data and getting data.....
So, if you post that code we'll verify code and will fix the issue.
Regards,
BALAJI.
‎2012 Sep 27 12:36 PM
Hello
Please refer to the below mentioned URL (website).
http://wiki.sdn.sap.com/wiki/display/ABAP/Making+ALV+to+react+to+Change+data+automatically
Kindly let me know if any further details is required.
<removed by moderator>
Regards
sandeep
Message was edited by: Thomas Zloch
‎2012 Sep 27 1:05 PM
Hello,
When you say
"And based on the success or failure some fields are being changed in the ITAB so I have to display that table again in ALV."
You mean that you are executing the method REFRESH_TABLE_DISPLAY, right? You are not executing the method SET_TABLE_FOR_FIRST_DISPLAY.
Regards,
‎2012 Oct 01 4:25 AM
‎2012 Oct 01 11:50 AM
I got a solution, REFRESH_TABLE_DISPLAY also feed data to the itab..which is working properly
‎2021 Apr 19 11:07 AM
Hi,
Can you share on how this issue is resolved, especially from second time changes in ALV ......