<?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: Set screen 0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925474#M940212</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 the screen number of the next screen is 0, the current next screen is ended. &lt;/P&gt;&lt;P&gt;you will return to selection-screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 04:18:06 GMT</pubDate>
    <dc:creator>prasanth_kasturi</dc:creator>
    <dc:date>2008-06-05T04:18:06Z</dc:date>
    <item>
      <title>Set screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925472#M940210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;any 1 tel me . what is &lt;STRONG&gt;set screen 0&lt;/STRONG&gt; does ???????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 04:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925472#M940210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T04:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925473#M940211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the screen number of the next screen is 0, the current next screen is ended. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement sets thescreen with the screen number specified in dynnr, as the next screen for processing of the current screen. For dynnr, a data object of type n and length 4 is expected. It must contain either the screen number of a screen in the main program of the current program group or the value 0, otherwise a non-catchable exception will be triggered. The specified next screen overwrites the previously-set next screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next screen is automatically called when the system finishes the PAI processing of the current screen. If the screen number of the next screen is 0, the current next screen is ended. &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;Reward  IF.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 04:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925473#M940211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T04:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925474#M940212</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 the screen number of the next screen is 0, the current next screen is ended. &lt;/P&gt;&lt;P&gt;you will return to selection-screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 04:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925474#M940212</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-05T04:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925475#M940213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET SCREEN &amp;lt;next screen&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement defines a new next screen for the current program run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify the value 0 for &amp;lt;next screen&amp;gt;, the current screen becomes the last in the screen chain. After the screen has been processed, control returns to the point from which the screen sequence was called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SET SCREEN does not interrupt the current screen processing. To leave a screen, use the ABAP statement LEAVE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0 will terminate the screen sequence and control returns to the calling point..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds &lt;/P&gt;&lt;P&gt;sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 06:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-screen-0/m-p/3925475#M940213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T06:45:58Z</dc:date>
    </item>
  </channel>
</rss>

