<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Screen refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931882#M385869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After deleting the content from the Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the Itab again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 11:09:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T11:09:23Z</dc:date>
    <item>
      <title>Screen refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931881#M385868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;      i have created one classical report in which purchase order number and corresponding items are displayed&lt;/P&gt;&lt;P&gt;op is like this: &lt;/P&gt;&lt;P&gt;45001     10&lt;/P&gt;&lt;P&gt;45001     20&lt;/P&gt;&lt;P&gt;45001     30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i double click on any PO number eg. (45001 20) then using transaction ME23N i made some changes and when i came back to the classical report screen i want that selected PO No should be deleted from screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that i deleted that entry from internal table , internal table reflects the changes like&lt;/P&gt;&lt;P&gt;45001     10&lt;/P&gt;&lt;P&gt;45001     30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the screen displays the previous values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;45001     10&lt;/P&gt;&lt;P&gt;45001     20&lt;/P&gt;&lt;P&gt;45001     30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want screen should be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz provide the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931881#M385868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Screen refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931882#M385869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After deleting the content from the Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the Itab again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931882#M385869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Screen refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931883#M385870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have displayed the screen when you click on the Purchase Order number and make changes to ME22N when you return delete the record as you are saying and then just call the screen again .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean use CALL screen screen-number .&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931883#M385870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Screen refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931884#M385871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Make sure you are using the statement &amp;lt;b&amp;gt;CALL SCREEN 1&amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;00&amp;lt;/b&amp;gt; and not 'leave to screen 100'.&lt;/P&gt;&lt;P&gt;Can you please provide the code as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Beejal&lt;/P&gt;&lt;P&gt;**Reward if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931884#M385871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Screen refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931885#M385872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Automatic Refresh Report   &lt;/P&gt;&lt;P&gt;The below code demonstrates how to create a simple report which automatically updates itself every 10 seconds and displays the new results on screen. This is without any intervention from the user. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Automatic refresh report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*.......................................................................&lt;/P&gt;&lt;P&gt;*: Report:  ZAUTO_REFRESH                                              :&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;*:                                                                     :&lt;/P&gt;&lt;P&gt;*: Description: Display a report which automatically updates itself    :&lt;/P&gt;&lt;P&gt;*:              every 10 seconds                                       :&lt;/P&gt;&lt;P&gt;*:                                                                     :&lt;/P&gt;&lt;P&gt;*:.....................................................................:&lt;/P&gt;&lt;P&gt;REPORT zauto_refresh .&lt;/P&gt;&lt;P&gt;DATA: g_init_once,&lt;/P&gt;&lt;P&gt;      ok_code(20),&lt;/P&gt;&lt;P&gt;      g_ref_from_timer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF t_ekko,&lt;/P&gt;&lt;P&gt;  ebeln TYPE ekpo-ebeln,&lt;/P&gt;&lt;P&gt;  ebelp TYPE ekpo-ebelp,&lt;/P&gt;&lt;P&gt;  statu TYPE ekpo-statu,&lt;/P&gt;&lt;P&gt;  aedat TYPE ekpo-aedat,&lt;/P&gt;&lt;P&gt;  matnr TYPE ekpo-matnr,&lt;/P&gt;&lt;P&gt;  menge TYPE ekpo-menge,&lt;/P&gt;&lt;P&gt;  meins TYPE ekpo-meins,&lt;/P&gt;&lt;P&gt;  netpr TYPE ekpo-netpr,&lt;/P&gt;&lt;P&gt;  peinh TYPE ekpo-peinh,&lt;/P&gt;&lt;P&gt; END OF t_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_ekko TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,&lt;/P&gt;&lt;P&gt;      wa_ekko TYPE t_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF g_init_once &amp;lt;&amp;gt; 'X'.&lt;/P&gt;&lt;P&gt;  g_init_once = 'X'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'Z_ENQUE_SLEEP'&lt;/P&gt;&lt;P&gt;     STARTING NEW TASK 'WAIT'&lt;/P&gt;&lt;P&gt;     PERFORMING when_finished ON END OF TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'wait for 10 sec....'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;  CASE ok_code.&lt;/P&gt;&lt;P&gt;    WHEN 'FCT_R'.&lt;/P&gt;&lt;P&gt;      SELECT ebeln ebelp statu aedat matnr menge meins netpr peinh&lt;/P&gt;&lt;P&gt;       UP TO 10 ROWS&lt;/P&gt;&lt;P&gt;        FROM ekpo&lt;/P&gt;&lt;P&gt;        INTO TABLE it_ekko.&lt;/P&gt;&lt;P&gt;      WRITE:/ sy-uzeit. "Time&lt;/P&gt;&lt;P&gt;      LOOP AT it_ekko INTO wa_ekko.&lt;/P&gt;&lt;P&gt;        WRITE:/ wa_ekko-ebeln, wa_ekko-ebelp.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;      sy-lsind = 0.&lt;/P&gt;&lt;P&gt;      IF g_ref_from_timer = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'Z_ENQUE_SLEEP'&lt;/P&gt;&lt;P&gt;          STARTING NEW TASK 'INFO'&lt;/P&gt;&lt;P&gt;          PERFORMING when_finished ON END OF TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        g_ref_from_timer = ''.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM WHEN_FINISHED                                            *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                      *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  TASKNAME                                                      *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM when_finished USING taskname.&lt;/P&gt;&lt;P&gt;  RECEIVE RESULTS FROM FUNCTION 'Z_ENQUE_SLEEP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  g_ref_from_timer = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Trigger an event to run the at user-command&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  SET USER-COMMAND 'FCT_R'.&lt;/P&gt;&lt;P&gt;  ok_code = 'FCT_R'.&lt;/P&gt;&lt;P&gt;  sy-ucomm = 'FCT_R'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " WHEN_FINISHED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Signiture for creating Function module used above&lt;/P&gt;&lt;P&gt;FUNCTION Z_ENQUE_SLEEP.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt; wait up to 10 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refresh/m-p/1931885#M385872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

