we developed module pool which we have only one screen.here by entering order number and perform submit we can able to fetch current status of order
and also we have dropdown of next possible status of order.
if we select next possible status from dropdown and perform save, it will be the current status of that order
now the problem is when select status from dropdown and perform save, status is saving in table but it is not updating in screen(screen is not refreshing)
after going back and reopen the application screen refreshing and status updating with new status.
when perform save only screen should be update new status as current status. i didnt write any code in PBO.