<?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: selection screen error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685181#M1576392</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;You have to check the GUI-Status of the program.&lt;/P&gt;&lt;P&gt;You can change the Function Code when you try to go back from screen '9001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 10:32:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-04T10:32:56Z</dc:date>
    <item>
      <title>selection screen error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685179#M1576390</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;&lt;/P&gt;&lt;P&gt;I have a selection screen 9001 . In that if i give the value for parameter matnr and execute it will show details of ernam,mtart,matkl in table control in module pool screen 9002. Now if click back button in 9002 it will go to screen 9001.And if i click BACK button in 9001 it should go to program, but it goes again to the screen 9002. so what should i do for going back to program after clicking BACK in 9001 screen??i have also tried with set pf-status and kept a function key for BACK and wrote when 'BACK'.&lt;/P&gt;&lt;P&gt;leave program. &lt;/P&gt;&lt;P&gt;in AT selection of 9001 screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&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;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 09:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685179#M1576390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685180#M1576391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also maintain the 'Next Screen' field of the screen attribute in screen 9001 as '9001' itself. Now it looks to be maintained as '9002'. That should solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 09:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685180#M1576391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T09:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685181#M1576392</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;You have to check the GUI-Status of the program.&lt;/P&gt;&lt;P&gt;You can change the Function Code when you try to go back from screen '9001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685181#M1576392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T10:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685182#M1576393</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;don't set PF-status on screen 9001, instead by default back button will come if it is the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to dibugging mode for screen 9001 and press back, check the value of sy-ucomm and write below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. For me function code showing is 'WB_EXEC', and hope same will work for you also, now check below code in selection screen program for 9001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.

CASE SY-UCOMM.

WHEN 'WB_EXEC'.
LEAVE PROGRAM.

ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Umang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685182#M1576393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685183#M1576394</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;You can try to create two PF-status,with Back , one for each screen. &lt;/P&gt;&lt;P&gt;when you handle the user command in 9001 you should 'leave program' and in case of 9002 you should 'Leave to screen 9001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 11:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685183#M1576394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685184#M1576395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check with this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case  sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this works ........&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;sandeep.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2011 17:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/7685184#M1576395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-06T17:08:43Z</dc:date>
    </item>
  </channel>
</rss>

