<?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: return screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481856#M559307</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;In ur code use below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert the code wherever u want to come back to selection screen.&lt;/P&gt;&lt;P&gt;if Sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;here if u want use if condtion. Else use Submit only.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit ( SY-CPROG ) Via selection-screen.&lt;/P&gt;&lt;P&gt;pass ur program name of wanted selection-screen.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not slove please send ur code, i will modify it.&lt;/P&gt;&lt;P&gt;Reward me if its helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 14:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T14:50:54Z</dc:date>
    <item>
      <title>return screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481854#M559305</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;In my program i have got a selection screen and then a call screen, how i can return to the selection screen from the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481854#M559305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T14:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: return screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481855#M559306</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;In a program, you can use one of the two following ABAP statements to leave a screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN &amp;lt;next screen&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LEAVE SCREEN statement ends the current screen and calls the subsequent screen.&lt;/P&gt;&lt;P&gt;The LEAVE TO SCREEN statement exits the current screen and calls the dynamic next screen, which you specify as part of the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjit Thakur.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please Mark The Helpful Answer.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481855#M559306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: return screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481856#M559307</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;In ur code use below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert the code wherever u want to come back to selection screen.&lt;/P&gt;&lt;P&gt;if Sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;here if u want use if condtion. Else use Submit only.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit ( SY-CPROG ) Via selection-screen.&lt;/P&gt;&lt;P&gt;pass ur program name of wanted selection-screen.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not slove please send ur code, i will modify it.&lt;/P&gt;&lt;P&gt;Reward me if its helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481856#M559307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T14:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: return screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481857#M559308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You can use leave to screen 0 stmt to return to the previous screen which  in your case is selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;case ok_9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;Leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-screen/m-p/2481857#M559308</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-06-26T14:56:58Z</dc:date>
    </item>
  </channel>
</rss>

