<?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: External DB real time data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702558#M1578117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much Suhas.. Let me try this in test system....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Muktar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 12:01:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-02T12:01:19Z</dc:date>
    <item>
      <title>External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702552#M1578111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to import data in SAP from an external MS SQL database(DB connection is already setup) on real time basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: 3rd party system dumps data in MS SQL, this data should be imported to SAP with no time gap(real time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muktar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 05:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702552#M1578111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T05:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702553#M1578112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write an remotely enabled RFC in SAP and use native SQL statements to pull data.when the legacy system wants to push the data ask them to call ur remote RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 05:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702553#M1578112</guid>
      <dc:creator>mithun_shetty4</dc:creator>
      <dc:date>2011-03-02T05:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702554#M1578113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response. When SQL sends data using RFC, how do I receive that data and post in SAP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have any other method to diretly access SQL from SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muktar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 06:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702554#M1578113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702555#M1578114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Scenario: 3rd party system dumps data in MS SQL, this data should be imported to SAP with no time gap(real time).&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't approve of this design. You should rather ask the 3rd party application to call a custom RFC (which you need to develope) to post the data directly into R3 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see the point of them posting data into MSSQL &amp;amp; R3 trying to read the data from MSSQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 06:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702555#M1578114</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-02T06:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702556#M1578115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I totally agree with you Suhas... but the business wants to have MS SQL as a central system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me give a clear picture of this requirement, my client wants to have a 3rd party time recording system which would connect to MS SQL . AS 400 and SAP will have to read this data from MS SQL. AS 400 runs interface for every 8 mins but in SAP we want to have data immediately. The DB connection and the table field names are available, we will have to access those tables and read the data(MS SQL will not send any data to SAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sounds little complicated, hope someone can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;Muktar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702556#M1578115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T11:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702557#M1578116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading data from external DBs is not that complicated &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Need to use ADBC classes(check the program ADBC_DEMO) to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to think how to trigger the ABAP code on a real time basis! Discuss with the 3rd party system what are the options they are open to viz., calling an ABAP RFM to schedule a BG job etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is of some help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702557#M1578116</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-02T11:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: External DB real time data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702558#M1578117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much Suhas.. Let me try this in test system....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Muktar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 12:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-db-real-time-data/m-p/7702558#M1578117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T12:01:19Z</dc:date>
    </item>
  </channel>
</rss>

