<?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: Report performace in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160675#M994710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Function &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;HR_READ_INFOTYPE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and read a particular Infotype. if you want Many infotype then use other methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 16:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-24T16:09:28Z</dc:date>
    <item>
      <title>Report performace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160674#M994709</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;Which one will provide better performance when fetching data from multiple infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) multiple  'HR_READ_INFOTYPE'&lt;/P&gt;&lt;P&gt;2) RP_PROVIDE_FROM_LAST or RP_PROVIDE_FROM_FIRST.&lt;/P&gt;&lt;P&gt;3) PROVIDE....ENDPROVIDE with HR_READ_INFOTYPE inside it &lt;/P&gt;&lt;P&gt;any other method...please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 16:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160674#M994709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Report performace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160675#M994710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Function &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;HR_READ_INFOTYPE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and read a particular Infotype. if you want Many infotype then use other methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 16:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160675#M994710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T16:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Report performace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160676#M994711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this depends on the requirement and if you are using the ldb or not ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally we use to fetch the data in hr by the 3 methods----&lt;/P&gt;&lt;P&gt;1 . select statements&lt;/P&gt;&lt;P&gt;2. using function modules&lt;/P&gt;&lt;P&gt;3. by the ldbs PNP, PAP, PCH, PNPCE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will follow the &lt;STRONG&gt;hr_read_infotype&lt;/STRONG&gt;  because this will follow the authorisation checks than the select statements..and if you want to display one employee data in the report ..then the logical database is also good for the performance .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for processing of many pernrs and many infotypes ....we will use provide and endprovide....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 16:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160676#M994711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Report performace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160677#M994712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you use the logical database in your program&lt;/P&gt;&lt;P&gt;and list the infotypes in the statement&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; INFOTYPES :0000,0001......XXXXX &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the GET PERNR EVENT THE INFOTYPE TABLES PAXXXX Will contain the data for the list of employees based on data selection and time selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then RP_PROVIDE_FROM_LAST or RP_PROVIDE_FROM_FIRST gives you the older or latest required infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM 'HR_READ_INFOTYPE' is used if you use different LDB or do not use LDB and need to fetch particular employee data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 16:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160677#M994712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Report performace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160678#M994713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will follow the the suggestions mentioned in this thread and check the performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 08:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performace/m-p/4160678#M994713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T08:22:59Z</dc:date>
    </item>
  </channel>
</rss>

