Application Development and Automation 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: 
Read only

refresh sm 30 table

Former Member
0 Likes
1,147

Hi experts.

how can i refresh sm30 table or refresh the screen ?

so after i insert some records with code behind the records will be visible to the user.

Thanks.

7 REPLIES 7
Read only

Clemenss
Active Contributor
0 Likes
902

Hi,

I thinks you can do using

Event 08: After Correcting the Contents of a Selected Field

In this event you have access to Internal Table EXTRACT which is the data display work table.

It is not intuitive understood what you mean by "records with code behind the records". So I do not know what "refresh sm30 table" hast to do exactly.

This is your part.

Regards,

Clemens

Read only

Former Member
0 Likes
902

Hi Clemens

what i ment when saying Refresh sm30 table is that after the code behind is finish his job i want to see the data in the table.

now i can see the data just if i exit the transaction and re-enter.

thanks.

Read only

0 Likes
902

Hi Gil,

your requirement is not clear.

do you mean:

1) you're in TA SM30

2) in background is running a job modifying your ztable?

3) After modifying ztable 1) shall be refreshed?

Read only

Former Member
0 Likes
902

Hi again.

i'm in sm 30.

when user type a shipment number and then press enter there is a query that execute and insert all the records that match to the shipment number to the table,

but the user can see all the records just if he exit and re-enter to the sm 30 --> to the table.

what i need is to refresh the table\screen\or somthing else so the user can see the data .

thanks.

Read only

Former Member
0 Likes
902

Hi gil,

1. Unfortunately thats not possible directly.

2. There is no such event which will be triggered

when that table is updated somewhere in background,

or some other session,

and u expect

your screen to get refreshed !

3. Even if we do in any case,

then we have to use timer concept,

in the coding of the table maintenance function group,

but such things are not at all advisable.

regards,

amit m.

Read only

Former Member
0 Likes
902

HI,

Please check ur table maintenace details like

Screen Maintenance and authorization group, function group.

after that you need to activate your table.

Regards,

Chandra.

Read only

Former Member
0 Likes
902

Hi Gil,

sometimes TA '/$SYNC' helps.

Regards, Dieter