2008 May 27 2:11 PM
Hello All,
I am having one ALV Report Program which will call another transaction which is used to update some Ztables.
Then when I am returning back to the first program, It is showing the old data. I need the changed data to be displayed in the ALV . I am using FM REUSE_ALV_GRID_DISPLAY.
help me in this situation.
Regards,
Lijo
2008 May 27 2:13 PM
First you need to update your Internal table. You need to fatch the update data from the database.
Second, you need to refresh the ALV. Use SLIS_SELFIELD-REFRESH = 'X' to refresh the ALV.
Regards,
Naimesh Patel
Hello All,
I am having one ALV Report Program which will call another transaction which is used to update some Ztables.
Then when I am returning back to the first program, It is showing the old data. I need the changed data to be displayed in the ALV . I am using FM REUSE_ALV_GRID_DISPLAY.
help me in this situation.
Regards,
Lijo
2008 May 27 2:13 PM
First you need to update your Internal table. You need to fatch the update data from the database.
Second, you need to refresh the ALV. Use SLIS_SELFIELD-REFRESH = 'X' to refresh the ALV.
Regards,
Naimesh Patel
2008 May 27 2:14 PM
Hi ,
You need to catch your return action in case sy-ucomm.
Then again from a new ALV report by fetching data from updated tables.
Hope this helps.
Regards,
Siddhesh S.Tawate
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |