<?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: get data from external system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732618#M1581129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case you need to write RFC function module to fetch the data from other system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 10:55:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-11T10:55:13Z</dc:date>
    <item>
      <title>get data from external system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732614#M1581125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody&lt;/P&gt;&lt;P&gt;for a report i have to retrieve the data from infotype 0016 from the HR system which is separate from the SAP database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any BAPI which does that or what is the way to proceed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;never done that before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732614#M1581125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: get data from external system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732615#M1581126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use HR_MAINTAIN_MASTER_DATA or write a BDC to update IT0016 in SAP then use that in your report............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nagarjuna Sreerambhatla on Apr 11, 2011 3:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732615#M1581126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: get data from external system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732616#M1581127</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;Use FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'HR_READ_INFOTYPE'
    EXPORTING
*   TCLAS                 = 'A'
      pernr                 = w_list-pernr
      infty                 = '0016'
*   BEGDA                 = '18000101'
*   ENDDA                 = '99991231'
*   BYPASS_BUFFER         = ' '
*   LEGACY_MODE           = ' '
* IMPORTING
*   SUBRC                 =
    TABLES
      infty_tab             = p0016
* EXCEPTIONS
*   INFTY_NOT_FOUND       = 1
*   OTHERS                = 2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732616#M1581127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: get data from external system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732617#M1581128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sachin&lt;/P&gt;&lt;P&gt;thanks for your answer&lt;/P&gt;&lt;P&gt;but as i said, the data is not in the system im working, a separate SAP HR system exist.&lt;/P&gt;&lt;P&gt;So, from the current non-HR system, i have to get the values in the SAP HR system(they are 2 separate systems)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732617#M1581128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T09:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: get data from external system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732618#M1581129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case you need to write RFC function module to fetch the data from other system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 10:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732618#M1581129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: get data from external system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732619#M1581130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please create a RFC enabled FM which is copy of HR_MAINTAIN_MASTER_DATA in case you don't have any dynamic actions defined fot IT0016. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have nay Dynamic actions defined for IT0016 then go for BDC As I said..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get entries in your SAP first&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 12:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-external-system/m-p/7732619#M1581130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T12:17:42Z</dc:date>
    </item>
  </channel>
</rss>

