<?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 not functioning properly in alv grid using OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496857#M17021</link>
    <description>&lt;P&gt;Ok, when I double click 1st time, debugger stops exactly at event class implementation READ statement and executes the message statement. But, for 2nd time if I use External debugger and even if I write BREAK-POINT statement it doesn't hit the debugger at all.&lt;/P&gt;
  &lt;P&gt;I have not checked with sy-ucomm let me check and let you know.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 06:13:47 GMT</pubDate>
    <dc:creator>chethankyadav</dc:creator>
    <dc:date>2017-09-20T06:13:47Z</dc:date>
    <item>
      <title>Double click not functioning properly in alv grid using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496854#M17018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am having a problem like when, I double click the second time it is immediately exiting program.&lt;/P&gt;
  &lt;P&gt;Like, I have created a 2 docking containers, 1st screen has notifications details. 2nd screen has orders based on aufnr from 1st screen.&lt;/P&gt;
  &lt;P&gt;Now, I have written a condition after reading from internal table as ( if ls_qmel-aufnr is initial. message e001(msg_class). If this condition is true message triggers after I double click 1st time. But the same if I double click 2nd time it exits the program.&lt;/P&gt;
  &lt;P&gt;Can you check and let me know on this.&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 12:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496854#M17018</guid>
      <dc:creator>chethankyadav</dc:creator>
      <dc:date>2017-09-19T12:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Double click not functioning properly in alv grid using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496855#M17019</link>
      <description>&lt;P&gt;Can you please try with an Info or warning message instead of the error message? For example i001(msg_class). Please report back whether this makes a difference or not. Then we may look deeper in your code.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 13:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496855#M17019</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2017-09-19T13:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Double click not functioning properly in alv grid using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496856#M17020</link>
      <description>&lt;P&gt;Debug and check what Function code is being executed upon double click. &lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 14:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496856#M17020</guid>
      <dc:creator>satyabrata_sahoo3</dc:creator>
      <dc:date>2017-09-19T14:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Double click not functioning properly in alv grid using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496857#M17021</link>
      <description>&lt;P&gt;Ok, when I double click 1st time, debugger stops exactly at event class implementation READ statement and executes the message statement. But, for 2nd time if I use External debugger and even if I write BREAK-POINT statement it doesn't hit the debugger at all.&lt;/P&gt;
  &lt;P&gt;I have not checked with sy-ucomm let me check and let you know.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 06:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496857#M17021</guid>
      <dc:creator>chethankyadav</dc:creator>
      <dc:date>2017-09-20T06:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Double click not functioning properly in alv grid using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496858#M17022</link>
      <description>&lt;P&gt;Hi Uwe Fetzer,&lt;/P&gt;
  &lt;P&gt;Here, as you said I have tried with following,&lt;/P&gt;
  &lt;P&gt;MESSAGE 'Its a message' TYPE 'I' DISPLAY LIKE 'E' ---- Its working i.e in 2nd double click or more it stays inside prg.&lt;/P&gt;
  &lt;P&gt;MESSAGE 'Its a message' TYPE 'E' DISPLAY LIKE 'S' ---- Its not working it exits prg after 2nd double click.&lt;/P&gt;
  &lt;P&gt;MESSAGE 'Its a message' TYPE 'W' DISPLAY LIKE 'E' ---- Its not working it exits prg after 2nd double click.&lt;/P&gt;
  &lt;P&gt;MESSAGE 'Its a message' TYPE 'E' DISPLAY LIKE 'S' ---- Its working but navigates to next screen after 2nd double click.&lt;/P&gt;
  &lt;P&gt;But it is working as per our requirement,&lt;/P&gt;
  &lt;P&gt;MESSAGE 'Its a message' TYPE 'S' DISPLAY LIKE 'E' ---- Its working i.e in 2nd double click or more it stays inside prg.&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 10:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-not-functioning-properly-in-alv-grid-using-oops/m-p/496858#M17022</guid>
      <dc:creator>chethankyadav</dc:creator>
      <dc:date>2017-09-20T10:02:54Z</dc:date>
    </item>
  </channel>
</rss>

