<?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: PATTERN Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038984#M965374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually I ment something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      METHODS:&lt;/P&gt;&lt;P&gt;      on_double_click FOR EVENT double_click OF cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;        IMPORTING es_row_no e_column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I get  IMPORTING Parameters. But the Pattern Button generates &lt;/P&gt;&lt;P&gt; exporting paramters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 09:39:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T09:39:09Z</dc:date>
    <item>
      <title>PATTERN Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038980#M965370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the PATTERN Button in the Abap workbench for call of the following event ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM_DOUBLE_CLICK OF cl_gui_alv_tree_simple  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ertas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038980#M965370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: PATTERN Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038981#M965371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi llhas,&lt;/P&gt;&lt;P&gt;Here is the step how to use Pattern Button.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1. Click on pattern Button.
2. Click Radion Button ABAP Object Patterns and click ok
3. Next Popup will come Select the Radion Button Raise/Event.
4. Enter Class/Interface:    cl_gui_alv_tree_simple
5. Enter Event : ITEM_DOUBLE_CLICK
6. Click Ok....
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You would see automatically create a block of code for the above event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;*********************&lt;STRONG&gt;Reward Point if helpful&lt;/STRONG&gt;***********************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038981#M965371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: PATTERN Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038982#M965372</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;  Just click on Pattern, then select the radio button ABAP objects patterns radio button (2nd from top), in the next coming pop up screen select Raise event radio button (3rd from top) then give class name and event name there. If you call methods or can create objects in the same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038982#M965372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: PATTERN Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038983#M965373</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;DATA: obj1 TYPE REF TO   cl_gui_alv_tree_simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Click on Pattern (BUTTON)&lt;/P&gt;&lt;P&gt;2) Select ABAP Objects Pattern (Radio Button) and click on CONTINUE button.&lt;/P&gt;&lt;P&gt;3) A dialog box will be displayed in that we can find the different radiobuttons as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Call Method&lt;/P&gt;&lt;P&gt;2) Create Object&lt;/P&gt;&lt;P&gt;3) Raise Event&lt;/P&gt;&lt;P&gt;4) Raise Exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can perform appropriate action by selecting the specific radiobutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Any way you are trying for ITEM_DOUBLE_CLICK, this is an event, before all these you should create the event class and should handle the event for &lt;EM&gt;cl_gui_alv_tree_simple&lt;/EM&gt; class, unless do these you cannot call the event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038983#M965373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: PATTERN Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038984#M965374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually I ment something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      METHODS:&lt;/P&gt;&lt;P&gt;      on_double_click FOR EVENT double_click OF cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;        IMPORTING es_row_no e_column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I get  IMPORTING Parameters. But the Pattern Button generates &lt;/P&gt;&lt;P&gt; exporting paramters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pattern-button/m-p/4038984#M965374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:39:09Z</dc:date>
    </item>
  </channel>
</rss>

