2007 Sep 25 8:33 PM
Hi all,
I have checkbox for each record in my ALV grid output. i need to delete some records which are checked in the output. After i click the delete button i noticed that the records which i have checked in the output are deleted and removed from the internal table. what is the procedure to refresh the ALV GRID as it still show me the record in ALV grid.
Please help me solve this issue,
Thanks,
Rajesh.
Hi all,
I have checkbox for each record in my ALV grid output. i need to delete some records which are checked in the output. After i click the delete button i noticed that the records which i have checked in the output are deleted and removed from the internal table. what is the procedure to refresh the ALV GRID as it still show me the record in ALV grid.
Please help me solve this issue,
Thanks,
Rajesh.
2007 Sep 25 8:34 PM
After you press DELETE button, you are handling this event. Here you are deleting recrods from the internal table. After that you need to display ALV report again so if you are using function module to display grid, call the same again.
2007 Sep 25 8:36 PM
If you are using objects call the method refresh_table_display.
CALL METHOD c_grid->refresh_table_display.
2007 Sep 25 8:36 PM
Hi
You have to delete those records (which were deleted with checking the checkboxes) from the internal table before the field catalog is merged and displyed
THEN IT WILL DISPLAY THE LEFTOUT RECORDS
Regards
Anji
2007 Sep 25 8:38 PM
Actually i am doing so but alv grid still show me those record which i have already deleted .. i have deleted the record from internal table but alv is not refreshing
Please help me solve this issue,
Thanks,
Rajesh.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |