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: 

Refresh OO ALV every 10 seconds.

Former Member
0 Kudos

Hi Forum!

I need to implement a status monitor where the customer can see in real time all the data from their Production. I'll use OO alv to refresh alv data, my question is, how can i call the method (alv_instance)->REFRESH_TABLE_DISPLAY every X seconds.

Thanks so much in advance.

John.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Also,

The following forum thread may be of use to you:

Brad

12 REPLIES 12

Former Member
0 Kudos

Hi John,

Check out Anand's blog on this (forget misleading title).

/people/sap.user72/blog/2005/04/22/parallel-processing--an-introduction

Cheers,

Brad

Former Member
0 Kudos

Also,

The following forum thread may be of use to you:

Brad

0 Kudos

Hi

OK, Brad. You are faster. Nevertheless, let me add these:

1.

2.

Regards

*--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

-


And is not it Sunday there at France? Whoever may be in front of his computer on a lovely spring day other than he may be freak?

*--Serdar

Message was edited by: Serdar Simsekler

0 Kudos

What was that cheezy western movie? The quick and the dead...

0 Kudos

And asked that:

And is not it Sunday there at France? Whoever may be in front of his computer on a lovely spring day other than he may be freak?

*--Serdar

0 Kudos

Fair point. Its addictive though, isn't it?

0 Kudos

Actually Serdar, isn't it only 5.00 in the morning where you are?

I can rest easier knowing that I am not alone in my freakiness...

0 Kudos

It is 19:00 here in Turkey and seems I am fine with sharing freakiness. But should give a break right now. Do not leave messages unanswered :).

And by the way getting 12 points. Really addictive...

0 Kudos

Sorry about the gaffe on the countries. Actually, after my post I looked up your flag on your business card on http://www.flags.net/ (good site).

Must see more of Turkey, have only had a weekend in Istanbul. Lots more to see.

You guys need an abaper?

0 Kudos

Istanbul always has something to live more.

I am working in the capital city, i.e Ankara. And I guess your rate will be pretty much relative to the market here :). If you are serious about working here, I can give some links for Turkish job sites. If you were permanent, I would offer an exchange

BTW, we have been so much in depth with the OO context

ChristianFi
Active Participant
0 Kudos

Search also for CL_GUI_TIMER - with which an event after x seconds is triggered by the frontend (no need to block another WP with asynchronous function calls.

Christian

Sorry for some reason I did not see the prevoious post - so just ignore this one.

Message was edited by: Christian Finkbeiner

Former Member
0 Kudos

That was Fast!

Thanks!

John.