<?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: Sending and Receiving data to/from SQL server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280264#M152605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After sending the data to SQL server from SAP, the data is processed in SQL server and the results are stored in a table in SQL server.&lt;/P&gt;&lt;P&gt;I want to get send the data from SAP and get back the results from SQL server in the same transaction/program.&lt;/P&gt;&lt;P&gt;How do I do that in ABAP program?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2006 11:23:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-14T11:23:32Z</dc:date>
    <item>
      <title>Sending and Receiving data to/from SQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280262#M152603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am developing a custom dialog programming screen in SAP.&lt;/P&gt;&lt;P&gt;The user will enter Sales Order number on the screen and clicks on a button.&lt;/P&gt;&lt;P&gt;The Sales order details should be passed to Microsoft SQL server and saved in a table. An event runs immediately in SQL server to process this data passed from SAP and saves the results in second table in SQL server. Then SAP has to pull the data from this second table in SQL server and display the results  on the second screen in the custom screen in SAP.&lt;/P&gt;&lt;P&gt;All of this should happen when the user clicks the button on the first screen of SAP transaction.&lt;/P&gt;&lt;P&gt;How can I send data to SQL server and wait in the same transaction to get back the results from SQL server?&lt;/P&gt;&lt;P&gt;Your thoughts are greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 22:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280262#M152603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T22:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sending and Receiving data to/from SQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280263#M152604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write to SQL server which is not the underlying database of the SAP system?  If so, you can use Native SQL to connect to the other SQL server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search forum for Native SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 23:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280263#M152604</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-04-13T23:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sending and Receiving data to/from SQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280264#M152605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After sending the data to SQL server from SAP, the data is processed in SQL server and the results are stored in a table in SQL server.&lt;/P&gt;&lt;P&gt;I want to get send the data from SAP and get back the results from SQL server in the same transaction/program.&lt;/P&gt;&lt;P&gt;How do I do that in ABAP program?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 11:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280264#M152605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T11:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sending and Receiving data to/from SQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280265#M152606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.&lt;/P&gt;&lt;P&gt;After sending the data to SQL server from SAP, the data is processed in SQL server and the results are stored in a table in SQL server.&lt;/P&gt;&lt;P&gt;I want to get send the data from SAP and get back the results from SQL server in the same transaction/program.&lt;/P&gt;&lt;P&gt;How do I do that in ABAP program?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 11:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280265#M152606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending and Receiving data to/from SQL server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280266#M152607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this only if you have yor sap installed on Windows platform. Then you shoul create connection do SQL Server in DBCO transaction, and tehen use native sql in abap program. If you have Sap installed in non-windows platofrm you should install Busiines Connector or XI.&lt;/P&gt;&lt;P&gt;Bussiness Connector is free !!&lt;/P&gt;&lt;P&gt;BR, Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 11:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-and-receiving-data-to-from-sql-server/m-p/1280266#M152607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T11:40:22Z</dc:date>
    </item>
  </channel>
</rss>

