<?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: Issue with BACK functionality with SUBMIT program same as calling program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004490#M1344842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Augustin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to achieve is once I click on BACK button after the SUBMIT stmt execution, it should take me back to the program selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening now is, if without return is used, it takes me out to SAP initial screen ( out of se38 ). And if I use return, then I have to click BACK twice to get back to program screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions to achieve what I'm trying ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 12:50:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-18T12:50:23Z</dc:date>
    <item>
      <title>Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004486#M1344838</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 have a SUBMIT stmt in report. This SUBMIT stmt calls the same calling program with new parameters depending on few conditions. The issue is with BACK button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click on BACK button after the SUMBIT ( without AND RETURN ) has been executed, then it takes the control out of program. i.e to SAP's initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If AND RETURN clause is used with SUBMIT, in the above scenario, I have to press BACK twice to come to the program's selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs from anyone for this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 09:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004486#M1344838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T09:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004487#M1344839</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;Please debug your program and go throgh the control you will understand whats actually happening..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenn you use submit inside a program then you need to come twice back I guess if I am not wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 09:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004487#M1344839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004488#M1344840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivanand,&lt;/P&gt;&lt;P&gt;It is working fine. Without return it will close the current session and new session is created for running new instance of program and there if you press back it will come out to initial screen whereas if you use return then the current session is retained and new session is created for new program instance. So in this case if you use back button then first it will come out of current session and then it will come out of earlier session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the issue exactly you are facing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information you can check SAP help for session handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba50035c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba50035c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 09:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004488#M1344840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004489#M1344841</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;Essentially, it works like how you have written. The ouput of the called program is displayed and then the output of the calling program is displayed. So that's how the BACK button works. With the addition AND RETURN, it means you are returning to the calling program and executing it. Without the addition, the control does not get back to the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to supress the output of called program when clicking on BACK, then you can use the addition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT ztrial EXPORTING LIST TO MEMORY AND RETURN. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004489#M1344841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004490#M1344842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Augustin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to achieve is once I click on BACK button after the SUBMIT stmt execution, it should take me back to the program selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening now is, if without return is used, it takes me out to SAP initial screen ( out of se38 ). And if I use return, then I have to click BACK twice to get back to program screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions to achieve what I'm trying ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 12:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004490#M1344842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T12:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004491#M1344843</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 using this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SUBMIT ztrial EXPORTING LIST TO MEMORY AND RETURN.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 12:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004491#M1344843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T12:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004492#M1344844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitwick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried with SUBMIT prgname EXPORTING LIST TO MEMORY AND RETURN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works as needed when I put breakpoint @ submit and execute. Otherwise, still the same old execution. Any other suggestions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 13:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004492#M1344844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004493#M1344845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you try scheduling JOB instead of SUBMIT statement.&lt;/P&gt;&lt;P&gt;This way second report will execute in background and calling report will remain on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use JOB_OPEN, JOB_SUBMIT &amp;amp; JOB_CLOSE for scheduling JOB programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004493#M1344845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T15:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004494#M1344846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Augustin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use background scheduling, as the called program is same as calling on with different parameters. User wants to see the output on the screen. BACK functionality comes into picture if the user wants to go back from this output screen now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 16:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004494#M1344846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004495#M1344847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please create a little program (remove all the parts which are not of interest for us) that we can use for test, and check what is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 21:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004495#M1344847</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-18T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BACK functionality with SUBMIT program same as calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004496#M1344848</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If you want to return to the selection screen of the program you can write "AND RETURN" at the end after submit and then write "leave to screen 0". This would land you up on the selection screen. &lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 12:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-back-functionality-with-submit-program-same-as-calling-program/m-p/6004496#M1344848</guid>
      <dc:creator>former_member1109274</dc:creator>
      <dc:date>2022-05-09T12:20:25Z</dc:date>
    </item>
  </channel>
</rss>

