<?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: Regarding PF-STATUS Functional type: System Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600629#M1437245</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;Refer the below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;E&lt;/STRONG&gt; - Triggers an "at exit-command" module in the Process After Input (PAI) processing block (MODULE &amp;lt;xxx&amp;gt; AT EXIT-COMMAND). When the user selects an E type function, the system enters the "at exit-command" module before carrying out any input checks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T&lt;/STRONG&gt; - Calls another transaction. Activating a T type function has the same effect as the LEAVE TO TRANSACTION statement. The user cannot return to the original transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S&lt;/STRONG&gt; - Triggers system functions used internally in SAP standard applications. You should not use type 'S' when creating your own functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P&lt;/STRONG&gt; - Triggers a function defined locally at the GUI. This function is not passed back to the ABAP program (no SY-UCOMM or OK_CODE). Instead, it is processed at the presentation server. This type of function can only currently be used for tabstrip controls (Screen Painter). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 09:20:12 GMT</pubDate>
    <dc:creator>I355602</dc:creator>
    <dc:date>2010-02-11T09:20:12Z</dc:date>
    <item>
      <title>Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600623#M1437239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I created a pf-status and for BACK, EXIT buttons I asigned Funtional Type as Systeom Function 'S', but here why I unable to get BACK and EXIT functionality, I haven't handled SY-UCOMM in PAI, Coz I thought that the System Function option performs the default action w/o our code. If so can plz say why we do have this System function 'S'.&lt;/P&gt;&lt;P&gt;                          Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;                            Srinivas...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600623#M1437239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600624#M1437240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User command will be handled by the system only if you use the standard GUI status. &lt;/P&gt;&lt;P&gt;For your own GUI status, you have to write the code explicitly in PAI subroutines and handle the events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600624#M1437240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600625#M1437241</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;this link provides the different function types and its description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G. Nikhil Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600625#M1437241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600626#M1437242</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;this link provides the different function types and its description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G. Nikhil Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600626#M1437242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600627#M1437243</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;this link provides the different function types and its description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G. Nikhil Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600627#M1437243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600628#M1437244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600628#M1437244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PF-STATUS Functional type: System Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600629#M1437245</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;Refer the below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;E&lt;/STRONG&gt; - Triggers an "at exit-command" module in the Process After Input (PAI) processing block (MODULE &amp;lt;xxx&amp;gt; AT EXIT-COMMAND). When the user selects an E type function, the system enters the "at exit-command" module before carrying out any input checks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T&lt;/STRONG&gt; - Calls another transaction. Activating a T type function has the same effect as the LEAVE TO TRANSACTION statement. The user cannot return to the original transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S&lt;/STRONG&gt; - Triggers system functions used internally in SAP standard applications. You should not use type 'S' when creating your own functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P&lt;/STRONG&gt; - Triggers a function defined locally at the GUI. This function is not passed back to the ABAP program (no SY-UCOMM or OK_CODE). Instead, it is processed at the presentation server. This type of function can only currently be used for tabstrip controls (Screen Painter). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 09:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pf-status-functional-type-system-function/m-p/6600629#M1437245</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2010-02-11T09:20:12Z</dc:date>
    </item>
  </channel>
</rss>

