Time trigger for refreshing the screen

Hi all,
How to implement the time trigger for refreshing the screen after some time interval .
Thanks in advance .

hello Naval ,
set the delay propert Eg : 10
in the on action of the Time trigger Ui
invalidate the node of table .
write the select query for retrivig the PO from table into Itab .
bind the internal table to the node ...
But for your requirement it will efficient if you implement POWL query .
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60f1d5ee-84ab-2c10-ce97-97dfd89bc238?quicklink=index&overridelayout=true]
Regards
Chinnaiya  P

Similar Messages

  • I was not using my Iphone for some time and when i charged it for use the screen is not lighting up. the image is very dim . Please assist to correct this situation., I tried to increase the brightness.no use.

    Iphone 3 GS was not being used for some time. When I charged it for use the screen is not becomeing bright. The images are very dim although i increased the brightness. Pls assist.

    Since it's a new machine, contact Apple Service, iMac Service or Apple's Express Lane. Do note that if you have AppleCare's protection plan and you're within 50 miles (80 KM) of an Apple repair station, you're eligible for onsite repair since yours is a desktop machine. That also might apply to newly bought ones inside the first 90 days.
    FWIW, IMO, the AppleCare extended plan's the cheapest insurance you can get for your new desktop machine.

  • Have to keep refreshing the screen

    When I start up various applications under Firefox, the username and password are not always completed for me despite being stored. If I refresh the screen, then it works. Also, when using the back button in google, it takes me to a completely blank page instead of the list of returned items - again, if I refresh the screen, the correct list is displayed. This has only been happening in the last 2 weeks and it's driving me nuts.
    I've looked on this forum for answers but there aren't any that explain why this is only happening with Firefox. I left IE because of problems, don't tell me I have to now abandon Firefox too? Has anyone got a reliable platform out there for goodness sake?

    Ok. I think safe mode should be the next step then.
    I should have been more clear above. I didn't mean Windows Safe Mode. I was referring to Firefox's Safe Mode. See the article below:
    [[Troubleshoot Firefox issues using Safe Mode]]
    This basically starts Firefox up with all add-ons disabled and with a couple of changes to basic settings. If the problem doesn't occur in Safe Mode then it is a good bet that some setting or add-on is causing the problem. You can then follow the instructions in that article to enable them one by one to identify the culprit.
    If the problem still occurs in Safe Mode then I suggest doing a Firefox Reset. See the article below. This will return Firefox to its defult settings. Your history, bookmarks etc will be saved but you will need to reinstall all your add-ons.
    [[Reset Firefox – easily fix most problems]]
    I hope that helps. Let me know if not.

  • My phone started vibrating mutiple times last night and the screen went black, and then it stopped and now I dont know what to do.  How should I fix this problem because I cant turn it back on?

    My phone started vibrating mutiple times last night and the screen went black, and then it stopped and now I dont have a clue what to do.  How should I fix this problem because I cant turn it back on? I have only had my phone for 2 months.

    I also live an hr away from the Apple store, so its not the best thing to go there just to ask a question and find out what to do

  • No matter what I do, I cannot figure out how to refresh the screen, and so I can't even see what's new on my own website!

    I cannot refresh the screen, no matter what I try. The "restore" is not the same thing. So I always get old versions of websites, including my own. I cannot see a new version of any website I have visited previously. I need to know how to REFRESH my screen, and there is no way to do it!!!!!

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"

  • When i am using my iphone 4 for calls the screen doesnt go blank so i keep cutting my calls off how can i resolve this ?

    when i am using my iphone 4 for calls the screen doesnt go blank so i keep cutting my calls off how can i resolve this ?

    Try removing your case... it might be interferring with the proximity sensor.

  • If I do not touch the curser for a time, bubbles appear on the screen. How Can I stop this?

    If i watch a movie using firefox, after a few minutes bubbles start appearing on the screen. I have to move the curser to eliminate them. Is there a way to stopping this from happening?

    AndrewG33 wrote:
    I am new to iMac and thinking about subscribing to itunes match. Is it worthwhile and if I want to still store music on the iMac in iTunes am I able to still do this even if I do not renew the subscription in a years time. Thank you for your help.
    See this page from the Apple web site for more information: http://www.apple.com/itunes/itunes-match/
    AndrewG33 wrote:
    Oh and also, I have set up 4 user log ins one for each member of the family will the same itunes library be used by each person in their own log in or will they have to have their own match subscriptions?
    A computer can be associated to only one Apple ID at a time. Multiple Users on the same computer cannot use iTunes Match, automatic downloads, or re-download content from the iTunes Store at the same time: http://support.apple.com/kb/HT4627.

  • Logic for Refreshing the ALV Report (Very Urgent)

    Hi Experts,
    My <b>ALV report</b> needs a <b>refresh button</b> on the output.
    The <b>Refresh button</b> should be available to allow user to keep this report on screen and <b>refresh regularly</b> rather than <b>going back</b> and <b>running it again.</b>
    I am using <b>Function modules</b> and not <b>OOPS Concept</b> here.............As i am<b> unaware</b> of OOPS Please provide me solution in <b>FM's Only</b>.
    Kindly send me <b>sample logic</b> for this, <b>Very urgent</b> if ur reply is helpfull.... u will be <b>rewarded heavily</b>.......................
    THanks in advance.
    Rajesh Kumar

    Hi,
    This mean to say that if you have a 'refresh' push button in your gui status, every time you press the button, the list should get refreshed.
    In ALV, to refresh the table you have to call the method "refresh_table_display". 
    It has the syntax very similar to creating the table. 
    It has two parameters. In the first one, you can mention if you want to refresh only the data (the icons are not refreshed) 
    or 
    if you want to refresh only the icons around the grid (the data is not refreshed - this option is mostly not used in day to day applications).
    the synatx is :-
    call method grid (name of grid )->refresh_table_display
    exporting
    IS_STABLE = <STRUCT OF TYPE LVC_S_STBL> (THIS IS FOR DATA REFRESHING)
    I_SOFT_REFRESH = <VARIABLE OF CHAR 01>  (THIS IS FOR ICON REFRESHING).
    Regards,
    Bhaskar

  • Refresh the screen after a long calculation

              Hi,
              I have a problem here:
              After I click a submit button, I want start a long process(running a stored procedure
              in
              database for about 20 mins) and after it is finished, screen will refresh automatically
              to reflect
              changes. I was using a thread to do the calculation but not able to refresh the
              browser after calculation is finished. Any one knows how to do it?
              Thanks.
              Kim
              

    Kim,
              It was just pseudo-code to hand you an idea of using Refresh.
              As for the piece you provided, it has some problems:
              1. It looks like you start marginServer() Every time there is a refresh
              2. It looks like you have marginServer as a field in the servlet, which
              is not correct as it's not guaranteed that the same instance will serve
              the next request. You'd better keep in HttpSession.
              HTH.
              Regards,
              Slava Imeshev
              "Kim" <[email protected]> wrote in message news:[email protected]...
              >
              > Hi Slava,
              > Thanks for helping.
              > I tried your code but got some error . Here is the code:
              > public class LongRunningTaskRefresh extends HttpServlet {
              > public void doGet(HttpServletRequest request, HttpServletResponse response)throws
              > ServletException, IOException {
              > stillRunning =true;
              > marginServer.start(); //this is the thread with long
              > process. In the end of it, it will set stillRunning to false
              >
              > response.setContentType("text/plain");
              > PrintWriter out = response.getWriter();
              > if (stillRunning) {
              > response.setHeader("Refresh", "5");
              > out.println("Your request is being processed" );
              > }
              > else {
              > rd = request.getRequestDispatcher("MarginSummary.jsp");
              > rd.forward(request,response);
              > }
              > }
              > }
              >
              > Do I do anything wrong?
              >
              > THanks again!
              >
              > Kim
              >
              

  • Refresh the screen after a ALV hotspot click

    I have a value type I painted on my screen, i wan it to be updated after i trigger the hotspot click on my ALV list. How to do refresh the value on the screen?Because hotspot click does not update the screen for the latest value.

    Hello Lai
    I trigger PAI in the event handler method using the following coding:
    *   Trigger PAI
        CALL METHOD cl_gui_cfw=>set_new_ok_code
          EXPORTING
            new_code = e_ucomm
    *      IMPORTING
    *        rc       =
    When you are at PAI you can do all kinds of refreshing your ALV list before displaying it again. For an example see thread
    Blanking values on ALV Grid Row Duplicate
    Regards
      Uwe

  • Refreshing the screen

    My administration website will not display the new values stored in the database. There are a series of admin pages used to update the database. The current values are shown in text boxes to indicate what the current values are. How can I refresh the page and display the new changes in the text boxes.
    The values are retrieved by calling the get methods in my ConfigDB class, which returns a value(the a result from the query string). For example:
    String str_url = rs.getString("name");
    public String getNameURL() {
    return str_url;
    I used rs.refreshRow(); and has no effect.
    ConfigDB is responsible for connecting to the database and quering the database.
    Can anyone help me?????
    gbilios

    What exactly is the problem? Refreshing the page? It can be done either with Javascript or the HTML <META>-tag. Or even using a dummy Servlet that you post it and just dispatch the request back to the same page.
    Do you get the updated values if you refresh the page manually in your browser (CTRL-F5 with IE)? If not, then your problem is that your ConfigDB class is caching the values. You need to modify it so that it will requery the database every time a getter method is called.
    .P.

  • Refreshing the screen that has af:table

    Hi,
    I have an Entity X, and I have an Edit screen where I can update attributes values of X Objects. On the Edit screen(JSPX), I have OutputText, InputText, selectOneChoice, selectBooleanCheckbox, and af:table components. On the Edit Screen I also have copy capability, the user can pick another Object of X and copy all its attributes values to the current object. When the copy is done, the copied values are instantly displayed on the screen for all the components except the af:table components(certain rows should be selected after the copy is done). I tried to refresh the page using the below code but didn’t help
    protected void refreshCurrentPage(){
    FacesContext context = FacesContext.getCurrentInstance();
    String currentView = context.getViewRoot().getViewId();
    ViewHandler vh = context.getApplication().getViewHandler();
    UIViewRoot x = vh.createView(context, currentView);
    context.setViewRoot(x);
    x.setViewId(context.getViewRoot().getViewId());
    I tried to add the table as a partialTrigger using the below code but that didn’t help
    AdfFacesContext adfContext = AdfFacesContext.getCurrentInstance();
    adfContext.addPartialTarget(compsTableComponent);
    I have been struggling with this for days, can anyone suggest any solutions to it. I use ADF Business Components
    Thanks :(

    Hi,
    you lost me in the listing of components and what they do on the edit page. But I think that they are irrelevant for the question you ask anyway. So here are the options
    1) call facesContext.getExternalContext.redirect("/yourViewId.jspx");
    or
    2) try refreshing the surrounding cotainer of the table. Sometimes its not the component you need to refresh, but the parent container
    Frank

  • The top button on my iphone 5 stopped working recently.. Well it works but barely at all if every. Most of the time it only locks the screen if I click on the left side of the button. Also my Camera causes a blue pixelated spot on pictures I take.

    The top button on my phone recently stopped working. Well sometimes. Majority of the time if I click it hard enough on the left side of the button it will lock the screen... Otherwise it doesnt work at all anymore. Also the camera appears to be placing a blue pixel on pictures I take. Its annoying. What should I do?

    It's completely situational. Without being able to directly compare the "scratch" on the original poster's iPhone with your iPhone, what gaamcc had happen could not be extrapolated to guess what Apple may do in your situation. It will depend entirely on what the Apple technician diagnoses after examining your iPhone. He/she may decide that any damage is strictly cosmetic and didn't have any connection with the problem you're taking your iPhone in for, or he/she may diagnose the problem as stemming from user damage. You'll just have to see when you go to the Apple Store.
    Regards.

  • Is there a free one time replacement for accidental broke screen on iPad 2?

    Is there a one-time replacement for accidentally broken iPad 2 screen.

    I tried on my less than month old iPad2 64gb.
    I had to make 2 trips (one to schedule appt and one for the "Genius" appointment) for what I knew would be the answer ($349) so kind of frustrating experience -- especially listening to the litany of other relatively mundane problems people were having.  Then made a 3rd appointment to see if the meltdown another custormer next to me was having affected my review with Genius #1.  Same result.  Hard to justify over $1k investment in less than a month.  Genius #2 agreed and suggested to use a screen cover laminate and await next version.
    I did not drop mine -- but it fell over face first while using the smart cover as a stand.  Of course it fell on a granite counter top but the glass shattered/cracked (yet stayed in place).  Still works so using the cellophane envelope to keep glass shards from cutting me.  Looks quite stupid in public.
    Overall not a pleasant experience.  Wasn't expecting a free replacement -- but also not expecting the 2 trips, seemingly discretionary ad hoc Genius review, long wait and the absence of a simple screen replacement/cheaper option.

  • How do i refresh the screen on the Desktop?

    i have multi screen computers, each monitor has a different wallpaper (by setting a pic file as web content)
    so, a simple solution to change the wallpaper would be to change the file so that the wallpapers displayed would be different. however, the results will not show unless i hit the F5 button to refresh the Desktop manually.
    is there a way to refresh the desktop programmatically?
    thanks.

    iCloud is not currently available for your desktop. You may be confusing iCloud with the cloud drives available from other developers such as Microsoft and Google.

Maybe you are looking for

  • The 'popping' sound

    I have the problem with strange intermittent small popping sound (which has been mentioned in other posts) It comes from the top hand left corner of the keyboard and seem to have noting to do with the speaker (it's occurring regardless of volume and

  • Best way to manage small pieces of a 13 minute clip?

    A client has given me some AVI footage to cut in with some of my material. He's said 'at 13 min, 40 seconds' use 5 seconds. 'at 12 min, 10 seconds, use 8 seconds'. There will be some fades and I'll be adding text, etc. in Motion. What's the best way

  • Form Personalisation on Enter and maintain form

    We have a new requirement from client can anyone help to fix this requirement In oracle HRMS on enter and maintain form we have to add two new fields on others or applicant tab how can we do this by using form personalization. RDBMS : 11.1.0.7.0 Orac

  • Lightroom 4.1 does not open in win 7 64 bit.  Any ideas?

    When I try to start Lightroom 4.1 on a Win 7 64 bit it hangs during loading?  Any ideas.

  • Sap plm-qm functionalities implementation

    I need to implement SAP PLM FMEA ,CONTROL PLAN for APQC process.  what are process steps that need to be implemented.  What are the master data required and configuration need to be done. Can anyone help me to understand about this.