<?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 how to update a DB table using the table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042863#M420196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a table control based on a DB table using table control wizard.I have added the code to insert a blank line to the table control. I have added another button to update the data into the DB table. Now I want ot enter the values in the blank line and click on the update button the values should get updated in the DB table. what is the logic i need to write  to achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 14:19:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T14:19:16Z</dc:date>
    <item>
      <title>how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042863#M420196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a table control based on a DB table using table control wizard.I have added the code to insert a blank line to the table control. I have added another button to update the data into the DB table. Now I want ot enter the values in the blank line and click on the update button the values should get updated in the DB table. what is the logic i need to write  to achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042863#M420196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042864#M420197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer these programs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSDEMO_TABLE_CONTROL&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/P&gt;&lt;P&gt;RSDEMO02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042864#M420197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042865#M420198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these reports in SE38.&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP_AT.&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&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042865#M420198</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-20T14:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042866#M420199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;thnaks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately none of the program is helpful. No program talks about the updation of the data from the table control to the DB table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042866#M420199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042867#M420200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Whenever you create a tablecontrol , u assign some internal table or database table to it. In case of internal table , if u want to update database , u just have to write an update DB from internal table in PAI of your program.I hope its helpful for you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards &lt;/P&gt;&lt;P&gt;Madhumati&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Rewards points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 15:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042867#M420200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042868#M420201</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;For eg: itab is the table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI: &lt;/P&gt;&lt;P&gt;if sy-ucomm = 'UPDATE':&lt;/P&gt;&lt;P&gt;update mara from itab. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Laxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 18:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042868#M420201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to update a DB table using the table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042869#M420202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhumati,&lt;/P&gt;&lt;P&gt;I also  have to do same sineario in my program , if you have  solved this problem please send me my persional id itsajaypandey@yahoo.co.in .&lt;/P&gt;&lt;P&gt;I am waiting for your reply .:)&lt;/P&gt;&lt;P&gt;Thankx in Advance &lt;/P&gt;&lt;P&gt;Ajay Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 07:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-a-db-table-using-the-table-control/m-p/2042869#M420202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T07:25:29Z</dc:date>
    </item>
  </channel>
</rss>

