<?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 Update database table with new entry in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-with-new-entry-in-table-control/m-p/3542476#M852205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello  all,&lt;/P&gt;&lt;P&gt;  could anyone tell me plz how to  update  user defined database table like 'zstudent'  from new entry in table control .&lt;/P&gt;&lt;P&gt;and delete any entry from database table through table control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 07:26:23 GMT</pubDate>
    <dc:creator>former_member549415</dc:creator>
    <dc:date>2008-03-28T07:26:23Z</dc:date>
    <item>
      <title>Update database table with new entry in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-with-new-entry-in-table-control/m-p/3542476#M852205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello  all,&lt;/P&gt;&lt;P&gt;  could anyone tell me plz how to  update  user defined database table like 'zstudent'  from new entry in table control .&lt;/P&gt;&lt;P&gt;and delete any entry from database table through table control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 07:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-with-new-entry-in-table-control/m-p/3542476#M852205</guid>
      <dc:creator>former_member549415</dc:creator>
      <dc:date>2008-03-28T07:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table with new entry in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-with-new-entry-in-table-control/m-p/3542477#M852206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In add a field of type C and length one in the structure of the internal table which you are using for table control .&lt;/P&gt;&lt;P&gt;In the table control go to its property and put the name of the field in the sel col field.&lt;/P&gt;&lt;P&gt;suppose name of the selection field is sel.&lt;/P&gt;&lt;P&gt;Then in the  PAI module .&lt;/P&gt;&lt;P&gt;write code :&lt;/P&gt;&lt;P&gt;Loop at itab where sel = 'X'.&lt;/P&gt;&lt;P&gt;XXXX&lt;/P&gt;&lt;P&gt;XXXX&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;In the loop u will get the fields which has been selected by the user in table control and you can write code according to the purpose.&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 07:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-with-new-entry-in-table-control/m-p/3542477#M852206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T07:52:33Z</dc:date>
    </item>
  </channel>
</rss>

