<?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: HR: PE04 Function Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103240#M1508762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After Creating the function module in PE04, u shud add this function module in PE01 transaction ie adding function module to the schema. Once this is done, I guess u can write necessary coding within the include PCBURZ0 as FORM (Function module name) Endform.&lt;/P&gt;&lt;P&gt;I think u might also need access key for coding within the standard include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 10:43:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-14T10:43:37Z</dc:date>
    <item>
      <title>HR: PE04 Function Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103237#M1508759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;            I have created a new HR Function With the name ZHOCT from PE04. It is created and activated successfully. But when I open it's source text(RPCALCX0), it displays an error as: "Form routine FUZHOST could not be found in program RPCALCX0".&lt;/P&gt;&lt;P&gt;how I should created it's entry in RPCALCX0. I have done some research which says that your function entry should be in PCBURZ0. But I can't open it in edit mode. How can i create this entry and write code to accomplish my requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 05:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103237#M1508759</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2010-06-29T05:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: HR: PE04 Function Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103238#M1508760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="426049"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this .MAy help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 08:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103238#M1508760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: HR: PE04 Function Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103239#M1508761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muhammad,&lt;/P&gt;&lt;P&gt;- the include PCBURZ0 is a standard include, so every modification is tracked by the modification assistant&lt;/P&gt;&lt;P&gt;  pick the icon labeled insert from the icon bar, than you'll get editable lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- in my experience, it is a good practice, to put every customer function into an own include, name the include to represent the functionname and put just the include statement into PCBURZ0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- create a form by the name of FUnnnnn (where nnnnn is your function name) in ypur new include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After activating both, your include and PCBURZ0, you can access the coding thru PE04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 08:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103239#M1508761</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2010-06-29T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: HR: PE04 Function Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103240#M1508762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After Creating the function module in PE04, u shud add this function module in PE01 transaction ie adding function module to the schema. Once this is done, I guess u can write necessary coding within the include PCBURZ0 as FORM (Function module name) Endform.&lt;/P&gt;&lt;P&gt;I think u might also need access key for coding within the standard include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 10:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-pe04-function-creation/m-p/7103240#M1508762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-14T10:43:37Z</dc:date>
    </item>
  </channel>
</rss>

