<?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: Using the Submit &amp; Return in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579248#M1272494</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;      SUBMIT &amp;lt;pgm name&amp;gt; USING SELECTION-SCREEN &amp;lt;screen no&amp;gt;&lt;/P&gt;&lt;P&gt;                      WITH &amp;lt;selection-screen paramaters&amp;gt; = &amp;lt;value&amp;gt; AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above statement will skip the selection screen and goes to the end of selection of the program2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2009 08:14:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-09T08:14:32Z</dc:date>
    <item>
      <title>Using the Submit &amp; Return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579245#M1272491</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 am using the Submit &amp;amp; Return statement for a background process. I have a program1 through which i am calling the program2, and passing the selection-screen parameters for program2 through program1 using the submit &amp;amp; return. However, although i am using RETURN statement, in the end, the program throws me back to the selection-screen of program2, i want the END-OF-SELECTION data to be displayed which is written in program1. How can be this done?&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;Harshad. M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 08:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579245#M1272491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T08:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Submit &amp; Return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579246#M1272492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 08:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579246#M1272492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T08:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Submit &amp; Return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579247#M1272493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit report2 with p_test eq 's_text ' &lt;/P&gt;&lt;P&gt;and return&lt;/P&gt;&lt;P&gt;-&amp;gt; p_test is a selection scr parameter in report2 passing the selection screen parameter of report 1 to this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 08:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579247#M1272493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T08:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Submit &amp; Return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579248#M1272494</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;      SUBMIT &amp;lt;pgm name&amp;gt; USING SELECTION-SCREEN &amp;lt;screen no&amp;gt;&lt;/P&gt;&lt;P&gt;                      WITH &amp;lt;selection-screen paramaters&amp;gt; = &amp;lt;value&amp;gt; AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above statement will skip the selection screen and goes to the end of selection of the program2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 08:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-submit-return/m-p/5579248#M1272494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T08:14:32Z</dc:date>
    </item>
  </channel>
</rss>

