<?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: Reg : Payroll calculation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-payroll-calculation/m-p/1915700#M380888</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 have commented that and i used the FM .Check this may be it will be useful.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLUSTERID =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;EMPLOYEENUMBER = WA_FINAL-PERNR&lt;/P&gt;&lt;P&gt;SEQUENCENUMBER = V_NUM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;READ_ONLY_BUFFER = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;READ_ONLY_INTERNATIONAL = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ARC_GROUP = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CHECK_READ_AUTHORITY = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FILTER_CUMULATIONS = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLIENT =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VERSION_NUMBER_PAYVN =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VERSION_NUMBER_PCL2 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;PAYROLL_RESULT = I_PAYROLL&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;ILLEGAL_ISOCODE_OR_CLUSTERID = 1&lt;/P&gt;&lt;P&gt;ERROR_GENERATING_IMPORT = 2&lt;/P&gt;&lt;P&gt;IMPORT_MISMATCH_ERROR = 3&lt;/P&gt;&lt;P&gt;SUBPOOL_DIR_FULL = 4&lt;/P&gt;&lt;P&gt;NO_READ_AUTHORITY = 5&lt;/P&gt;&lt;P&gt;NO_RECORD_FOUND = 6&lt;/P&gt;&lt;P&gt;VERSIONS_DO_NOT_MATCH = 7&lt;/P&gt;&lt;P&gt;ERROR_READING_ARCHIVE = 8&lt;/P&gt;&lt;P&gt;ERROR_READING_RELID = 9&lt;/P&gt;&lt;P&gt;OTHERS = 10&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 06:06:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T06:06:20Z</dc:date>
    <item>
      <title>Reg : Payroll calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-payroll-calculation/m-p/1915699#M380887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;while using the function module PYXX_READ_PAYROLL_RESULT, what is the clear purpose of using the parameter VERSION_NUMBER_PAYVN . and what is the value to be passed to the parameter? If the data is read from the cluster using a buffer, then is it necessary to use this parameter?&lt;/P&gt;&lt;P&gt;Where to find out the version no ?&lt;/P&gt;&lt;P&gt;Here payvn is a type group . But when I give the name in se11 under typegroup , It is giving the message that payvn does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help  me.&lt;/P&gt;&lt;P&gt;Thanks in anticipation&lt;/P&gt;&lt;P&gt;sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-payroll-calculation/m-p/1915699#M380887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Payroll calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-payroll-calculation/m-p/1915700#M380888</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 have commented that and i used the FM .Check this may be it will be useful.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLUSTERID =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;EMPLOYEENUMBER = WA_FINAL-PERNR&lt;/P&gt;&lt;P&gt;SEQUENCENUMBER = V_NUM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;READ_ONLY_BUFFER = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;READ_ONLY_INTERNATIONAL = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ARC_GROUP = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CHECK_READ_AUTHORITY = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FILTER_CUMULATIONS = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLIENT =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VERSION_NUMBER_PAYVN =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VERSION_NUMBER_PCL2 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;PAYROLL_RESULT = I_PAYROLL&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;ILLEGAL_ISOCODE_OR_CLUSTERID = 1&lt;/P&gt;&lt;P&gt;ERROR_GENERATING_IMPORT = 2&lt;/P&gt;&lt;P&gt;IMPORT_MISMATCH_ERROR = 3&lt;/P&gt;&lt;P&gt;SUBPOOL_DIR_FULL = 4&lt;/P&gt;&lt;P&gt;NO_READ_AUTHORITY = 5&lt;/P&gt;&lt;P&gt;NO_RECORD_FOUND = 6&lt;/P&gt;&lt;P&gt;VERSIONS_DO_NOT_MATCH = 7&lt;/P&gt;&lt;P&gt;ERROR_READING_ARCHIVE = 8&lt;/P&gt;&lt;P&gt;ERROR_READING_RELID = 9&lt;/P&gt;&lt;P&gt;OTHERS = 10&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 06:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-payroll-calculation/m-p/1915700#M380888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T06:06:20Z</dc:date>
    </item>
  </channel>
</rss>

