<?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: Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116993#M443218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in user_command, do something like this&lt;/P&gt;&lt;P&gt;If MARK is the field for selection.&lt;/P&gt;&lt;P&gt;and 'SALL' is the function code for select all button and 'DALL' for deslecte all button, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case sy-ucomm.
when 'SALL'.
loop at itab.
itab-mark = 'X'.
modify itab index sy-tabix.
endloop.
when 'DALL'.
loop at itab.
itab-mark = space.
modify itab index sy-tabix.
endloop.

endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 13:48:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T13:48:16Z</dc:date>
    <item>
      <title>Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116992#M443217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to provide select all deselect all and select block fxnality in table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 13:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116992#M443217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T13:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116993#M443218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in user_command, do something like this&lt;/P&gt;&lt;P&gt;If MARK is the field for selection.&lt;/P&gt;&lt;P&gt;and 'SALL' is the function code for select all button and 'DALL' for deslecte all button, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case sy-ucomm.
when 'SALL'.
loop at itab.
itab-mark = 'X'.
modify itab index sy-tabix.
endloop.
when 'DALL'.
loop at itab.
itab-mark = space.
modify itab index sy-tabix.
endloop.

endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 13:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116993#M443218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T13:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116994#M443219</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;check out the code of SAP example in transaction BIBS, menu Elements-&amp;gt;TabControl - &amp;gt;Multiple Sel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also example transaction DWDM, TabControl&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 13:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2116994#M443219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T13:52:25Z</dc:date>
    </item>
  </channel>
</rss>

