<?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: Ztable update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690958#M888764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ster,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you need to do this regularly or is this a one off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it regularly there is a way you can directly access external databases from ABAP using Native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The technique is called DB Multiconnect. Essentially it means you can have both your default SAP database and the database of the remote SAP system open at the same time in the same SAP Program. You can then easily read and write data to both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look here for some documentation that referes to the OSS notes for each database platform.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/50/63d6b37bda7f4a92e2dec21b14ceee/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/50/63d6b37bda7f4a92e2dec21b14ceee/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 23:39:46 GMT</pubDate>
    <dc:creator>GrahamRobbo</dc:creator>
    <dc:date>2008-04-09T23:39:46Z</dc:date>
    <item>
      <title>Ztable update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690953#M888759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 SAP systems and need to copy data from a Z table from one system to a different system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would we do that.&lt;/P&gt;&lt;P&gt;Writing a  Z program is my last option..any other methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 19:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690953#M888759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690954#M888760</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;Can be done by sending a IDoc and again need upload program or FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple method is copy all data in Excel Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then write a simple upload program from excel to data base table..&lt;/P&gt;&lt;P&gt;You find the program in internet or in SDN also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Syed A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 19:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690954#M888760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T19:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690955#M888761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question you should ask urself:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a transport route configures b/t them?? If yes then you simply have to transport the entries. If not then are these servers connected through LAN or WAN? If yes then you have to write an rfc..to extract data ....else simply download all the entries in an excel sheet and then upload it programatically to ur data base. For downloading ..after having all ur entries displayed..From menu options choose table entry&amp;gt;list&amp;gt;export&amp;gt;spread-sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 19:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690955#M888761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690956#M888762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 19:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690956#M888762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690957#M888763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     You can create RFC function module in the system where the data is existing and then call this function module from other system and get the data and update it in that system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 21:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690957#M888763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T21:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690958#M888764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ster,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you need to do this regularly or is this a one off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it regularly there is a way you can directly access external databases from ABAP using Native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The technique is called DB Multiconnect. Essentially it means you can have both your default SAP database and the database of the remote SAP system open at the same time in the same SAP Program. You can then easily read and write data to both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look here for some documentation that referes to the OSS notes for each database platform.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/50/63d6b37bda7f4a92e2dec21b14ceee/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/50/63d6b37bda7f4a92e2dec21b14ceee/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 23:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-update/m-p/3690958#M888764</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-04-09T23:39:46Z</dc:date>
    </item>
  </channel>
</rss>

