<?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: HR ABAP function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200347#M470054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rp-provide-from-frst&lt;/P&gt;&lt;P&gt;    places first entry for a specified period in the table header entry from an internal infotype table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rp-provide-from-last&lt;/P&gt;&lt;P&gt;    places last entry for a specified period in the table header entry from an internal infotype table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 10:01:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T10:01:03Z</dc:date>
    <item>
      <title>HR ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200343#M470050</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;What is the difference between RP_PROVIDE_FROM_LAST and RP_PROVIDE_FROM_FIRST ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200343#M470050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: HR ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200344#M470051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally we will have mutiple records for an employee in HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 2 macros will get the latest and oldest records for the employee in whole list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200344#M470051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: HR ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200345#M470052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nimisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The macro RP-PROVIDE-FROM-FRST retrieves the first(start) data record which is valid in the data selection period.&lt;/P&gt;&lt;P&gt;o The macro RP-PROVIDE-FROM-LAST retrieves the last(latest) data record which is valid in the data selection period.&lt;/P&gt;&lt;P&gt;o The macro RP-READ-INFOTYPE retrieves the data record(s) which is valid in the data selection period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2396588"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200345#M470052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: HR ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200346#M470053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entries that occur in the Infortyope are date delimited, so if you add a new entry it will , stop the previous entry at that date and start the new entry from that date, so if you want the most current entry (i.e the last ) then you use RP_PROVIDE_FROM_LAST, but if you want the first entry then use RP_PROVIDE_FROM_FIRST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depends on what you want from the data and how your processing etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200346#M470053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: HR ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200347#M470054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rp-provide-from-frst&lt;/P&gt;&lt;P&gt;    places first entry for a specified period in the table header entry from an internal infotype table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rp-provide-from-last&lt;/P&gt;&lt;P&gt;    places last entry for a specified period in the table header entry from an internal infotype table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-abap-function-module/m-p/2200347#M470054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:01:03Z</dc:date>
    </item>
  </channel>
</rss>

