<?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: PF-STATUS. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721967#M631532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Give the Blank value to the BACK statment, and give E as function type for Exit or Cancel, if you give this E then it will come out from the screen if there is any mandatory fields are empty&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 12:37:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T12:37:00Z</dc:date>
    <item>
      <title>PF-STATUS.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721964#M631529</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;I WANT TO KNOW ABOUT PF-STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM DOING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'STATUS_0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'BACK' OR&lt;/P&gt;&lt;P&gt;   SY-UCOMM = 'EXIT' OR.&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT SHOULD BE GIVEN IN FUNCTION TYPE&lt;/P&gt;&lt;P&gt;E,S,P,H OR NORMAL .IN MAINTAIN STATUS. SO THAT &lt;/P&gt;&lt;P&gt;WHEN I PRESS BACK  IT WILL GO TO PREVIOUS SCREEN.&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721964#M631529</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2007-08-13T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: PF-STATUS.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721965#M631530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;PF status is used to design your own MENU,APPLICATION tool BAR and other FUNCTION key's which is required for your own transaction program,&lt;/P&gt;&lt;P&gt;When you wants the facilities like, BACK,CANCEL,PRINT,SAVE etc on your own screen you have to design them in the PF status only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721965#M631530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: PF-STATUS.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721966#M631531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leave Function Type As BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'BACK' &lt;/P&gt;&lt;P&gt;Leave to screen 0.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;SY-UCOMM = 'EXIT' .&lt;/P&gt;&lt;P&gt;Leave Program.&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721966#M631531</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-08-13T12:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: PF-STATUS.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721967#M631532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Give the Blank value to the BACK statment, and give E as function type for Exit or Cancel, if you give this E then it will come out from the screen if there is any mandatory fields are empty&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 12:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721967#M631532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: PF-STATUS.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721968#M631533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to exit the screen or go back to the screen You need give  'E'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nageswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721968#M631533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: PF-STATUS.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721969#M631534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2009 16:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/2721969#M631534</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2009-05-31T16:42:36Z</dc:date>
    </item>
  </channel>
</rss>

