2008 May 13 8:51 AM
Hi all,
My problem is that I have an editable column in alv grid i want to display a popup when user click on back button on gui status after edit or modify any cell of that column.Plz let me now what should be the solution.
Cheers
Anirudh
2008 May 13 9:49 AM
Before passing the output table to the display method, copy the contents to a temporary internal table with the same structure as of output table.
After the user action, copy the changes in the grid to your output table.
Loop At outtab.
Read table Temp index sy-tabix.
If outtab-F1 <> Temp-F1.
Message ..
EndIf.
EndLoop.
Before passing the output table to the display method, copy the contents to a temporary internal table with the same structure as of output table.
After the user action, copy the changes in the grid to your output table.
Loop At outtab.
Read table Temp index sy-tabix.
If outtab-F1 <> Temp-F1.
Message ..
EndIf.
EndLoop.
2008 May 13 9:49 AM
Before passing the output table to the display method, copy the contents to a temporary internal table with the same structure as of output table.
After the user action, copy the changes in the grid to your output table.
Loop At outtab.
Read table Temp index sy-tabix.
If outtab-F1 <> Temp-F1.
Message ..
EndIf.
EndLoop.
2008 May 13 10:45 AM
Hi Sudhir,
Thanks for ur reply but i m not able to get update outtab at PAI .
Is there any solution to get update outtab at PAI.My main probs is that when user modify the cell and after that click on back button if the cell is changed then popup will come.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |