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: 

Reg.. Refresh top-of-page

Former Member
0 Kudos

I am using oops for an upload program,and also I have a UPDATE button on the first screen.

After uploading the file, if any errors in the upload file they are displayed on the top-of-page of first screen, if user wants to correct those errrors he can or else he can leave those and click on the update button to process the IDoc.

The problem is after the update button is pressed the top-of-page is not getting refreshed, because i don't want to display the old errors .i want to display only the fresh errors on the top-of-page.

How do i refresh the top-of-page screen

1 REPLY 1

Former Member
0 Kudos

Dear MS Kumar,

You should not call FM 'REUSE_ALV_GRID_DISPLAY' for the second time. In the callback routine USER_COMMAND you should just set the field REFRESH of structure rs_selfield.

Regards,

Flavya