<?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: function module for salary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109975#M1509563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check teh modules &lt;/P&gt;&lt;P&gt;HRAR_APPEND_WAGETYPE&lt;/P&gt;&lt;P&gt;HRAR_GET_CREATE_VOZNR&lt;/P&gt;&lt;P&gt;HRAR_GET_PAYROLL_PERIOD&lt;/P&gt;&lt;P&gt;HRAR_READ_INFOTYPE&lt;/P&gt;&lt;P&gt;HRAR_READ_RGDIR_PAYRESULTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jul 2010 08:26:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-30T08:26:50Z</dc:date>
    <item>
      <title>function module for salary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109971#M1509559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I need a function module that will generate salary  with different wage types , for a particular employee number and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;relevant answers are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by Mohan Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 02:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109971#M1509559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T02:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: function module for salary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109972#M1509560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use these FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RP_FILL_WAGE_TYPE_TABLE.&lt;/P&gt;&lt;P&gt;RP_FILL_WAGE_TYPE_TABLE_EXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 04:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109972#M1509560</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-07-30T04:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: function module for salary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109973#M1509561</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;PRE&gt;&lt;CODE&gt;If you want to Calculate Hourly Salary from Infotype 0008 the use the function module RP_ALLPERIODS_FROM_ANSAL. You have to pass the annual salary.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;If you want to read salary field from IT0008 use HRGPBS_TPS_ANSAL_FROM_PERNR. You have to pass employee number &amp;amp; as of date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;To read data from IT 0008 use, RP_FILL_WAGE_TYPE_TABLE_EXT or HR_READ_INFOTYPE.
Or use the BAPI 'BAPI_BASICPAY_GETDETAIL '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;May it helps you.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;DS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 04:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109973#M1509561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T04:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: function module for salary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109974#M1509562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try  : &lt;/P&gt;&lt;P&gt;RP_ANSAL_FROM_WAGETYPES&lt;/P&gt;&lt;P&gt;RP_ANSAL_FROM_INFOTYPE&lt;/P&gt;&lt;P&gt;RP_ANSAL_FROM_PERNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try : &lt;STRONG&gt;ansal&lt;/STRONG&gt; in SE37 TCODE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 04:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109974#M1509562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T04:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: function module for salary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109975#M1509563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check teh modules &lt;/P&gt;&lt;P&gt;HRAR_APPEND_WAGETYPE&lt;/P&gt;&lt;P&gt;HRAR_GET_CREATE_VOZNR&lt;/P&gt;&lt;P&gt;HRAR_GET_PAYROLL_PERIOD&lt;/P&gt;&lt;P&gt;HRAR_READ_INFOTYPE&lt;/P&gt;&lt;P&gt;HRAR_READ_RGDIR_PAYRESULTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 08:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-salary/m-p/7109975#M1509563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T08:26:50Z</dc:date>
    </item>
  </channel>
</rss>

