<?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 Screen Refreshment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358315#M178395</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;&lt;/P&gt;&lt;P&gt;I have one issue in my report. I display report in a normal screen using SUPPRESS DIALOG. I use HIDE statement to enable AT LINE-SELECTION event. When I double click the report line another window opens as popup. I should be able to enter new value to the selected line items and, when I click OK button in popup the new value have to be updated in the report list. Then when I click Back button in the screen the initial screen (selection screen) have to come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could able to update the report list when I change value with popup. But I could not come to selection screen (first screen) from the screen where I display my report list with single BACK button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with the following code in USER-COMMAND event of BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0&lt;/P&gt;&lt;P&gt;SET SCREEN 1000. LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XXXX' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None is working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody faced this same issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual requirement is same as Tcode: MC40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2006 22:23:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-10T22:23:41Z</dc:date>
    <item>
      <title>Screen Refreshment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358315#M178395</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;&lt;/P&gt;&lt;P&gt;I have one issue in my report. I display report in a normal screen using SUPPRESS DIALOG. I use HIDE statement to enable AT LINE-SELECTION event. When I double click the report line another window opens as popup. I should be able to enter new value to the selected line items and, when I click OK button in popup the new value have to be updated in the report list. Then when I click Back button in the screen the initial screen (selection screen) have to come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could able to update the report list when I change value with popup. But I could not come to selection screen (first screen) from the screen where I display my report list with single BACK button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with the following code in USER-COMMAND event of BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0&lt;/P&gt;&lt;P&gt;SET SCREEN 1000. LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XXXX' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None is working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody faced this same issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual requirement is same as Tcode: MC40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 22:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358315#M178395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T22:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refreshment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358316#M178396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Theres an option like this check it out if it works for you.&lt;/P&gt;&lt;P&gt; CALL SELECTION-SCREEN &amp;lt;dynnr&amp;gt; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 23:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358316#M178396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T23:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refreshment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358317#M178397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK OUT THIS PROGRAM OF SUPPRESS DIALOG&lt;/P&gt;&lt;P&gt;PROGRAM SAPMSYST MESSAGE-ID 00.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;                " IMRE  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  LILI  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&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;      text                                                           *&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;MODULE LILI OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SCREEN 9876 STARTING AT 10 1 ENDING AT 75 23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " LILI  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  LALA  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&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;      text                                                           *&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;MODULE LALA OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: T000.&lt;/P&gt;&lt;P&gt;DATA: FDIR(70) VALUE '/usr/sap/trans/message/m.',&lt;/P&gt;&lt;P&gt;      RECORD(256),&lt;/P&gt;&lt;P&gt;      DSN(70).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUPPRESS DIALOG.&lt;/P&gt;&lt;P&gt;  LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&lt;/P&gt;&lt;P&gt;  NEW-PAGE NO-TITLE NO-HEADING.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: / 'The following clients are accessible in the'&lt;/P&gt;&lt;P&gt;           , SY-SYSID(3),  'system:'.&lt;/P&gt;&lt;P&gt;  WRITE: / '      (Choose one by double clicking on it)'.&lt;/P&gt;&lt;P&gt;  SKIP.&lt;/P&gt;&lt;P&gt;  SELECT * FROM T000 CLIENT SPECIFIED.&lt;/P&gt;&lt;P&gt;    WRITE: / '      ',&lt;/P&gt;&lt;P&gt;             T000-MANDT COLOR 2, T000-MTEXT COLOR 2. HIDE T000-MANDT.&lt;/P&gt;&lt;P&gt;  ENDSELECT.&lt;/P&gt;&lt;P&gt;  CLEAR T000-MANDT.&lt;/P&gt;&lt;P&gt;  SKIP 1.&lt;/P&gt;&lt;P&gt;  WRITE: / 'Please report any problems to:'.&lt;/P&gt;&lt;P&gt;  SKIP 1.&lt;/P&gt;&lt;P&gt;WRITE: / '.......'&lt;/P&gt;&lt;P&gt;                   COLOR 2.&lt;/P&gt;&lt;P&gt;  SKIP 1.&lt;/P&gt;&lt;P&gt;   WRITE: / 'System Messages:'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;skip 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; concatenate fdir sy-sysid(3) into dsn.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; open dataset dsn in text mode for input.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; if sy-subrc ne 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   skip 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   write: / 'Error opening the system message file ' color 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            , sy-subrc.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; else.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  do.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   read dataset dsn into record.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   if sy-subrc ne 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     exit.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   if record(1) ne '#'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    write: / record.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  enddo.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  close dataset dsn.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDMODULE.                 " LALA  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;   Event AT LINE-SELECTION&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;READ LINE SY-INDEX.&lt;/P&gt;&lt;P&gt;IF T000-MANDT IS INITIAL. EXIT. ENDIF.&lt;/P&gt;&lt;P&gt;RSYST-MANDT = T000-MANDT.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;CLEAR T000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 04:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358317#M178397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T04:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Refreshment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358318#M178398</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;If you have create a new (secondary) list in the event AT LINE-SELECTION, after pressing BACK the system back to first (primary list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you haven't to create a secondary list if you want to back to selection-screen and you can do it setting the system variable SY-LSIND to 0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;SY-LSIND = SY-LSIND - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'Bla bla.....'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 04:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-refreshment/m-p/1358318#M178398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T04:27:31Z</dc:date>
    </item>
  </channel>
</rss>

