<?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: Table Wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763327#M1461996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but the thing is that i have to get the item no as soon as i press ENTER KEY and the data has to be save to the database table when i press save on the application tool bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 09:14:12 GMT</pubDate>
    <dc:creator>maltesh0188</dc:creator>
    <dc:date>2010-04-08T09:14:12Z</dc:date>
    <item>
      <title>Table Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763325#M1461994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Experts,&lt;/STRONG&gt;  I have struck up in generating item no and saving data.&lt;/P&gt;&lt;P&gt;Can any one tell me how to store the data from table wizard to a database table  in a modulepool. and is it possible to generate the line item no like 10 20 30... in the first column as item no. and which shold be taken automatically when i press enter after entering some data in the row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Thanks in Adv&lt;/U&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 08:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763325#M1461994</guid>
      <dc:creator>maltesh0188</dc:creator>
      <dc:date>2010-04-08T08:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763326#M1461995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Every thing you have said can be done very easily and very much possibal. Look for any simple document on table control. If you know how table control worl you can easily do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a way to move forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   LOOP WITH  CONTROL tab_con.&lt;/P&gt;&lt;P&gt;   MODULE fill_tab_con.&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In every loop pass one line of control is read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to populate new entry with counter pouplate tab_con-counter field with desigre value.then call same loop in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this link for more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://sap.niraj.tripod.com/id29.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anurag_n on Apr 8, 2010 11:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 09:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763326#M1461995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763327#M1461996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but the thing is that i have to get the item no as soon as i press ENTER KEY and the data has to be save to the database table when i press save on the application tool bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 09:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763327#M1461996</guid>
      <dc:creator>maltesh0188</dc:creator>
      <dc:date>2010-04-08T09:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763328#M1461997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update the serial number field in PAI of screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop with control &amp;lt;control name&amp;gt;
  &amp;lt;modify the srno field&amp;gt;.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 09:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-wizard/m-p/6763328#M1461997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T09:28:12Z</dc:date>
    </item>
  </channel>
</rss>

