<?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: Double Click in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click/m-p/781065#M39229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can check the field which is double-clicked by using &lt;/P&gt;&lt;P&gt;command GET CURSOR FIELD f.Here, f can be a string variable which holds the name of the field which is double-clicked.Your coding can be as below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_fname type string.&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'CHOS'.&lt;/P&gt;&lt;P&gt;  get cursor field lv_fname.&lt;/P&gt;&lt;P&gt;  check lv_fname = "name of the field which is relevant &lt;/P&gt;&lt;P&gt;                    for double-clicking"&lt;/P&gt;&lt;P&gt;  ....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2004 17:02:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-06-09T17:02:41Z</dc:date>
    <item>
      <title>Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click/m-p/781064#M39228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have two columns on my table control screen. One column I had specified to Respond on Double Click and the 2nd column is unchecked. &lt;/P&gt;&lt;P&gt;I am testing the sy-ucomm if = 'CHOS', if it is it goes to the second screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is that even if I double click the 2nd column which should not respond to double click, it is still going to the second screen because the sy-ucomm = 'CHOS'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I test the double click? How do I know the user had hit the double click and it is the correct field I want it to respond to? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2004 16:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click/m-p/781064#M39228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-09T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Double Click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click/m-p/781065#M39229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can check the field which is double-clicked by using &lt;/P&gt;&lt;P&gt;command GET CURSOR FIELD f.Here, f can be a string variable which holds the name of the field which is double-clicked.Your coding can be as below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_fname type string.&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'CHOS'.&lt;/P&gt;&lt;P&gt;  get cursor field lv_fname.&lt;/P&gt;&lt;P&gt;  check lv_fname = "name of the field which is relevant &lt;/P&gt;&lt;P&gt;                    for double-clicking"&lt;/P&gt;&lt;P&gt;  ....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2004 17:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click/m-p/781065#M39229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-09T17:02:41Z</dc:date>
    </item>
  </channel>
</rss>

