2007 May 30 1:27 PM
Hi All,
I have one requirement to refresh ALV GRID Report.
I am displaying one report using the function module REUSE_ALV_GRID_DISPLAY and I am placing two push buttons at the application tool bar ( create and refresh ). If I execute the report I can see the output .( let us say 10 records are there in the output list). If I select one row and say create one more record I am creating. and if I say refresh, I need to display the total 11 records in the same output list.
Thanks in advance.
Regards
Ramesh.
try using rs_selfield-refresh = 'X' at the end of the user-command logic for that button
2007 May 30 1:30 PM
try using rs_selfield-refresh = 'X' at the end of the user-command logic for that button
2007 May 30 1:31 PM
Hi
U've to insert X in the field of P_SELFIELD-RESFREH, in your routine for USER-COMMAND event.
Max
2007 May 30 1:37 PM
check whether that 11 record u r appending into the internal table or not.
create one more internal table with the same structure.let us suppose that internal table is also having the same 10 records and at the time of create append that 11 record to this second internal table and when that refresh button was clicked populate second internal table data to the alv grid. then ur problem will be solved.
2007 Dec 19 6:01 AM
hi experts,
pls send me the steps of ALV reports. I have strated workin with abap las week. so do not have knowledge about alv.
regards,
rohan
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |