<?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: Regarding the Function module HR_READ_INFOTYPE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606122#M1277533</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;Thanks for Ur advice. Actually there is no authorization for that particular PERNR thats why it has skipped that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Once again,&lt;/P&gt;&lt;P&gt;Nivash S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nivash S on May 12, 2009 8:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 06:48:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T06:48:55Z</dc:date>
    <item>
      <title>Regarding the Function module HR_READ_INFOTYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606118#M1277529</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;I'm using the Function module HR_READ_INFOTYPE and the code is as following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'HR_READ_INFOTYPE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          pernr     = g_pernr&lt;/P&gt;&lt;P&gt;          infty     = '0002'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          infty_tab = it0002.&lt;/P&gt;&lt;P&gt;      CLEAR wa0002.&lt;/P&gt;&lt;P&gt;      READ TABLE it0002 INTO wa0002 WITH KEY pernr = g_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not fetching the data for a particular PERNR but the sy-subrc is 0 after the executing the Function module.&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nivash S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 06:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606118#M1277529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T06:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the Function module HR_READ_INFOTYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606119#M1277530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nivash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Did you try checking the table..!&lt;/P&gt;&lt;P&gt;may be there are null values,,,! &lt;/P&gt;&lt;P&gt;since sy-subrc will be o only if the data gets selected...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 08:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606119#M1277530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T08:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the Function module HR_READ_INFOTYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606120#M1277531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please ensure that the PERNR number is passed...with leading zero's...&lt;/P&gt;&lt;P&gt;Data type of PERNR is NUMC, so just check by passing leading zero's...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know, whether the problem is solved or not!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 08:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606120#M1277531</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-05-11T08:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the Function module HR_READ_INFOTYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606121#M1277532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try to use BYPASS_BUFFER = 'X' while calling the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 08:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606121#M1277532</guid>
      <dc:creator>varunchop</dc:creator>
      <dc:date>2009-05-11T08:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the Function module HR_READ_INFOTYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606122#M1277533</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;Thanks for Ur advice. Actually there is no authorization for that particular PERNR thats why it has skipped that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Once again,&lt;/P&gt;&lt;P&gt;Nivash S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nivash S on May 12, 2009 8:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-function-module-hr-read-infotype/m-p/5606122#M1277533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T06:48:55Z</dc:date>
    </item>
  </channel>
</rss>

