<?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 Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523561#M1069444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just drag the wizard into the screen it will ask step by step.Did you try draging it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Midhun Abraham on Oct 3, 2008 11:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 09:26:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T09:26:39Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523560#M1069443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;.. How to provide add modify delete facility from database using Table control (normal programing).....&lt;/P&gt;&lt;P&gt;How to do this using table control wizerd ..&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;..Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 09:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523560#M1069443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523561#M1069444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just drag the wizard into the screen it will ask step by step.Did you try draging it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Midhun Abraham on Oct 3, 2008 11:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 09:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523561#M1069444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T09:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523562#M1069445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ash,&lt;/P&gt;&lt;P&gt;Try this procedure for adding records in the table first try to declare a module in PAI and with in that you try to write the saving code as usally and make sure at the end of the inserting line you increment your table record value.&lt;/P&gt;&lt;P&gt;Any queries you are welcome.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 16:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523562#M1069445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T16:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523563#M1069446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let itab be the internal table being dispalyed in Table control(TC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete:&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;to delete line fom TC, delete line from ITAB and use DESCRIBE TABLE ITAB LINES TC-LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add: &lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;Add a record to ITAB and use DESCRIBE TABLE ITAB LINES TC-LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify:&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;Use this in Module which comes inside LOOP and ENDLOOP in PAI for Table Control&lt;/P&gt;&lt;P&gt;Modify ITAB from TC-CURRENT_LINE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523563#M1069446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523564#M1069447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 11:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4523564#M1069447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T11:00:51Z</dc:date>
    </item>
  </channel>
</rss>

