<?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: Data in the table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903763#M1145025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about Data Uploading in Ztable from ABAP program?&lt;/P&gt;&lt;P&gt;Take file into Internal table and Using INSERT command can't you insert into Ztable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Dec 2008 14:17:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-12T14:17:20Z</dc:date>
    <item>
      <title>Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903762#M1145024</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;&lt;/P&gt;&lt;P&gt;I have got one ztable which has got lots and lots of records and I want to Import all the contents of that table,,.,so is there any utility provided by SAP by which I can do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903762#M1145024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903763#M1145025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about Data Uploading in Ztable from ABAP program?&lt;/P&gt;&lt;P&gt;Take file into Internal table and Using INSERT command can't you insert into Ztable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903763#M1145025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903764#M1145026</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;U can do it through SE16 or you can write a Z program to download all the data into Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903764#M1145026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903765#M1145027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean, you want to import into another SAP system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes: create a transport request (workbench type) and add the following line: R3TR TABU name_of_table Than double click this line and enter the client number and a * as key. then release and import (as usual)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903765#M1145027</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-12T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903766#M1145028</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;First select all the table enries by using select all button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu BAR u have GOTO-&amp;gt;DoWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there u can download all the data ata time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903766#M1145028</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2008-12-12T14:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903767#M1145029</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;&lt;/P&gt;&lt;P&gt;I want to copy the record into my system into a local file....so that I can compare the results later on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajkeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903767#M1145029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903768#M1145030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well in this case you can ignore my previous reply and can start heavily search on SDN, as the question was asked and answered at least a million times...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903768#M1145030</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-12T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903769#M1145031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi its not GOTO -&amp;gt; DOWNLOAD.&lt;/P&gt;&lt;P&gt;   its EDIT -&amp;gt; DOENLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903769#M1145031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903770#M1145032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev,&lt;/P&gt;&lt;P&gt;  in menubar  EDIT -&amp;gt; DDOWNLOAD. It will ask u the file type in which u want to download the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903770#M1145032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903771#M1145033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Hi its not GOTO -&amp;gt; DOWNLOAD.
its EDIT -&amp;gt; DOENLOAD&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Hi its not GOTO -&amp;gt; DOWNLOAD.
its EDIT -&amp;gt; DOENLOAD&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Hi Rajeev,
in menubar EDIT -&amp;gt; DDOWNLOAD. 
It will ask u the file type in which u want to download the files&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You made my Day~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me honestly Are You Drunk?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903771#M1145033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903772#M1145034</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;&lt;/P&gt;&lt;P&gt;I tried doing the same but it's taking a lot of time....it's almost 20 mins now and it;s still running...is there any fast way of doing tht???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903772#M1145034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903773#M1145035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Restrict the values from &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Maximum No. of Hits                      1000"
Depends on your number of record in Table &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 14:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903773#M1145035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903774#M1145036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two simple options -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Taking good care of Z Data|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3340] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SAPLink|http://code.google.com/p/saplink/]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 17:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903774#M1145036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data in the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903775#M1145037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont u try to run it in back ground?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 19:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-the-table/m-p/4903775#M1145037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T19:01:02Z</dc:date>
    </item>
  </channel>
</rss>

