‎2008 Sep 30 12:41 PM
Hi,
In the output report iam using pushbuttons in application toolbar.
I am modifying the internal table in PAI but changes are not effecting in the report output because in PBO iam using
CALL METHOD alv_list->set_table_for_first_display
please let me know what is the solution for this.
regrds,
vijay
‎2008 Sep 30 12:43 PM
after changing the internal table you have to call the method refresh_table_display.
call method alv_list->refresh_table_display.
‎2008 Sep 30 12:43 PM
after changing the internal table you have to call the method refresh_table_display.
call method alv_list->refresh_table_display.