Refresh Screen

I am working on a ALV Report.... which has check boxes in it .
If the  user selects/deselects the check boxes.... then those have to be modified and displayed again. I am able to modify the entries however having problem in refreshing the screen...
<b>The ALV is based on OOPS (Not Function Modules).
</b>Please let me know how to fix this one.
Thank you.

Hi,
Use the following method to refresh the grid in PBO
CALL METHOD g_grid->refresh_table_display
aRs

Similar Messages

  • In IE, they have a refresh screen button, you do not..how do I refresh screen w/you?

    In Internet Explorer, in the tools bar there is a refresh screen button, I can not find it in your tool bar in Mozilla Firefox. Please tell me how to refresh a screen in this web. Thanks !
    If you go to IE you will see it in the tool bar under the address line.

    And to keep the reload/Stop buttons from combining after moving them elsewhere, either place them as Stop|Reload or put a flexible space in between if you prefer them as Reload|Stop.

  • Ipad 2 stuck in refresh screen and then powers down

    I tried to update my apps and when I clicked on update all it went into a black refresh screen and then powers down after a while and then restarts itself into the refresh screen again.  I can't seem to get it out of this cycle.  Can anyone help me?

    Try a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If no joy...
    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414

  • Multiple Queries in Workbook - Refresh Screen Shows Up for Every Query

    We have multiple queries in a workbook.  All of these queries have the exact same selections for the variable selection screen.  When all the queries are refreshed once, the selection screen used to show up once and all the queries are refreshed with the same selections.  
    We were on BI 7.0 and SP10.  We recently moved to SP12.  Since the SP12 installation, the multiple query refresh pops-up the selection screen for every query.  It is nothing like "multiple query refresh" at once since the user has to click "execute" button for every single query.  It is interesting to note that the selection screen only contains hierarchy variables and hierarchy node variables.  The other variables of selection screen do not show up.  I couldn't find any OSS note on this topic.  Please let me know if anyone has any comments on this issue.  I will assign points to useful posts.

    hi Sameer,
    try to update front end patch to latest version ?
    Using the BI 7.x Add-On for SAP GUI 7.10 - Requirements
    hope this helps.

  • Flash player refresh screen

    Hello all,
    I have a problem.... I have a some games made in flash, some in as2 and some in as3... All are loaded using an preloader (another swf file), one for as2 games and one for as3 games... the thing is that for some time now when you load a game the flash player shows a black screen even when the game is loaded, and it stays like that until I rescale the browser window... there is some problem with the flash player refresh I think...
    Can someone tell me if there is a solution for this problem ?
    Thanks

    use the html published by flash.  do you still see the problem?  if yes, post the url of the embedding html published by flash that displays the problem.

  • Help Req: Refreshing Screen

    Hi Folks,
    Could anyone from amongst you let me know if we can refresh contents of screen after a stipulated time. e.g. after every 5 minutes i need to refresh a screen.
    Please let me know if it is possible and if so could you also send me some demo code so that i can understand what is done in order to achieve it.
    Regards,
    Im

    Hi,
    Check this link:
    http://www.sap-img.com/fu014.htm
    This ABAP program will automatically update a report every 30 seconds while it is on the screen 
    at the same time keeping the GUI screen buttons active.
    Reward if it helps.
    Thanks,
    Swati

  • Refreshing screen prior to WEBUTIL reading file

    Hi,
    I have an application running through OC4J at the moment. When I press the button it WEBUTIL grabs the file and processes line by line via a stored procedure. The problem is, as soon as I press the button the web page goes grey and only the button I pressed is still visible on the screen, it stays this way until the process finishes which may be a minute or so. Is there any way I can force a refresh of the screen or something similar so the form is still visible and the only thing different is the hourglass showing that a process is running?
    Thanks

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • How to refresh screen in abap

    Hi
    I have created an alvtree. Upon deleting one of the nodes I update the tables. How do I refresh the screen to display the new alv tree please?
    Thank you

    Hi,
    There are two ways to do that...
    1. free that alv object and recreate it(Recreating might have already done in PBO... it will refresh the screen.
    2. Check for any method for refreshing the screen.
    Regards
    Maneesh Chandran

  • Module Pool - Refresh Screen Fields Progmatically

    Hello All!
    I have a slightly frustrating problem. I have built a Module Pool application to display shipments and their underlying deliveries (various information from each).
    I have structured the application as follows
    An object to store the Data. This object has an internal table of Shipments and an internal table of Deliveries. The tables are related by TKNUM. When the application needs to display a shipment, it requests the shipment's information and the underlying deliveries information from the object. The object is structured to move through the shipments with methods like "GetFirstHeader", "GetPrevHeader", "GetNextHeader", "GetLastHeader". These return the data for the application to use.
    The Deliveries are displayed in a CL_SALV_TABLE, the Shipment information is displayed in textbox type fields above the table.
    The form for display has buttons to trigger the "Move" methods of the data object. This currently will retrieve the new data from the object, modify the fields and the alv grid and then go back through PBO (I'm assuming because a button was pressed). This works well. It will bring in the new data and refresh the screen everything is fine.
    I also have a button to print the currently displayed Shipment and Deliveries. This Print is handled through a SmartForm.
    The area that is giving me troubles is my other button. Since the Application can store a range of shipments at once, I have a "Print All" button. This button moves to the first shipment in the data object,
    calls the Print Form, then moves through the rest of the data object calling the Print Form for each Shipment Displayed. This happens from one button push. The problem I am running into is that the screen does not refresh when the data changes during this movement through the data objects. I believe this is due to the PBO module not being triggered yet. My question is, is there a way to refresh the screen progmatically?
    I have tried SET USER-COMMAND to move through the data, instead of calling the "GetFirstHeader" and "GetNextHeader" method directly, but that has some unpredictable behavior (works in debug, not in regular execution). I have also tried a LEAVE SCREEN statement, as that would trigger the PBO, since the Next Screen is set to the same screen number, but that kills execution of that block of code at the LEAVE SCREEN STATEMENT.
    I am including my code from my PAI module that runs this processing, hopefully that will help.
    << unformatable code removed >>
    Moderator message - Please go through your code and post only what is relevant to your question.
    Edited by: Rob Burbank on Apr 28, 2009 1:44 PM

    MODULE USER_COMMAND_9999 INPUT .
      CASE OK_CODE .
        WHEN 'NEXT' .
          PERFORM Next .
          PERFORM GetGridData .
          PERFORM RefreshALV .
        WHEN 'PREV' .
          PERFORM Prev .
          PERFORM GetGridData .
          PERFORM RefreshALV .
        WHEN 'EXIT' .
          SET SCREEN 0 .
        WHEN 'PRNT' .
          PERFORM Print .
        WHEN 'PRNA' .
          PERFORM PrintAll .
        WHEN 'BACK' .
          PERFORM HideInitials .
          SET SCREEN '1000' .
        WHEN 'CANC' .
          SET SCREEN '1000' .
        WHEN 'FRST' .
          PERFORM First .
          PERFORM GetGridData .
          PERFORM RefreshALV .
        WHEN 'LAST' .
          PERFORM Last .
          PERFORM GetGridData .
          PERFORM RefreshALV .
        WHEN 'CFAX' .
          PERFORM Show6000 .
      ENDCASE .
    ENDMODULE .
    FORM PrintAll .
      DATA sPromptB TYPE STRING .
      DATA sPromptM TYPE STRING .
      DATA sPromptE TYPE STRING .
      DATA sPromptF TYPE STRING .
      DATA cAnswer  TYPE C LENGTH 1 .
      IF NOT oLTend->isEmpty( ) = 1 .
        sPromptB = text-995 .
        sPromptM = ITOTSHIPNUM .
        sPromptE = text-994 .
        CONCATENATE sPromptB sPromptM sPromptE INTO sPromptF SEPARATED BY SPACE .
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            TITLEBAR                    = 'Print All?'
            TEXT_QUESTION               = sPromptF
            DISPLAY_CANCEL_BUTTON       = ' '
          IMPORTING
            ANSWER                      = cAnswer
          EXCEPTIONS
            TEXT_NOT_FOUND              = 1
            OTHERS                      = 2 .
        IF SY-SUBRC <> 0 .
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4 .
        ENDIF .
        IF cAnswer = '1' .
          PERFORM First .
          PERFORM GetGridData .
          PERFORM RefreshALV .
          " >>> Need Screen Refreshed right here
          PERFORM Print .
          DO .
            PERFORM Next .
            PERFORM GetGridData .
            PERFORM RefreshALV .
            " >>> Need Screen Refreshed right here
            PERFORM Print .
            IF oLTend->GetIndex( ) = oLTend->GetCount( ) .
              EXIT .
            ENDIF .
          ENDDO .
        ENDIF .
      ENDIF .
    ENDFORM .
    That is the general flow. Hope that helps, if more info is needed, let me know.

  • Scrolling banner refresh screen

    Hi,
    I’m trying to create a scrolling banner, therefore on my JSF page I’ve added an outputText and it’s value is based on a backing bean that has the session scope, upon instantiation of the backing bean class I’m creating a timer that will trim the first character of the outputText each time the timer elapsed (in that way on the screen you would have the impression that the String is scrolling).
    When you run the JSF page it is creating the timer and the outputText is modified each time the timer elapsed (inside the bean class), but on the screen nothing is changing, I guess that the outputText is not refreshed each time the timer elapsed and its value is changed.
    So my question would be, does anyone know how to refresh the outputText?
    Note that I’m using jDeveloper 11.1.1.2
    Thank,
    Alain.
    JSF souce code:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:outputText id="ot7" value="#{outputTextBean.outputText}"/>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Backing Bean source code:
    package view;
    import javax.swing.*;
    import java.awt.event.*;
    import oracle.adf.view.rich.component.rich.output.RichOutputText;
    public class outputText {
    private String outputText =
    "Dummy output text for testing the rolling banner";
    private Timer timer;
    public outputText() {
    timer = new Timer(2000, new ActionListener() {
    public void actionPerformed(ActionEvent evt) {
    timerExpired(evt);
    timer.start();
    private void timerExpired(ActionEvent ee) {
    outputText = outputText.substring(1);
    if (outputText.length() <= 0)
    timer.stop();
    public void setOutputText(String value) {
    this.outputText = value;
    public String getOutputText() {
    return outputText;
    ******************************************************************************

    Hi,
    try AdffacesContext.getCurrent().addPartialtarget(outputtext);
    at the end of the refresh
    Frank

  • How to refresh screen in normal reports?

    Hi Experts,
    I am developing normal report. I am writing the output using write statement.
    In my out put one filed is check box.
    Suppose I have 12 records in the output, if I tick the 2 records and process these records using application tool bar button,
    After that I need to refresh the screen and output should be only 10 records needs to be displayed.
    How to do this requirement? Please suggest on this.
    Thanks in Advance,
    Uru2019s Harsha

    Hai Harsha,
    Please look at the following given Code May be helpful for you.
    TYPES : BEGIN OF str_mard ,
            matnr TYPE mard-matnr,
            lgort TYPE mard-lgort,
            werks TYPE mard-werks,
            END OF str_mard.
    DATA : wa_mard TYPE str_mard,
           it_mard TYPE TABLE OF str_mard.
    data : BEGIN OF str_makt occurs 0,
    chkbx type checkbox,
    matnr TYPE makt-matnr,
    maktg TYPE makt-maktg,
    END OF str_makt.
    DATA : wa_makt.
    data: it_makt like str_makt OCCURS 0 WITH HEADER LINE.
    data: lines type i.
    PARAMETERS : plant TYPE mard-werks,
                 stor LIKE mard-lgort.
    DATA:  matnr like mseg-matnr,
          maktx like makt-maktx.
    SET PF-STATUS 'MYLIST'.
    START-OF-selection.
      perform fetch_data.
      PERFORM display_data.
    *&      Form  fetch_data
    *       text
    FORM fetch_data.
      if sy-ucomm <> 'SAVE'.
        SELECT matnr lgort werks FROM mard
           INTO CORRESPONDING FIELDS OF TABLE it_mard
                                    WHERE lgort = stor
                                      AND werks = plant.
        SELECT  matnr maktg FROM makt
      INTO CORRESPONDING FIELDS OF TABLE it_makt FOR ALL ENTRIES IN it_mard
                                WHERE matnr = it_mard-matnr AND spras = 'E'.
      endif.
      if sy-ucomm = 'SAVE'.
        describe table it_makt lines lines.
        do lines times.
          READ LINE sy-index FIELD VALUE it_makt-chkbx it_makt-matnr
                                         it_makt-maktg.
          IF it_makt-chkbx = 'X'.
            matnr = it_makt-matnr.
            maktx = it_makt-maktg.
            read table it_makt WITH KEY matnr = it_makt-matnr
                                   maktg = it_makt-maktg.
            clear it_makt.
            modify it_makt index sy-tabix.
          endif.
        enddo.
      endif.
    endform.                    "fetch_data
    *&      Form  display_data
    *       text
    form display_data.
      LOOP AT it_makt.
        WRITE : /1 it_makt-matnr COLOR 1,
                40 it_makt-maktg COLOR 2,
                85 it_makt-chkbx as CHECKBOX input on.
        HIDE: it_makt-matnr,it_makt-chkbx.
      ENDLOOP.
    endform.                    "display_data
    At USER-COMMAND.
      clear it_makt.
      case sy-ucomm.
        when 'SAVE'.
          perform fetch_data.
          perform display_data.
      endcase.
    Edited by: shelly Malik on Aug 1, 2009 8:58 AM

  • Refreshing Screen while Multi-Threading

    I am trying to refresh a GUI while calling a class that extends the Thread class.My code looks similiar to this:
    myThreadingClass mtc=new myThreadingClass();
    mtc.start();
    while(mtc.isAlive()){
    repaint();
    invalidate():
    The isAlive() is never returning false! ? ! I somehow need to do the repaint while waiting for the thread to finish. I had a mtc.join() before that worked and went on in the program, but I did not have any way to refresh the GUI with the mtc.join().
    Any one have any good ideas?

    I need to keep refreshing the screen, and from what I understand invokeLater(Runnable r) will invoke the run() after other processes have finished, by not while the run() is in progress. You can tell me if I am correct, or if the GUI thread will automatically repaint while the run() is in progress? I would greatly appriciate this. I can't find helpful information on this topic!

  • Refreshing Screen While Observing

    When I am viewing multiple machines. One of the machines being observed is not refreshing. Has anyone else had this problem?
    Does anyone know how to fix it. All the other machines show accurate screens.
    Just this one machine shows a screen that is not accurate. If I resize it refreshes and is correct but just for a few seconds.
    I wasn't sure if anyone else is having the same problem.
    thanks

    I have exactly the same problem. It is not Remote Apple Events (I never turned on this feature). It is a Problem of the Client in conjunction with Version 3 of the Admin. Because: I get this problem with 2.2 Client too. My main machine in the office is still running MOSX 10.3.9 with ARD 2.2. It NEVER had this problem before, only since I control it with ARD 3 from my MacBook Pro.
    I discover the Problem arise after controlling a remote server for 3 to 8 minutes. Then suddenly screen refreshing stops. First I always closed the window to the remote system and reopened it, clicked blindly one command (or some more via keyboard) then closed and reopened the window to see, if my commands have been done… TEDIOUS!
    I realized that a restart of the ARD Client machine resolves the problem. But this is no solution, as I'm administering servers that are used!
    I also realized that after being disconnected about an hour or so, the problem is gone and I'm able to control the remote system for another 5 minutes or so.
    ssh to the remote system and restart ARD seems a good solution. BTW those folks reinstalling the Client: this also restarts it…
    A nicer way is to send the CLI command (/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ kickstart -restart -agent) via ARD! You can save this command…
    But hey Apple, please fix this problem ASAP!

  • Flash 'test movie' animation won't play until refresh screen.

    Suddenly, the flash animation won't play until I refresh the screen, in test movie. What's gone wrong? Has worked as it should until last night. Now, when I create a new flash file, the animation doesn't play until I refresh the screen. Then it works fine. It also plays the other swfs fine.

    Thanks for the fast response. I appreciate it, Meishak.
    I remember saving everything. I have the file. I go to File
    >> Open >> I select the file I want>> Target file
    DOES OPEN... but only in preview. I popup opens up and plays the
    movie. But I cannot, to the best of my understanding (student
    newbie advert. major) open it to where I can edit timeline and
    stage and whatnot. I used to be able to. It is saved. It does open.
    But just not to be altered... is the best way I could describe it.
    I am assuming that maybe there is some type of "open as..." setting
    somewhere and it just have it on "always open as preview."
    I don't know... I have googled every troubleshot wordphase
    under the sun and nothing. Any thoughts?
    Thanks,
    -KD

  • Firefox 34.05 does not always refresh screen

    When I move from one tab to another the screen does not always refresh. Same happens when I close a tab - the screen will still show the deleted tab. This does not happen all of the time - but enough to be an issue.

    ''James [[#answer-672408|said]]''
    <blockquote>
    Firefox 34.0.5 is not doing the blocking as it is due to the blocklist. https://addons.mozilla.org/firefox/blocked/
    Adobe Reader '''10.0 to 10.1.5.*''' has been blocked for your protection.
    https://addons.mozilla.org/firefox/blocked/p158 (Blocked on October 5, 2012)
    You were looking at another blocklist page which was https://addons.mozilla.org/firefox/blocked/p156 posted on same day.
    The https://www.mozilla.org/plugincheck/ is not always accurate or reliable (needs to be manually updated) as Adobe has not been keeping the Adobe products versions to check for updated on that page as the recent Flash updates on December 9 has shown.
    It is however accurate when it says versions in Plugins panel of Addons Manager is outdated.
    There is Adobe Reader 11.0.10 though it seems like Adobe still provides 10.1.4 at http://get.adobe.com/reader/otherversions/ yet newer versions are at http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    </blockquote>
    James, why does the Firefox addon page link to the 9.5 "blocked for your protection" page instead of the 10.5 blocked page? Is that a mistake/failure to update on Adobe's part? That seems like something that should be controlled on the Mozilla side, since it has the 10.5 blocked page in existence as well. Should someone be notified that it's giving the wrong page to people?
    The adobe update you linked to made it stop saying it's out of date, but what about the Java Development Toolkit? (As pictured in attached image #3). How should I go about getting that up to date?

Maybe you are looking for

  • NWDS: Component deploying error

    Hi, i'm trying to deply a component with NWDS. But it raise the error: <i>None of the available containers recognized the components of application sap.com/pcui_gp~xsscfg; it is not possible to make deploy.</i> Visual Adm, SMD works fine; access to D

  • What Color Space to choose for viewing jpegs on a monitor

    After reading many webpages and watching many tutorial videos about which color space to use, I get odd results.  I understand that sRGB is more for web applications, and that Adobe RGB 1998 has a wider gamut, and that ProPhoto has the widest gamut o

  • Play multiple movie clips - with sound

    Hello Forum members, I am a total new comer in terms of flash and action script, self-educated and Adobe forum and internet educated. I can now click a button and stop and start a movie clip, use attachMovie, and even mute sound in a movie clip (not

  • Deletion Key - Deleting Hosts on ODI Security Manager

    Hi, im heaving some trouble using ODI Security Manager. To delete manually inserted Hosts, is required a "Deletion Key" (after a generation of a unblock file with the connection info). Problem: how (or where) do i get (or generate) this Deletion Key?

  • QuickTime fails to initialize for non-admin users (Error 63441)

    I have installed iTunes 6.0.4 (including QuickTime 7.0.4) on my XP PC. iTunes and QuickTime work fine for the Admin users, but not for non-Admin accounts. iTunes crashes with the generic Microsoft 'send error report' message; QuickTime gives "QuickTi