<?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 Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280751#M496524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I work with screen I want to handle Attributes of the Screen Fields. Thr programming I can handle Attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to delete a row from Table Control, When I select a row &amp;amp; click on Delete push button. Before deleteing I want to know which Record it is deleting. To my surprise, that is not the record which i want to delete , but the last record of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 10:34:13 GMT</pubDate>
    <dc:creator>former_member227596</dc:creator>
    <dc:date>2007-05-24T10:34:13Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280751#M496524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I work with screen I want to handle Attributes of the Screen Fields. Thr programming I can handle Attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to delete a row from Table Control, When I select a row &amp;amp; click on Delete push button. Before deleteing I want to know which Record it is deleting. To my surprise, that is not the record which i want to delete , but the last record of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280751#M496524</guid>
      <dc:creator>former_member227596</dc:creator>
      <dc:date>2007-05-24T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280752#M496525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vikas,&lt;/P&gt;&lt;P&gt;              To delete a record from table control, you have to write the coding at PAI. After loop end loop you will get the internal table containing the indicator showing which row is selected. then at user command you can case for the function code of your delete button, inside the logic of delete button u can loop the itab and find the record with select indicator x and delete the corresponding entry from the itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280752#M496525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T10:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280753#M496526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample program for Table Control&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_highlight.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_highlight.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280753#M496526</guid>
      <dc:creator>former_member611006</dc:creator>
      <dc:date>2007-05-24T10:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280754#M496527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="730084"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280754#M496527</guid>
      <dc:creator>former_member611006</dc:creator>
      <dc:date>2007-05-24T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280755#M496528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vikas , &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   I'll tell you the reason first why it is happening and then the answer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Reason :  the reason is you might not have refreshed your internal table containing the data of the table control and thats y its taking the last record ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Solution : I hope you have a column for selecting the rows of the table control and lets say the variable name you have given is SEL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Now , in PAI , loop at the table control itab on condition  where  SEL = 'X', and collect that particular record . &lt;/P&gt;&lt;P&gt;   Delete that record from the itab in the user-command codule. &lt;/P&gt;&lt;P&gt;   Then in the PBO module pass on the rest of the values of tab_con_itab back to the table control for display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely solve your problem ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 11:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2280755#M496528</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-24T11:20:18Z</dc:date>
    </item>
  </channel>
</rss>

