<?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: AT LINE-SELECTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356432#M805321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As soon as you defined checkboxes 'select all' and 'deselect all' button is already provided. the grey section to choose lines on top of that on the left side corner of grid. but you can defined it in the pf-status too. give the name in 1-7 columns and then in the next one and choose icons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 11:47:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T11:47:06Z</dc:date>
    <item>
      <title>AT LINE-SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356427#M805316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple report and there is a checkbox in front of each line of this report, I've put the event "AT LINE-SELECTION" in my source code in case the user checks these checkboxes, I would like to set a PF-STATUS in which there was a button I could select all checkboxes and other one I could deselect them... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 07:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356427#M805316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T07:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE-SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356428#M805317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  at line-selection.&lt;/P&gt;&lt;P&gt;    if checkbox eq 'X'.&lt;/P&gt;&lt;P&gt;    set pf-status 'main.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plzz reward points if it helps.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 07:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356428#M805317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T07:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE-SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356429#M805318</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;Incase your checkboxes and buttons are in output, place your &lt;STRONG&gt;SET PF-STATUS&lt;/STRONG&gt; statement before your first write statement, this activates the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 07:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356429#M805318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE-SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356430#M805319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 07:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356430#M805319</guid>
      <dc:creator>P507709</dc:creator>
      <dc:date>2008-01-28T07:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE-SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356431#M805320</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 cannot use at line selection and pf-status together. But you can catch the double click event in at user command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more user defined actions you can use pf-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 07:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356431#M805320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: AT LINE-SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356432#M805321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As soon as you defined checkboxes 'select all' and 'deselect all' button is already provided. the grey section to choose lines on top of that on the left side corner of grid. but you can defined it in the pf-status too. give the name in 1-7 columns and then in the next one and choose icons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 11:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection/m-p/3356432#M805321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T11:47:06Z</dc:date>
    </item>
  </channel>
</rss>

