<?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: Help with function PYXX_READ_PAYROLL_RESULT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195026#M129455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;  make sure that ur passing all the inputs to the function module correctly i.e, CLUSTERID&lt;/P&gt;&lt;P&gt;EMPLOYEENUMBER, SEQUENCENUMBER, PAYROLL_RESULT(sturcture).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u if dont get  reply back i will try to sort it.&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2006 16:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-10T16:07:47Z</dc:date>
    <item>
      <title>Help with function PYXX_READ_PAYROLL_RESULT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195023#M129452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the function PYXX_READ_PAYROLL_RESULT in a include program that it's called in a HR process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the rgdir table, i have a sequence number that i use with PYXX_READ_PAYROLL_RESULT in order to get the RT table, but that sequence number it's not yet in the rt table, so i got an error. How can i avoid this?. &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, 10 Feb 2006 15:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195023#M129452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function PYXX_READ_PAYROLL_RESULT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195024#M129453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sequence number which you have for the RGDIR will be the same for all the tables under neeth that rgidir.&lt;/P&gt;&lt;P&gt;For example if you are reading the rgdir with sequence number 1234, then all the tables underneeth that (RT, CRT, WPBP etc) will carry the same sequence number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 15:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195024#M129453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T15:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function PYXX_READ_PAYROLL_RESULT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195025#M129454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;If you simply want to skip the error message in your program then u can use the below code after calling the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 15:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195025#M129454</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-02-10T15:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function PYXX_READ_PAYROLL_RESULT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195026#M129455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;  make sure that ur passing all the inputs to the function module correctly i.e, CLUSTERID&lt;/P&gt;&lt;P&gt;EMPLOYEENUMBER, SEQUENCENUMBER, PAYROLL_RESULT(sturcture).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u if dont get  reply back i will try to sort it.&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 16:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195026#M129455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function PYXX_READ_PAYROLL_RESULT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195027#M129456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, in te rgdir table are de values that are going to be created... so the last sequence that it's in te rgdir table are not yet in the rt table, the function itself display the message error, so i do nothing asking for sy-subrc after call de function pyxx_read_payroll_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I search in the forum, i i found that there it's a table "hrpy_rgdir" in wich are the data created, so i resolve my problem looking in that table if exits the sequence number that i have in rgdir.&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;Regards,&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, 10 Feb 2006 17:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-pyxx-read-payroll-result/m-p/1195027#M129456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T17:02:16Z</dc:date>
    </item>
  </channel>
</rss>

