<?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 Documents transfer from SAP to SQL DB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799678#M343352</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;Please let me know how attachments/documents (word,excel..)with the meta data which are stored in SAP R/3 database will be transfered to another database i.e.,SQL Server and vice versa, where the SQL DB has .NET interface..the transfer of documents in either way is triggered based on the .NET interface actions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure rewards!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards &lt;/P&gt;&lt;P&gt;Yasar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 10:49:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-18T10:49:38Z</dc:date>
    <item>
      <title>Documents transfer from SAP to SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799678#M343352</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;Please let me know how attachments/documents (word,excel..)with the meta data which are stored in SAP R/3 database will be transfered to another database i.e.,SQL Server and vice versa, where the SQL DB has .NET interface..the transfer of documents in either way is triggered based on the .NET interface actions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure rewards!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards &lt;/P&gt;&lt;P&gt;Yasar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 10:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799678#M343352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T10:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Documents transfer from SAP to SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799679#M343353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to use FTP function modules....&lt;/P&gt;&lt;P&gt;1) HTTP_SCRAMBLE.&lt;/P&gt;&lt;P&gt;2) SAPGUI_PROGRESS_INDICATOR&lt;/P&gt;&lt;P&gt;3) FTP_CONNECT&lt;/P&gt;&lt;P&gt;4) FTP_R3_TO_SERVER (From SAP to external system)&lt;/P&gt;&lt;P&gt;    FTP_SERVER_TO_R3 (From external system to SAP)&lt;/P&gt;&lt;P&gt;5) FTP_DISCONNECT&lt;/P&gt;&lt;P&gt;6) RFC_CONNECTION_CLOSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799679#M343353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T11:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Documents transfer from SAP to SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799680#M343354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to store documents inside a table in SQL Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Govind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 12:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799680#M343354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T12:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Documents transfer from SAP to SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799681#M343355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Govind, &lt;/P&gt;&lt;P&gt;not necessary to store the actual documents in the SQL table but it should be avaliable in the .net interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards &lt;/P&gt;&lt;P&gt;yasar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 05:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799681#M343355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T05:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Documents transfer from SAP to SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799682#M343356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ramesh, &lt;/P&gt;&lt;P&gt;Can you please provide me the code iam in urgent need of it ....&lt;/P&gt;&lt;P&gt;please mail me at arafathit@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Yasar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 07:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documents-transfer-from-sap-to-sql-db/m-p/1799682#M343356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T07:14:08Z</dc:date>
    </item>
  </channel>
</rss>

