<?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 PF status in dynamic selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263770#M1385466</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 am creating a dynamic selection screen ,it is having the default PF_status .But now i want to give a different PF_status in that dynamic selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like if i press the back button it should take me to the previous screen,but now it is going to next screen.So,Please help to change the functionality of the BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 07:42:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-05T07:42:13Z</dc:date>
    <item>
      <title>PF status in dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263770#M1385466</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 am creating a dynamic selection screen ,it is having the default PF_status .But now i want to give a different PF_status in that dynamic selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like if i press the back button it should take me to the previous screen,but now it is going to next screen.So,Please help to change the functionality of the BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 07:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263770#M1385466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: PF status in dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263771#M1385467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What functionality you have behind this BACK button?&lt;/P&gt;&lt;P&gt;You should explicitly determine next screen as 0.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN.
if sy-ucomm = 'BACK'.
   SET SCREEN 0.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 08:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263771#M1385467</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-11-05T08:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: PF status in dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263772#M1385468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi,&lt;/P&gt;&lt;P&gt;Set your PF status in event 'At selection-screen output' of your dynamic selection screen.&lt;/P&gt;&lt;P&gt;Handle Back operation in event 'At selection-screen'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;  " Ur code&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 08:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status-in-dynamic-selection-screen/m-p/6263772#M1385468</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-11-05T08:05:45Z</dc:date>
    </item>
  </channel>
</rss>

