<?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 with double click in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318974#M1029198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       yes u can do this . Go to attributes of the field that u want to perform double click . In the attributes u will be having a check box 'Repond to double click'. With this u will get a hot spot. Provide 'Pick' Fcode in the pf status .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A kumar on Aug 14, 2008 6:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 03:54:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-14T03:54:12Z</dc:date>
    <item>
      <title>Table control with double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318973#M1029197</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;&lt;/P&gt;&lt;P&gt;In table control during the double click on any of the row, then need to call a screen as popup .. How can do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i track double click action on table control event ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 03:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318973#M1029197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T03:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318974#M1029198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       yes u can do this . Go to attributes of the field that u want to perform double click . In the attributes u will be having a check box 'Repond to double click'. With this u will get a hot spot. Provide 'Pick' Fcode in the pf status .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A kumar on Aug 14, 2008 6:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 03:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318974#M1029198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T03:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318975#M1029199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How can i track double click action on table control event ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to enable a double click event, you go to the cell and double click on that you will get the attributes pop up, there you set the &lt;STRONG&gt;Respond to Double click.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;along  with that in the PF-STATUS set the Function F2's function code as &lt;STRONG&gt;'PICK'.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318975#M1029199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T04:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318976#M1029200</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;do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto the screen what you had developed and then double click on the field and &lt;/P&gt;&lt;P&gt;you can see the attributes of the field in that, click on the tab Display, &lt;/P&gt;&lt;P&gt;in that you will find a check box with Description RESPONDS TO DOUBLE-CLICK , &lt;/P&gt;&lt;P&gt;check the check the box and activate it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PF-status which you are creating for the screen, click on the function keys &lt;/P&gt;&lt;P&gt;menu bar , then in the 'Recommended function key settings for the KEY F2 give the &lt;/P&gt;&lt;P&gt;function code as 'PICK'.(Its compulsary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI event , for the module user command write the following code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'PICK'.&lt;/P&gt;&lt;P&gt;call screen '1001'..&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318976#M1029200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T04:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with double click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318977#M1029201</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;see this closed thread u will get the ans...&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="5968314"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-double-click/m-p/4318977#M1029201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T04:28:50Z</dc:date>
    </item>
  </channel>
</rss>

