cancel
Showing results for 
Search instead for 
Did you mean: 

Screen refresh problem

Former Member
0 Kudos

Hi,

I am updating the HR info type 6 for the country update through the webdynpro application. And it's getting updated as usual..but the problem i am facing is screen is not getting refreshed immediately eventhough i am updating the context again by reading the info types by suitable Function Module.

In debug mode also able to see the updated values..

this problem comes in the QA environment only.not facing this problem in Development?

what could be the reason?

Appreciate your needful suggestions...

Regards,

Lakshmi.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

use commit work and wait after update, it will take sometime to actually update in the database.

While debugging you don't face this issue becuase system gets enough time to update the data in the back end.

or loop through the select statement until the new value is saved then exit the loop and show the result

Abhi

Answers (0)