<?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 regarding payroll program pc00_m40_calc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510092#M1423379</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;When i am trying to run this report for one particular employee, i am getting an error message as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when computing Income tax components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me why this type of error is coming ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Dec 2009 06:54:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-28T06:54:37Z</dc:date>
    <item>
      <title>regarding payroll program pc00_m40_calc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510092#M1423379</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;When i am trying to run this report for one particular employee, i am getting an error message as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when computing Income tax components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me why this type of error is coming ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 06:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510092#M1423379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-28T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding payroll program pc00_m40_calc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510093#M1423380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check information in IT0008 or Tax infotypes applicable for that country.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 07:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510093#M1423380</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-12-28T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: regarding payroll program pc00_m40_calc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510094#M1423381</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 error can be checked by the functional consultant also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the logic (which is behind the scenes), for calculating the payroll figures,&lt;/P&gt;&lt;P&gt;is done by the functional consultants, via some special t-codes. The logic is called SCHEMAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the schemas, with some special syntax, the functional consultant writes some code/information to calculate the full payroll process. Normally the standard schema for the country is copied and then modified to suit the requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my point is that the program  pc00_m40_calc (which is for INDIA , molga/country = 40) just executes the schema logic. So according to my opinion, the error is coming from inside the schema, for which the functional consultant can help who has created/modified this schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 07:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510094#M1423381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-28T07:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding payroll program pc00_m40_calc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510095#M1423382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debug the report and i found that during calculation if wage types /4MT , /4MS , /4ME , /4MH have values entered less than 0 then it throws this exception...can u please tell me in which table i  can find the values of these wage types and what to do to overcome this type of error ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2009 08:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-payroll-program-pc00-m40-calc/m-p/6510095#M1423382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-28T08:30:17Z</dc:date>
    </item>
  </channel>
</rss>

