Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Grid problem

Former Member
0 Likes
345

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
322

after changing the internal table you have to call the method refresh_table_display.

call method alv_list->refresh_table_display.

1 REPLY 1
Read only

Former Member
0 Likes
323

after changing the internal table you have to call the method refresh_table_display.

call method alv_list->refresh_table_display.