<?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 retrieving data from HR infotypes. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357144#M805498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kashyap &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are already on ECC 5.0 or higher then you may have a look at my Wiki posting:&lt;/P&gt;&lt;P&gt;[Unified Access to All HR Infotypes|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/unified%2baccess%2bto%2ball%2bhr%2binfotypes]&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2008 12:10:54 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-01-22T12:10:54Z</dc:date>
    <item>
      <title>Function module for retrieving data from HR infotypes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357140#M805494</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;I have to retrieve some data from PA0001,PA0105 and PA0006 infotypes for a particular PERNR(Personnel Number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use HR_READ_INFOTYPE.But it only retrieves data from a single infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other function module to retrieve data from more than one infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357140#M805494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for retrieving data from HR infotypes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357141#M805495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashyap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the FM HR_99S_READ_INFOTYPE by passing the infotypes to be read to table IM_TAB_INFTY. This FM helps you to read multiple infotypes at one call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357141#M805495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for retrieving data from HR infotypes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357142#M805496</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;try the FM HR_PT_GET_INFOTYPES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if it is useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 11:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357142#M805496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for retrieving data from HR infotypes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357143#M805497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;this can also be done using... GET pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this..... in attributes of pgm... give LDB as PNP....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pgm....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : pernr.&lt;/P&gt;&lt;P&gt;infotypes : 0001,0105,0006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;get pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--now p0001,p0006 and p0105 contians data of those infotypes for this pernr.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can filter data using PROVIDE statement......&lt;/P&gt;&lt;P&gt;PROVIDE * from p0006 between pn-begda and pn-endda where subty = '01'.&lt;/P&gt;&lt;P&gt;ENDPROVIDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also u can use JOINS/PROJECTIONS or combination of them as per ur requirement....!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want only function modules... then u can go for them....!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 12:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357143#M805497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for retrieving data from HR infotypes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357144#M805498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kashyap &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are already on ECC 5.0 or higher then you may have a look at my Wiki posting:&lt;/P&gt;&lt;P&gt;[Unified Access to All HR Infotypes|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/unified%2baccess%2bto%2ball%2bhr%2binfotypes]&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 12:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-retrieving-data-from-hr-infotypes/m-p/3357144#M805498</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-01-22T12:10:54Z</dc:date>
    </item>
  </channel>
</rss>

