<?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 selection-screen doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/3428981#M823671</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;i  have created two pushbuttons namely view and exit.&lt;/P&gt;&lt;P&gt;while i am press the view button it display the records of internal table.  by using these statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;CASE SYST-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'VIEW'.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM YSUSTAB1 INTO TABLE IT1.&lt;/P&gt;&lt;P&gt;LOOP AT IT1 INTO YSUSTAB1.&lt;/P&gt;&lt;P&gt;WRITE:/ YSUSTAB1-NAME, YSUSTAB1-ROLLNO.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after i saw the records of the internal table. i have to return back to previous screen. how it is possible. i dont know.&lt;/P&gt;&lt;P&gt;please resolve my probs.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Feb 2008 07:21:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-16T07:21:33Z</dc:date>
    <item>
      <title>selection-screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/3428981#M823671</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;i  have created two pushbuttons namely view and exit.&lt;/P&gt;&lt;P&gt;while i am press the view button it display the records of internal table.  by using these statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;CASE SYST-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'VIEW'.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM YSUSTAB1 INTO TABLE IT1.&lt;/P&gt;&lt;P&gt;LOOP AT IT1 INTO YSUSTAB1.&lt;/P&gt;&lt;P&gt;WRITE:/ YSUSTAB1-NAME, YSUSTAB1-ROLLNO.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after i saw the records of the internal table. i have to return back to previous screen. how it is possible. i dont know.&lt;/P&gt;&lt;P&gt;please resolve my probs.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 07:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/3428981#M823671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/3428982#M823672</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; try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE TO SELECTION-SCREEN 1000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 07:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/3428982#M823672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T07:25:41Z</dc:date>
    </item>
  </channel>
</rss>

