Application Development 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: 

Refresh ALV GRID report

Former Member
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

try using rs_selfield-refresh = 'X' at the end of the user-command logic for that button

Former Member
0 Kudos

Hi

U've to insert X in the field of P_SELFIELD-RESFREH, in your routine for USER-COMMAND event.

Max

Former Member
0 Kudos

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.

Former Member
0 Kudos

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