<?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: Dumping data into tables directly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171235#M123155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no intention of dumping LIVE data into SAP. Maybe I haven't been clear. When I say dumping data into tables direclty, I don't mean copy and paste table MARA. But Z tables that we created for staging area purposes. These have no role in the live business but merely a place where we can transform legacy data, and map them into the required file format for LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know we can do mapping directly in LSMW, but the scale of this project requires us to be move the transformation into a new layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2006 11:05:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-10T11:05:47Z</dc:date>
    <item>
      <title>Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171226#M123146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to just dump data into tables directly (matching file structures)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do we need to use GUI_UPLOAD and then insert them via ABAP statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171226#M123146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171227#M123147</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; what is ur requirement exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There are ways to upload data into database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; u can use XI to uplaod data to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if it is user data creation, u can create a maintenance dialog and create data thru SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But if u want to insert volumes of data and need them to be validated as well, u post them thru transactions. this is bDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If u want to upload master data, u use LSMW or direct input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If u want to just do direct insert u need to do coding and map the data and insert intot he database,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but for all these u need abap coding which involves uploading and downloading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171227#M123147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171228#M123148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you load them into internal tables you cannot update the database tables. And you will have to load into internal tables from the file you will have to use GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No other go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward the posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171228#M123148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171229#M123149</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;Transactional data cannot be done directly. you need to use BAPI/BDC/LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is normal program then you can upload the data using gui_upload and use update/insert statements you can upload,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171229#M123149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171230#M123150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muji!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to restore a backup, make a client copy or a system copy - but otherwise transaction logic should be used. Some one tables can be filled directly (after GUI_UPLOAD), but for the rest it's normally a bad idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171230#M123150</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-01-10T10:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171231#M123151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is normal table then you can upload the data using gui_upload and use update/insert statements from itab you can save to Table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171231#M123151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171232#M123152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it possible to just dump data into tables directly ?&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   INTERNAL TABLE IS A MUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.     INTERNAL TABLE ---&amp;gt; DATABASE TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This internal table &lt;/P&gt;&lt;P&gt;   can be populated using GUI UPLOAD, Selct query, FM&lt;/P&gt;&lt;P&gt;   etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. But please do not Dump any &lt;/P&gt;&lt;P&gt;  data directly into SAP tables.&lt;/P&gt;&lt;P&gt; SAP may stop support&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, 10 Jan 2006 10:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171232#M123152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171233#M123153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just doing some quick evaluation to use SAP ECC instance as a staging area for data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A seperate sandbox instance of SAP ECC is set up, and the data team will just use this to transform / convert all the incoming source file into the require file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Set up the Z-tables&lt;/P&gt;&lt;P&gt;2) Upload the data&lt;/P&gt;&lt;P&gt;3) Write programs to manipulate the data into the desired file&lt;/P&gt;&lt;P&gt;4) Use LSMW to migrate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm assessing if it's easy to just dump data into Z tables from the source files. Any discussion is much appreciated, or other ways of doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Muji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171233#M123153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171234#M123154</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;As I understand your question: you search a fast, easy way for 4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could make a system copy -&amp;gt; as good as go live with sandbox (on different hardware).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you don't want to have an exact copy, you think of building up the data (sandbox is more training) -&amp;gt; no direct copy of tables, just think about number ranges of documents (and not only the obvious, but also change documents and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use standard input methods (BAPI, IDOC,...) of LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171234#M123154</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-01-10T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171235#M123155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no intention of dumping LIVE data into SAP. Maybe I haven't been clear. When I say dumping data into tables direclty, I don't mean copy and paste table MARA. But Z tables that we created for staging area purposes. These have no role in the live business but merely a place where we can transform legacy data, and map them into the required file format for LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know we can do mapping directly in LSMW, but the scale of this project requires us to be move the transformation into a new layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 11:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171235#M123155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T11:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dumping data into tables directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171236#M123156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh sorry, must have stopped reading at point 4) - but you can easily hold all Z-data consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at FM RFC_READ_TABLE. With this it's possible to read table data from remote systems. Afterwards an insert should be pretty easy. With a little bit effort even a dynamic use might be possible (no fixed structure definitions per table needed).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 12:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumping-data-into-tables-directly/m-p/1171236#M123156</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-01-10T12:02:11Z</dc:date>
    </item>
  </channel>
</rss>

