Automatic refresh of BSP page with certain intervals  like 10 mins once

Hi all,
I am writing a BSP page ,which reads my table data and display.
The table data will be automatically getting changes every 10 mins, based on the BGD job.
I want my BSP page alos automatically refresh every 10 mins...
Is it possible?
Please help.
Thanks in advance.
Ram

Hi
Try this
window.setInterval("autosave()",30000);
and also go through this link
[Auto Refresh|Self-refreshing BSP ?;
[Auto Save|Re: Auto Save Functionality to be implemented]
Regards
Arun
Edited by: Arun Padmanaban on Mar 21, 2009 10:01 AM
Edited by: Arun Padmanaban on Mar 21, 2009 10:03 AM
Edited by: Arun Padmanaban on Mar 21, 2009 10:06 AM

Similar Messages

  • The browser has a green color at the top of the page. This green also appears inside the page with certain sites. I'm unable to change it-it's ugly and annoying since I do not know it happened.

    The browser has a green color at the top of the page. This green also appears inside the page with certain sites. I'm unable to change it-it's ugly and annoying since I do not know it happened.

    Read the article below:
    iPhone: Troubleshooting activation issues

  • Is it possible to automatically refresh a report at 15-minute intervals?

    I have a user who doesn't want to have to manually refresh his onhand inventory report throughout the day. He would like, instead, for the report to automatically refresh at 15-minute intervals. I cannot find anything in the Desktop, Plus, and Viewer user guides that allow for this. We're currently using Desktop 10.1.2.48 and are deploying Plus and Viewer 10.1.2.54 CP8 after the first of the year.
    I have suggested that the user insert the date/time into his report title so he can have a clue how current the data is and then manually refresh the report if he needs to. However, he would still rather have the report refresh itself.
    Is this possible?

    Hi,
    No you cannot automatically refresh a report. Your best option is to use Viewer. You can run a report by posting a URL to the viewer report from your browser. You then create a web page that automtically refreshes the report.
    To be honest though, I wouldn't use Discoverer to do this. You should look at Apex which has automatic refresh as an option for the reports and is very quick and simple to set up (and free to use!).
    Rod West

  • Message not getting refreshed in bsp pages.

    Hi experts,
    An error message which is getting displayed should be removed on leaving the page. I mean the meassage area is not getting refreshed on leaving the page. Everytime i need to refresh the page to remove it. Please help.
    Abhi.

    hello Friend,
    Please clear the internal table / work are used to show message in OnInitialization method of the BSP page.
    now It is not getting cleared at the time leaving the page and data stays in memory...
    Thanks
    K.

  • Calling a BSP page with flow logic from LAYOUT

    Hello all.  I am developing a BSP transaction to update HR data on SAP.  I initially developed this with one 'page with flow logic' and several 'page fragment's.  It has been suggested that I break this out into several pages with flow logic because the code in  the 'OnInputProcessing' Event Handler was getting quite complicated.  I was using the BSP directive to execute my 'page fragments'.  This was very simple to do.  What do I replace the BSP directive to call a page fragment with in order to call a page with flow logic.  I have included the code below.  I have converted the 'body.htm' 'page fragment' to a 'page with flow logic' and I am not sure of the correct way to call the page.  I do not have access to the navigation->goto_page( 'body.htm' ) at this point.  I am new to BSP and appreciate any help offered.
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="phtmlb" prefix="phtmlb" %>
    <%@extension name="xhtmlb" prefix="xhtmlb" %>
    <htmlb:content id     = "content"
                   design = "design2002+design2003" >
      <htmlb:document disableBackspaceNavigation="TRUE" >
        <htmlb:documentHead title="ESS: Employee Self Service" >
        </htmlb:documentHead>
        <htmlb:documentBody>
          <htmlb:form id="OOEform" >
            <%-- Positioning --%>
            <htmlb:gridLayout columnSize = "2"
                              rowSize    = "2"
                              width      = "100 %" >
              <%-- Row 1 - Header --%>
              <htmlb:gridLayoutCell columnIndex       = "1"
                                    rowIndex          = "1"
                                    colSpan           = "2"
                                    width             = "100 %"
                                    verticalAlignment = "MIDDLE" >
                <DIV style="border-bottom-style:solid;border-color:#A5B1BF;border-width:20px">
                <%@include file="header.htm" %>
                </DIV>
              </htmlb:gridLayoutCell>
              <%-- Row 2; Column 1 (Body Area) --%>
              <htmlb:gridLayoutCell columnIndex       = "1"
                                    rowIndex          = "2"
                                    width             = "80%"
                                    verticalAlignment = "MIDDLE" >
                <%@include file="body.htm" %>
              </htmlb:gridLayoutCell>
              <%-- Row 2; Column 2 (Right Area) --%>
              <htmlb:gridLayoutCell columnIndex         = "2"
                                    rowIndex            = "2"
                                    width               = "20%"
                                    verticalAlignment   = "TOP"
                                    horizontalAlignment = "LEFT" >
                <%@include file="right.htm" %>
              </htmlb:gridLayoutCell>
            </htmlb:gridLayout>
          </htmlb:form>
        </htmlb:documentBody>
      </htmlb:document>
    </htmlb:content>

    Hi,
    uhmmm, as it was previously suggested, you should perhaps think about MVC for your development. Working with classes and methods gives you more room for a better looking code. But at this point I´m not sure where your real problem is. You mentioned first that you created one page with logic and several page fragments and then you are worried because the code in the OnInputProcessing event is getting out of control
    First, you cannot insert a page in a page. You can only insert fragments in a page with <%@include file="header.htm" %>.
    Second, if you don´t have idea of MVC or you don´t want to switch to MVC, then create a modules program (SE38) where you´ll enter your code as subroutines and you call these subroutines from OnInputProcessing as follows:
    perform subrout1 in program XXXXXX tables YYYYY using AAAAA.
    In your programm XXXXX you declare the code as:
    form subrout1 in program XXXXXX tables YYYYY using AAAAA.
    This can be a substitute to classes and methods.

  • Automatic refresh of a page

    Hi,
    i wnat to display a page that shows the actual state of a process like (started, in work ...).
    This should have an automatic refresh every 3 sec. without pressing a button or so.
    I think, this should not be so complicated but I don't know a way.
    Thank you for your help
    Siegwin

    Hi
    Pop this in the HTML header of the page
    <meta content="3" http-equiv="refresh">Bear in mind, this could be very annoying for the user!
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Automatic refresh of web page

    I would like to know about refreshing a page
    automatically without the user interaction, (ie not to
    use refersh button)

    Hi,
    You can do this,
    <meta HTTP-EQUIV="refresh" content="10; url=example.jsp">
    </meta>
    the page will refresh every '10' seconds
    Hope that helps.
    Regards,
    Senthil Babu
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • How do I get automatic pagination on 4 pages with 4 different spreads?

    I have constructed a document having four pages, but they are not linked together as one spread.  This unusual arrangement arose out of how I obtained the pages.  They came from a .tiff file of mine via an Optical Character Reader (OCR) that yielded each processed text page separately.  I then transferred each page to a separate spread on InDesign.  When I try to use the Master page to set up the usual automatic pagination, it doesn't work.  Do I have to construct a blank four-page spread and then copy and paste to the single spread to get it to work?  Thanks for your assist.

    All is well.  Case closed.  The problem was that I manually typed in the letter A when I should have selected a Special Character>Markers>Current Page Number that inserted its special character that appears as the letter A.
    In retrospect, my "complex" problems turned out to be pilot error.  I deeply appreciate your patience and kindness as well as your great expertise.  Best regards.
    I do have one comment.  This version of Jive is really tough to navigate once a question reaches more than two pages old.  I was out of the office nearly all day yesterday after my previous post to you.  It was really tough finding your very helpful reply because my question was old enough to be on page 3 or 4.  Thank goodness for the email notification.  This has been a hard-earned Correct Answer for you.

  • How do I force more frequent automatic refreshing of the page content displayed on my open tabs?

    I always have a tab open displaying the Engadget homepage. New posts are added to this page every hour or so but I don't usually see them until I force a page refresh myself.

    Try:
    *ReloadEvery: https://addons.mozilla.org/firefox/addon/115

  • Automatic Refresh of Xcelsius dashboard with Live Office connection

    Hi,
    I have an Xcelsius dashbaord which has Live Office connectivity to universe query. Universe is build on a Bex query. Now, I need to auto refresh my dashboard say every 15 seconds.
    Under 'Data > Connection' menu, I could find 'Refresh every' option for refreshing the dashboard at specified interval. However, it doesn't seem to work. Also, the user guide for Xcelsius 2008 SP3 indicates that this auto refresh is only for  QaaWS, Web Services, and XML Data connections only.
    Can someone let me know if this is still the case? Is it possible to have auto refresh for LO connection ? If not, what is the best alternative? I believe QaaWS would work.
    Thanks,
    Bhargav

    Well its still possible to refresh LO connection every 15second. You can use play selector which counts 0-15. Then bind your LO connection refresh option to Play Selector's destination, make it When value becomes 15.

  • When I load pages with video contents like m3u8 I can't see the content from firefox because it says "video format or MIME type is not supporte"

    When I open a link like this:
    http://video.gazzetta.it/puntata-milan-kaka-fa-fuori-faraone/4494065a-13b0-11e3-a11e-38d7c867cc00
    I can't see the video content and I get this error message: video format or MIME type is not supported
    I have adobe flash updated
    I tried to reset firefox
    I have vlc installed
    I can correctly see this link with internet explorer. This is a PARADOX!
    Can somebody help me?

    I see that message when the Flash plugin is disabled.<br />
    If the Flash plugin is enabled or set to click-to-play then a Flash player plays the video.<br />
    Otherwise a video tag is created with a link to an m3u8 stream that Firefox apparently doesn't support.
    You can try to disable all other plugins that deal with media files (start with VLC) to see if that helps.

  • Prolem with refreshing my jsp page

    Refreshing the page
    I have a jsp page with few buttons(like add, delete, save), during loading time, it loads data from database and display in a table of row data,when I clicked the delete button to delete a row, it removes a row of data from my database, but it still displays that deleted row, bcoz page has not been refreshed. Now I wrote 2 java script function, one which invokes my delete function in my Action class and another I am trying to again load the page after delete, so that I can get fresh data. But its not happening, do you have any idea, where am I going wrong, or how can I refresh my jsp page after I delete a row. I am getting my data from database and after that I put in session.
    Here is my small code base
    function invokeICCanAssignmentDeleteFunction()
          func();
          initialise();
    // this method deletes my data from DB
        function func()
         alert("alert 1");
        document.forms[0].action='/eta/canAssignment.do?mode=icCanAssignmentDelete';
         alert("alert 2");
    // this method initialise my form bean taking data from db and put in session inside my action class
        function initialise()
         alert("alert 3");
        document.forms[0].action='/eta/canAssignment.do?mode=icCanAssignment';
         alert("alert 4");
        }

    The following two javascript lines will only set the action value of the form and does nothing else. No server call will be made.
    document.forms[0].action='/eta/canAssignment.do?mode=icCanAssignmentDelete';
    document.forms[0].action='/eta/canAssignment.do?mode=icCanAssignment';You need to submit the form to make a server call. For Example:
    document.forms[0].action='/eta/canAssignment.do?mode=icCanAssignmentDelete';
    document.forms[0].submit();Google Javascript tutorials for more.

  • How to change url of bsp page

    Hi experts
    I have created a BSP application , In login pafe i want to change  URL which we use for TEST .
    Or can can i redirect to another url , when TEST the page.
    Thanks & Regards
    Prashant Gupta

    Hi Prashant,
    Re-directing to another URL on load of page is a very simple piece of HTML code.Put this on the layout of page from where you want to re-direct to the other URL.
    <html>
    <head>
      <metas http-equiv="refresh" content="0;url=http://sdn.sap.com">
    </head>
    </html>
    Here the important line is the 3rd line which begins with "<metas". The operation is "refresh" which means to "refresh" the current page with the information that follows. The content begins with a zero, which is the number of seconds to wait, and then the URL that you should be taken to.
    So the above code would re-direct you to the http://sdn.sap.com page as soon as you log in.
    Hope this helps!
    PS : meta changed to metas to allow adding of the code.
    Regards,
    Saurabh

  • I want to prevent open websites from automatically refreshing.

    I work with many tabs open at the same time during my work day. I wonder if the fact that they automatically refresh frequently is a factor in slowing Firefox. How can I disable the automatic refresh? I do not with to close and reopen as they all require logins and it takes too much time.

    Sorry, it looks that my reply above ended up in the wrong thread.
    I'm not aware of a way to prevent automatic refresh if the page uses JavaScript to achieve this.
    It is also possible to do this via a meta refresh tag.
    In some cases this extension can help.
    *RefreshBlocker: https://addons.mozilla.org/en-US/firefox/addon/refreshblocker/
    It doesn't work with refresh done via JavaScript as will be used in most cases these days.

  • Urgent!! url of bsp page

    Experts,
    ERP2005
    I am creating bsp applications in dev system and each page in the application has the url of dev. system. if i transport the application to Q and then Prod systems, do the URLs be automatically be adjusted according to hostname or it should be done manually? if it is a manual process, should I go for using external aliases?
    Regards!

    Hi Graham,
    let me explain again. i am not a big programmer of BSP applications. I am a HR functional guy. I am trying to use the features of Web AS to create BSP HTML pages easily.
    I am not trying to create a complex application. a simple application which contains 40-50 HTML pages which are independent of each other. no navigation is needed.
    for example:
    dev system hostname is   somehost<b>dev</b>.
    Q system hostname is   somehost<b>q</b>.
    Prod system hostname is   somehost<b>prod</b>.
    say I have a BSP application in DEV as http://<somehost<b>dev</b>>.<domain>.........../startpage.htm
    In HR configuration, above URL is used in one field like this:
    <b>URL: http://<somehost<b>dev</b>>.<domain>.........../startpage.htm </b>  (URL of above BSP page)
    Description: Description for Medical Plan
    So If the transport request is moved to Q system, i see above entry in the configuration. but it does not have host name of the Q system (obvious from the above entry). it has host name of the dev system. so, in Q ESS portal if I click the link, it is accessing the link from BSP page from DEV system not the one from Q R/3 system. it is because of above configuration.
    It seems to me at this moment, to put the URL of BSP Page in the configuration field, and transport the customizing request. with this solution, there is lot of manual process.
    first,
    1. put the URL of BSP page with Q system host name in the DEV system, and transport the request to Q. Do the testing
    2. change the URL of BSP page with P system hostname in the DEV system, and transport it to Q and then P.
    there is lot of manual processing involved.
    is there any way to get around this?

Maybe you are looking for

  • MacBook and TC trouble connecting wirelessly to PC network

    Linksys modem on a PC accepted my new MacBook just fine. Tried to install the TC (500GB) today. AirPort utility recognized the TC once, but when I tried to add it to the established network I apparently failed somewhere and the TC went away. Now AirP

  • DPI conversion

    Hi! I work with medical images, and most medical journal want us to send the images for publication with 300 dpi. When I open a 300 dpi image in Keynote, it immediately becomes 72 dpi, which gives me lots of problems, because then I have to convert t

  • How to pass an array to a function from a SELECT statement

    Hi all. I have a problem with passing an array to a function directly from a SELECT statement. Here is what I want. If I have a function function AAA(arrayVar <ArrayType>) return number; I want to be able to call this function this way select AAA((2,

  • Please Wait....... Problem

    Dear members, I am a very simple question but creating me a big problem. I need to send Mails to 10,000 peoples at same time retriving the email address of each from database. Theres no problem in sending mails. The main thing is, When i click on SUB

  • Slideshows in Firefox/IExplorer

    I've been reading up on this and it seems like there are numerous issues regarding this: slideshows, navigation, etc are not working AT ALL in FireFox or Internet Explorer. Sometimes it partially works, sometimes the fonts are bad. What's the deal? I