<?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: Add new button/function to pf-status on module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362609#M1641258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to add additional functionality and checks to the PBo &amp;amp; PAI of HR infotypes you need to implement enhancement 'PBAS0001' using CMOD . Once you have done this you need to go to the function modules EXIT_SAPFP50M_001 &amp;amp; EXIT_SAPFP50M_002 and create the includes within them i.e. ZXPADU01 and ZXPADU02. You can now enhance the functionality of HR infotype PBO and PAI by simply adding code to these includes. See example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR Infotype User exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include ZXPADU01 for the PBO module&lt;/P&gt;&lt;P&gt;Incldue ZXPADU02 for the PAI module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Example code.&lt;/P&gt;&lt;P&gt;CASE innnn-infty. "Infotype?&lt;/P&gt;&lt;P&gt;  WHEN '0001'.  "infotype 0001&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Processing code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  WHEN '0008'.  "infotype 0008&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Processing code.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         etc.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  WHEN OTHERS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 10:25:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-05T10:25:04Z</dc:date>
    <item>
      <title>Add new button/function to pf-status on module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362608#M1641257</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;My customer wants to add a new button by programming to the standard pf-status in a HR infotype. It's not an ALV neither a report. Is'a a module pool and I would like to avoid duplicate the standard gui-status just for this case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is apreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 15:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362608#M1641257</guid>
      <dc:creator>luis_lopez_gomez</dc:creator>
      <dc:date>2011-12-01T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add new button/function to pf-status on module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362609#M1641258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to add additional functionality and checks to the PBo &amp;amp; PAI of HR infotypes you need to implement enhancement 'PBAS0001' using CMOD . Once you have done this you need to go to the function modules EXIT_SAPFP50M_001 &amp;amp; EXIT_SAPFP50M_002 and create the includes within them i.e. ZXPADU01 and ZXPADU02. You can now enhance the functionality of HR infotype PBO and PAI by simply adding code to these includes. See example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR Infotype User exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include ZXPADU01 for the PBO module&lt;/P&gt;&lt;P&gt;Incldue ZXPADU02 for the PAI module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Example code.&lt;/P&gt;&lt;P&gt;CASE innnn-infty. "Infotype?&lt;/P&gt;&lt;P&gt;  WHEN '0001'.  "infotype 0001&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Processing code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  WHEN '0008'.  "infotype 0008&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Processing code.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         etc.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  WHEN OTHERS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362609#M1641258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add new button/function to pf-status on module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362610#M1641259</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;    Double click on PF-status and give the required name in application toolbar. Double click on name and mention the details like the function code and fn text and reuired button and click on continue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 10:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-function-to-pf-status-on-module-pool/m-p/8362610#M1641259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T10:09:09Z</dc:date>
    </item>
  </channel>
</rss>

