<?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: save and modify functionality with table control wizard. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691084#M1669949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vivek ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean to say &lt;/P&gt;&lt;P&gt;loop at itab into wa_itab where itab-chk_box = 'x'. (field name as chkbox in tab control) &lt;/P&gt;&lt;P&gt;now what will be the code line to assing wa_itab(5 coloum )&lt;/P&gt;&lt;P&gt;and 3 input fields value to the database table ztab.&lt;/P&gt;&lt;P&gt;where myztab conatins all the fields t1 t2 t3 f1 f2 f3 f4 f6.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2012 06:55:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-07T06:55:09Z</dc:date>
    <item>
      <title>save and modify functionality with table control wizard.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691082#M1669947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have the req i have used the table wizard to display data from internal the step i followed to createtable wizards are&lt;/P&gt;&lt;P&gt;1. provided a internal tab and work area.&lt;/P&gt;&lt;P&gt;2. then&amp;nbsp; field req in tab cont.&lt;/P&gt;&lt;P&gt;3. not selected the line sel property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are 6 col in atb cont 4 coloum from data base table 5 col as check box and 6 col as value(which is to be by default value in a 4 colum).&lt;/P&gt;&lt;P&gt;means the value of 4 col = 6 col value.&lt;/P&gt;&lt;P&gt;for exp:&lt;/P&gt;&lt;P&gt;data diplay is like.&lt;/P&gt;&lt;P&gt;f1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f6&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as ck box&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as chk box&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values are same for f4 and f6 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have the text feilds&lt;/P&gt;&lt;P&gt;t1&amp;nbsp;&amp;nbsp; user inp&lt;/P&gt;&lt;P&gt;t2&amp;nbsp; user inp&lt;/P&gt;&lt;P&gt;t3&amp;nbsp; user inp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now as soon as user select the check box against the line item in table control the data is to be saved in one zdb table which contain &lt;/P&gt;&lt;P&gt;all the field&amp;nbsp; t1 t2 t3 f1 f2 f3 f4 f5 f6 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my ques is if i have not selected a line select property in table control wizard is there be any prob in save and modify data into db table.&lt;/P&gt;&lt;P&gt;and we have single row of data in t1 t2 t3 against multiple line of data in f1 f2 f3 f4 f5 f6.&lt;/P&gt;&lt;P&gt;how to modify the db table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 17:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691082#M1669947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-06T17:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: save and modify functionality with table control wizard.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691083#M1669948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can do. Just do one thing. Follow this step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at (internal table) into (workarea) where checkbox = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Process your statement here'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 05:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691083#M1669948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-07T05:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: save and modify functionality with table control wizard.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691084#M1669949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vivek ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean to say &lt;/P&gt;&lt;P&gt;loop at itab into wa_itab where itab-chk_box = 'x'. (field name as chkbox in tab control) &lt;/P&gt;&lt;P&gt;now what will be the code line to assing wa_itab(5 coloum )&lt;/P&gt;&lt;P&gt;and 3 input fields value to the database table ztab.&lt;/P&gt;&lt;P&gt;where myztab conatins all the fields t1 t2 t3 f1 f2 f3 f4 f6.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 06:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-and-modify-functionality-with-table-control-wizard/m-p/8691084#M1669949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-07T06:55:09Z</dc:date>
    </item>
  </channel>
</rss>

