<?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 Z table population in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929409#M1150026</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;I need a suggestion. I have created a ztable and i need to fill this table with 1000 records.&lt;/P&gt;&lt;P&gt;Please suggest me the best way to fill the z table with 1000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Which request(Customizing or workbench) i need to use to transport this table  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Dec 2008 18:15:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-13T18:15:09Z</dc:date>
    <item>
      <title>Z table population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929409#M1150026</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;I need a suggestion. I have created a ztable and i need to fill this table with 1000 records.&lt;/P&gt;&lt;P&gt;Please suggest me the best way to fill the z table with 1000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Which request(Customizing or workbench) i need to use to transport this table  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 18:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929409#M1150026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T18:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Z table population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929410#M1150027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search the best option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you Notice what happend to your thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 18:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929410#M1150027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T18:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Z table population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929411#M1150028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just write a small report like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DO 1000 TIMES.
* fill warea (ztable structure) via counter, random generator or tool like [SYSTEM_GET_UNIQUE_ID|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=system_get_unique_id&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue],
* [QF05_RANDOM|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=qf05_random&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue]  or [GUID_CREATE|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=guid_create&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] to generate unique key fields
  WRITE ztable FROM warea.
ENDDO.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;To transport the table values, insert the following object into an order : [R3TR TABU|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=r3tr+tabu&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] ZTABLE, then click on key list and add a key record with only "*" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 20:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929411#M1150028</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-12-13T20:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Z table population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929412#M1150029</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;1) You can run a report program to upload the data into your ztable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For transporting data into other systems, you need to create a customizing table(TYPE C in attributes) This will prompt a transport request, select a customizing request..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 12:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929412#M1150029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Z table population</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929413#M1150030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;INSERT INTO ZTable VALUES WA_Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use above command to insert records into z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first take your 1000 records into local internal table then loop it.&lt;/P&gt;&lt;P&gt;before this diclare work area type of your Z Tbale&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop IT_Table into wa_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_ztable-matnr = wa_table-matnr.&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO ZTable VALUES WA_Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 05:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-population/m-p/4929413#M1150030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T05:36:57Z</dc:date>
    </item>
  </channel>
</rss>

