<?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: SUBMIT Question, HEEELLLLPPPP!!!!!!!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735810#M319984</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;Are you using VIA SELECTION-SCREEN..If so ..try removing it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the SUBMIT AND RETURN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0..&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>Thu, 07 Dec 2006 21:51:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T21:51:28Z</dc:date>
    <item>
      <title>SUBMIT Question, HEEELLLLPPPP!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735807#M319981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my problem.  I have an ABAP program that has a selection screen and  creates a report in a ALV format.  When I double click one of the lines on the report, a new program is called using the SUBMIT command with a RETURN, this new program also has a selection screen and then produces a generic looking report.  My problem is that when I hit the back button, I am taken back to the selection screen of my called program, and then when I hit the back button again, I am taken back to the ALV report from the calling program, and then when I hit the back button again I am taken to my selection screen from the calling program.  Is there anyway that I could just hit the back button one time and go directly back to the original selection screen with the original values still contained?  Any suggestions would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735807#M319981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Question, HEEELLLLPPPP!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735808#M319982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Immediatly after the submit and return statement you call your selection screen using call screen &amp;lt;number&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735808#M319982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Question, HEEELLLLPPPP!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735809#M319983</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 assume that the submit takes place in CALLBACK subroutine. The parameter structure has an exit field that should be set to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the submitted program, the BACK function must lead to statement LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735809#M319983</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-07T21:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Question, HEEELLLLPPPP!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735810#M319984</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;Are you using VIA SELECTION-SCREEN..If so ..try removing it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the SUBMIT AND RETURN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0..&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>Thu, 07 Dec 2006 21:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735810#M319984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Question, HEEELLLLPPPP!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735811#M319985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys for your answers, my problem is partially solved, I am using the Submit via Selection Screen and Return.  I inserted the LEAVE TO SCREEN 0 and it partially worked, however I am still getting the selection screen from the called program, I suspect this is because I am using the submit via selection screen.  If I take out the via selection screen, then I am able to go back directly to the first selection screen like I want, but I NEED the via selection screen.  Is there anyway to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 15:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735811#M319985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT Question, HEEELLLLPPPP!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735812#M319986</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 you need to use VIA SELECTION-SCREEN option you have to update the called program in order to insert the command LEAVE PROGRAM (instead of LEAVE TO SCREEN 0), in this way you can force the system to back to calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 15:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-question-heeellllpppp/m-p/1735812#M319986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T15:08:41Z</dc:date>
    </item>
  </channel>
</rss>

