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: 

Custom button "Refresh" in SM30

former_member704196
Participant
0 Kudos

Issue:

If I keep two sessions open, one session in display mode and one in maintain mode. If I then maintain an entry and save, and click refresh in the display session it doesn’t update the changed entry in sm30 screen.

How to achieve this could you please suggest?

4 REPLIES 4

Former Member
0 Kudos

Simple, don't have 2 session open at the same time over the same object.

Seriously it's an SM30 function, how business critical is this going to be?

0 Kudos

But that is the user requirement. The second session will be in display mode only So hope it wont create a problem. I am not sure how the refresh action will work for two different sessions.

0 Kudos

Hi Dipin

Get an ABAP Developer to make the change to do a reload on Refresh.

Regards

Arden

former_member210541
Active Participant
0 Kudos

you need abap help.

when you open the screen in display mode, get all data from database on that timestamp.

when you press refresh, irrespective of what changes have been made to the system through other sessions, you just put back the data you fetched.