<?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: Back button in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245221#M143365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you use SUBMIT... AND RETURN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2006 07:39:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-09T07:39:08Z</dc:date>
    <item>
      <title>Back button in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245219#M143363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnd's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a back button in selection screen.&lt;/P&gt;&lt;P&gt;when i click that it must leave to the modulepool program.&lt;/P&gt;&lt;P&gt;ie i had called the selection screen using submit command in a menu of modulepool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this be possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 07:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245219#M143363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T07:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Back button in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245220#M143364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Handle it by using CASE SY-UCOMM in PAI.&lt;/P&gt;&lt;P&gt;Use Leave to screen 0.&lt;/P&gt;&lt;P&gt;or Leave screen.&lt;/P&gt;&lt;P&gt;Or Leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 07:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245220#M143364</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-09T07:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Back button in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245221#M143365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you use SUBMIT... AND RETURN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 07:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245221#M143365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Back button in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245222#M143366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.IF U R USING, &amp;lt;b&amp;gt;LEAVE TO LIST PROCESSING&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;THEN WRITE &amp;lt;b&amp;gt;LEAVE LIST PROCESSING&amp;lt;/b&amp;gt; UNDER USER COMMAND OF BACK BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. IF U R USING SUBMIT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN SUBMIT ..... AND RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. OR ELSE U CAN USE &amp;lt;b&amp;gt;LEAVE TO SCREEN 0&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 07:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245222#M143366</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-09T07:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Back button in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245223#M143367</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 PAI,use CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;and give Leave to screen &amp;lt;screennumber&amp;gt; or Leave screen.&lt;/P&gt;&lt;P&gt;Or give Submit....and Return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 07:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245223#M143367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T07:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Back button in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245224#M143368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suganya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First add 'AND RETURN' with your Submit command in module-pool program:&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;report name&amp;gt; VIA SELECTION-SCREEN AND RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second add the following statement in the report where you are capturing the user action for back button:&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it fulfills your requirement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraj Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 08:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-in-selection-screen/m-p/1245224#M143368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T08:13:57Z</dc:date>
    </item>
  </channel>
</rss>

