<?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: Can we implement double click  method in a Function Module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-implement-double-click-method-in-a-function-module/m-p/3661868#M882032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SUBMIT called another program and executed the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 18:56:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T18:56:47Z</dc:date>
    <item>
      <title>Can we implement double click  method in a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-implement-double-click-method-in-a-function-module/m-p/3661867#M882031</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;I am trying to enhance a FM(COIS_OUTPUT). I want to display a screen before it displays the final output. I am successful in displaying it say summary screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to use the double click method and when I double click on a row it should display the records particular to that row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CLASS lcl_handle_events DEFINITION.
 
  PUBLIC SECTION.
    METHODS:
      " The ALV Grid double_click event definition
      on_double_click                                    " For Summary Screen
        FOR EVENT double_click OF cl_salv_events_table
      IMPORTING
        row          " row clicked on
        column  .    " column clicked on
ENDCLASS.            "lcl_handle_events  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when I declare the above definition it gives me an error message&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incorrect nesting: Before the statement "CLASS", the structure&lt;/P&gt;&lt;P&gt;introduced by "ENHANCEMENT-SECTION" must be concluded by&lt;/P&gt;&lt;P&gt;"END-ENHANCEMENT-SECTION" . . . . . . . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Classes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using REUSE_ALV_GRID_DISPLAY FM&lt;/P&gt;&lt;P&gt;but when I have the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM 'HANDLE_ON_USER_COMMAND' USING R_UCOMM.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me an error...Incorrect nesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest me ..Is this possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chaithanya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chaithanya k on Apr 11, 2008 3:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 16:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-implement-double-click-method-in-a-function-module/m-p/3661867#M882031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T16:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can we implement double click  method in a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-implement-double-click-method-in-a-function-module/m-p/3661868#M882032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SUBMIT called another program and executed the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 18:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-implement-double-click-method-in-a-function-module/m-p/3661868#M882032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T18:56:47Z</dc:date>
    </item>
  </channel>
</rss>

