<?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 Adding data to Z table from a file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204530#M131775</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;  Is there some way I can import data from a file into Z table without creating BDC for SM30 transaction. Is there some facility in SM30 itself which will allow me to do mass data imports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2006 20:07:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-14T20:07:07Z</dc:date>
    <item>
      <title>Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204530#M131775</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;  Is there some way I can import data from a file into Z table without creating BDC for SM30 transaction. Is there some facility in SM30 itself which will allow me to do mass data imports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 20:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204530#M131775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T20:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204531#M131776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant an excel file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 20:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204531#M131776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T20:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204532#M131777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have LSMW , You can upload data using LSMW. But if you dont have much validations i suggest upload via BDC only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 20:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204532#M131777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T20:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204533#M131778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish there can be upload utility ..But BDC is only a good option OR you can write a program which reads your file INSERT in DB . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that You can compare the view using tr.SCMP and adjust in other clients OR Transport the entries .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this&amp;#146;ll give u some help!! &lt;/P&gt;&lt;P&gt;Don&amp;#146;t forget to award the points !!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 21:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204533#M131778</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-04-14T21:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204534#M131779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think you are much better off writing a simple program using Insert. If you are going to use program frequently then Insert DB statement is definately better in performance then BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Apr 2006 21:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204534#M131779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-16T21:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204535#M131780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check the link below, its a utility tool available on SDN itself and you can use this tool to upload data to any z table. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Ofcourse the best way is to write a simple piece of code but at time we need to work smarter ;-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="/people/alvaro.tejadagalindo/blog/2006/03/16/taking-good-care-of-z-data &amp;amp; Download data from any Z table&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps.&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Apr 2006 23:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204535#M131780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-16T23:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to Z table from a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204536#M131781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Does this Z Table have an associated&lt;/P&gt;&lt;P&gt;   Program (MOdule Pool)&lt;/P&gt;&lt;P&gt;   for data entry purpose ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If yes, then its always better&lt;/P&gt;&lt;P&gt;   to put data in Z Table  via BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3. Other wise its not necessary at all !&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.  After uploading data in internal table,&lt;/P&gt;&lt;P&gt;   Loop at ITAB.&lt;/P&gt;&lt;P&gt;   MODIFY dbtab FROM itab.&lt;/P&gt;&lt;P&gt;   Endloop.&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>Mon, 17 Apr 2006 04:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-to-z-table-from-a-file/m-p/1204536#M131781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-17T04:14:34Z</dc:date>
    </item>
  </channel>
</rss>

