<?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: Infotype Field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105752#M981806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you read hire date from Infotype IT0041 - and you calcualte lenght using sytem date - hire date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however you need to take care of actions on IT0000 - coz there is a chance that employee has been rehired in between...I mean hired initially for 2 years then leaves the company - after 2 years he is rehired...so IT000 will have that info or look for standard FM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in HCM fourm. There will be plenty of suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mkr on Jul 10, 2008 6:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 16:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T16:50:54Z</dc:date>
    <item>
      <title>Infotype Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105751#M981805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me a infotype field for "Length of Service".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the Length of Service for an Employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105751#M981805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105752#M981806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you read hire date from Infotype IT0041 - and you calcualte lenght using sytem date - hire date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however you need to take care of actions on IT0000 - coz there is a chance that employee has been rehired in between...I mean hired initially for 2 years then leaves the company - after 2 years he is rehired...so IT000 will have that info or look for standard FM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in HCM fourm. There will be plenty of suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mkr on Jul 10, 2008 6:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 16:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105752#M981806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T16:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105753#M981807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use the function module &lt;STRONG&gt;RP_GET_HIRE_DATE&lt;/STRONG&gt; to get the employee hiring date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use IT0000 for getting this information as employee status is stored on it.&lt;/P&gt;&lt;P&gt;You can use a method &lt;STRONG&gt;COMPUTE_ACTIVE_PERIODS&lt;/STRONG&gt; in the class CL_HRPA_INFTY_NNNN to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 16:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105753#M981807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T16:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105754#M981808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 14:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-field/m-p/4105754#M981808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T14:27:04Z</dc:date>
    </item>
  </channel>
</rss>

