<?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 Function Modules for Payroll in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877686#M932086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Minds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the answers for the following and guide me  to learn Payroll technically..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is offcycle payroll? what are  the Function Modules used to read the data from Offcycle payroll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the Function modules used to read Retro active accounting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2008 13:44:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-31T13:44:12Z</dc:date>
    <item>
      <title>Function Modules for Payroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877686#M932086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Minds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the answers for the following and guide me  to learn Payroll technically..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is offcycle payroll? what are  the Function Modules used to read the data from Offcycle payroll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the Function modules used to read Retro active accounting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 13:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877686#M932086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules for Payroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877687#M932087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off Cycle Payroll:-&lt;/P&gt;&lt;P&gt;    Payroll run that is carried out in addition to the regular payroll run for a specific day and for individual employees. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g :  1) Bonus to an employee for special work.&lt;/P&gt;&lt;P&gt;         2) Holiday Bonus&lt;/P&gt;&lt;P&gt;         3) Advance paid to an employee before he/she takes leave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 06:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877687#M932087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T06:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules for Payroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877688#M932088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_DISPLAY_BASIC_LIST&lt;/STRONG&gt; is an HR function, but can be used for any data. You pass it data, and column headers, and it provides a table control with the ability to manipulate the data, and send it to Word or Excel. Also see the additional documentation here. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_GET_LEAVE_DATA&lt;/STRONG&gt; Get all leave information (includes leave entitlement, used holidays/paid out holidays) &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_IE_NUM_PRSI_WEEKS&lt;/STRONG&gt; Return the number of weeks between two dates. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HR_PAYROLL_PERIODS_GET Get the payroll period for a particular date. (provided by Francois Henrotte)&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;DATA: IT_T549Q TYPE T549Q OCCURS 0 WITH HEADER LINE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;IT_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;W_BEGDA = '20010101'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;W_PERNR = '00000001'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;CALL FUNCTION 'HR_PAYROLL_PERIODS_GET'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;get_begda       = w_begda&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;TABLES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;get_periods     = it_t549q&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;EXCEPTIONS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;no_period_found = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;no_valid_permo  = 2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;CHECK sy-subrc = 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;CALL FUNCTION 'HR_TIME_RESULTS_GET'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;get_pernr             = w_pernr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;get_pabrj             = it_t549q-pabrj&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;get_pabrp             = it_t549q-pabrp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            &lt;STRONG&gt;get_zl                = it_zl&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;EXCEPTIONS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;no_period_specified   = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;wrong_cluster_version = 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;no_read_authority     = 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;cluster_archived      = 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;technical_error       = 5.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: it_zl-iftyp = 'A'   absence&lt;/P&gt;&lt;P&gt;      it_zl-iftyp = 'S'   at work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;HR_TIME_RESULTS_GET Get the time results for a payroll period. (provided by Francois Henrotte) &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: IT_T549Q TYPE T549Q OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        IT_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  W_BEGDA = '20010101'.&lt;/P&gt;&lt;P&gt;  W_PERNR = '00000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_PAYROLL_PERIODS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            get_begda       = w_begda&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            get_periods     = it_t549q&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_period_found = 1&lt;/P&gt;&lt;P&gt;            no_valid_permo  = 2.&lt;/P&gt;&lt;P&gt;  CHECK sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_TIME_RESULTS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            get_pernr             = w_pernr&lt;/P&gt;&lt;P&gt;            get_pabrj             = it_t549q-pabrj&lt;/P&gt;&lt;P&gt;            get_pabrp             = it_t549q-pabrp&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            get_zl                = it_zl&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_period_specified   = 1&lt;/P&gt;&lt;P&gt;            wrong_cluster_version = 2&lt;/P&gt;&lt;P&gt;            no_read_authority     = 3&lt;/P&gt;&lt;P&gt;            cluster_archived      = 4&lt;/P&gt;&lt;P&gt;            technical_error       = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: it_zl-iftyp = 'A'   absence&lt;/P&gt;&lt;P&gt;      it_zl-iftyp = 'S'   at work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated if rewarded&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 06:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-payroll/m-p/3877688#M932088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T06:27:44Z</dc:date>
    </item>
  </channel>
</rss>

