<?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: Problem in fetching data from SQL Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618004#M276635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Phani,&lt;/P&gt;&lt;P&gt;  can you explan table@domain command,what is the domain mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2006 05:08:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-12T05:08:31Z</dc:date>
    <item>
      <title>Problem in fetching data from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618002#M276633</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;  i have legacy system with sql server, I have connect to the sql server with sap though DBCO connection, now i want fetch data from SQL servers table ,pls advice how fetch the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 04:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618002#M276633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T04:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618003#M276634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you can use Native sql commands. Search for the native sql commands in the abap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will be like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC.&lt;/P&gt;&lt;P&gt;select field1 field2 into :abap_field1 , :abap_field2 from table@domain where field1 = :abap_field3&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to fetch the data into internal tables we can use exec porforming perform.&lt;/P&gt;&lt;P&gt;Or cursor concepts. Any more help please do ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 05:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618003#M276634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T05:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618004#M276635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Phani,&lt;/P&gt;&lt;P&gt;  can you explan table@domain command,what is the domain mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 05:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618004#M276635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T05:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618005#M276636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kanishdkadp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. for this u will also require help of basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. these are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) make an entry in DBCON&lt;/P&gt;&lt;P&gt;b) make connection string&lt;/P&gt;&lt;P&gt;(on the physical application server,&lt;/P&gt;&lt;P&gt;so that it can connect to secondary database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this will be done by basis team,&lt;/P&gt;&lt;P&gt;in which, they will specify the&lt;/P&gt;&lt;P&gt;IP address of the secondary database server,&lt;/P&gt;&lt;P&gt;the DATABASE ID, and the port number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) then using open sql / native sql,&lt;/P&gt;&lt;P&gt;we can use the secondary database connection,&lt;/P&gt;&lt;P&gt;just like normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) if we use open sql, &lt;/P&gt;&lt;P&gt;then there must be Y/Z table on &lt;/P&gt;&lt;P&gt;sap as well as secondary database,&lt;/P&gt;&lt;P&gt;and the field names , their type all should be identical.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 05:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618005#M276636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data from SQL Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618006#M276637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dude sorry for the late reply. That table@domain is the domain of the database that we are using. usually we have table pools and in them tables and then we have domains for this table pools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to represent a table completely we give the table name as pool.table@domani. Simply table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 08:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-sql-server/m-p/1618006#M276637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T08:20:43Z</dc:date>
    </item>
  </channel>
</rss>

