<?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 check in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430156#M823957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in table control, I selected a row and edited it. now I have clicked save button.  I wrote the code in PAI event between loop and end loop. I have set the the check filed for table control. The problem is after making changes, I am expecting 'X' for that perticular field in  work area. ie. wa-chk = 'X'.  When i checked in debug mode it is always space.Please tell me what I am doing wrong?&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>Sun, 24 Feb 2008 11:24:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-24T11:24:03Z</dc:date>
    <item>
      <title>check in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430156#M823957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in table control, I selected a row and edited it. now I have clicked save button.  I wrote the code in PAI event between loop and end loop. I have set the the check filed for table control. The problem is after making changes, I am expecting 'X' for that perticular field in  work area. ie. wa-chk = 'X'.  When i checked in debug mode it is always space.Please tell me what I am doing wrong?&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>Sun, 24 Feb 2008 11:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430156#M823957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-24T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: check in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430157#M823958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neeraja,&lt;/P&gt;&lt;P&gt;Check your screen for this particular selection.did you given the w/selcolumn as workarea-sel?you have to declare this 'sel' in your workarea/internal table.check your table control selection in screen painter.&lt;/P&gt;&lt;P&gt;1.you have to declare one 'SEL' in your internal table/workarea&lt;/P&gt;&lt;P&gt;2.in screen painter you check the w/selcolumn  and give the value as workarea-sel.&lt;/P&gt;&lt;P&gt;3.modify the internal table in PAI&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shibu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shibuettickal on Feb 25, 2008 11:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 10:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430157#M823958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T10:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: check in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430158#M823959</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;You need to code such that when you select the SELE button, the corresponding column/field in the internal table also gets updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence do the following in your PAI within the LOOP/ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD wa-sele MODULE md_update_sele ON REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE md_update_sele INPUT.&lt;/P&gt;&lt;P&gt; modify itab from wa&lt;/P&gt;&lt;P&gt; index sy-tabix&lt;/P&gt;&lt;P&gt; transporting sele.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 10:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-in-table-control/m-p/3430158#M823959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T10:53:04Z</dc:date>
    </item>
  </channel>
</rss>

