<?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: Classes and Methods - handle_double_click in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026884#M962368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define next screen as 3 in the properties of 200 screen&lt;/P&gt;&lt;P&gt;or in event handler method write statement:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call screen 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 08:13:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T08:13:18Z</dc:date>
    <item>
      <title>Classes and Methods - handle_double_click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026883#M962367</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;I am working on classes and methods now. I have a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS lcl_event_receiver DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHODS:&lt;/P&gt;&lt;P&gt;handle_double_click&lt;/P&gt;&lt;P&gt;FOR EVENT double_click OF cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;IMPORTING e_row e_column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS lcl_event_receiver IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method to handle the double click. &lt;/P&gt;&lt;P&gt;METHOD handle_double_click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF e_row-rowtype IS INITIAL.&lt;/P&gt;&lt;P&gt;READ TABLE tb_output INDEX e_row-index INTO wa_out.&lt;/P&gt;&lt;P&gt;PERFORM get_secondary_list.&lt;/P&gt;&lt;P&gt;PERFORM display_secondary_list.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMETHOD. "handle_double_click&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, can't i define the same method 'handle_double_click' with some other functionality in IMPLEMETATION?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the first screen when it is double clicked it should take me to screen 200. Inside 200, if i double click on somthing..it should take me to screen 3. But it is taking me to screen 200 again. Please help me put. It's urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 07:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026883#M962367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T07:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Classes and Methods - handle_double_click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026884#M962368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define next screen as 3 in the properties of 200 screen&lt;/P&gt;&lt;P&gt;or in event handler method write statement:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call screen 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 08:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026884#M962368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T08:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Classes and Methods - handle_double_click</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026885#M962369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 05:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classes-and-methods-handle-double-click/m-p/4026885#M962369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-16T05:24:29Z</dc:date>
    </item>
  </channel>
</rss>

