<?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 Problem with Output parameter  in HR function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768986#M332200</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 have a function "Z" done with tx PE04, the country it's venezuela, and i define the IT table as entry and output parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the payroll, ithe changes that i did by abap code in order to change one concept of the IT table doesn't appears in the log. I do this in others versions of sap and works... I working with SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albio.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 14:57:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T14:57:58Z</dc:date>
    <item>
      <title>Problem with Output parameter  in HR function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768986#M332200</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 have a function "Z" done with tx PE04, the country it's venezuela, and i define the IT table as entry and output parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the payroll, ithe changes that i did by abap code in order to change one concept of the IT table doesn't appears in the log. I do this in others versions of sap and works... I working with SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albio.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 14:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768986#M332200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T14:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Output parameter  in HR function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768987#M332201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you trying using it as a CHANGING parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 15:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768987#M332201</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-15T15:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Output parameter  in HR function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768988#M332202</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 function it's not of the transaction se37, it was created using the transaction pe04, there are two types of parameters entry and output for the payrolls' log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created several functions with pe04, and never this happened.&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;Albio.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 16:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768988#M332202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Output parameter  in HR function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768989#M332203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Custom Schema Functions names should be start with &amp;amp; and not with Z.&lt;/P&gt;&lt;P&gt;I made a few of this ones, and sometimes, input and output tables dosen´t appear in the log, but works fine. &lt;/P&gt;&lt;P&gt;Try with a breakpoint in source code of the generated routine (FORM fuXXXX, with XXXX equal to schema function name) and see what happends.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 19:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-output-parameter-in-hr-function/m-p/1768989#M332203</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-12-15T19:04:55Z</dc:date>
    </item>
  </channel>
</rss>

