<?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 to Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114797#M442522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After SUBMIT, you can use the RETURN stmt. as suggested by naren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;SUBMIT ....(Prog name).... AND RETURN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 06:20:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-13T06:20:23Z</dc:date>
    <item>
      <title>Return to Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114793#M442518</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 a requirement in which a program calls another program. Also they want when the alv is displayed for 2nd program and when we back out it should come to selection screen of 1st program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used the SUBMIT statement and after that &lt;/P&gt;&lt;P&gt;LEAVE TO TRANSACTION '1st PROGRAM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I want to know is there any other option for 'LEAVE TO TRANSACTION' statement?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I tried with EXIT but it didnt work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114793#M442518</guid>
      <dc:creator>rahulnavandar</dc:creator>
      <dc:date>2007-04-13T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114794#M442519</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;Did you try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT.. AND RETURN.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114794#M442519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114795#M442520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use &amp;lt;b&amp;gt;Leave screen '1000'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114795#M442520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114796#M442521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If the 2nd program is a z program,&lt;/P&gt;&lt;P&gt;   only then we can do something about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Normally this will happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1st program selection screeen. (then execute)&lt;/P&gt;&lt;P&gt;    2nd program ALV list (then back)&lt;/P&gt;&lt;P&gt;    2nd program selection screen (then back)&lt;/P&gt;&lt;P&gt;    1st program selection screen.&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114796#M442521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114797#M442522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After SUBMIT, you can use the RETURN stmt. as suggested by naren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;SUBMIT ....(Prog name).... AND RETURN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 06:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-to-selection-screen/m-p/2114797#M442522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T06:20:23Z</dc:date>
    </item>
  </channel>
</rss>

