<?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: CL_GUI_DIALOGBOX_CONTAINER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169471#M122709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;     ok_code LIKE sy-ucomm,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dialog container&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     go_dialog_container        TYPE REF TO cl_gui_dialogbox_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object go_ialog_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS lcl_event_handler DEFINITION.&lt;/P&gt;&lt;P&gt;     PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;       METHODS:&lt;/P&gt;&lt;P&gt;        double_click&lt;/P&gt;&lt;P&gt;           FOR EVENT double_click OF cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;             IMPORTING ecomm.&lt;/P&gt;&lt;P&gt;   ENDCLASS.&lt;/P&gt;&lt;P&gt;CLASS lcl_event_handler implementation.&lt;/P&gt;&lt;P&gt;     PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;       METHOD double_click.&lt;/P&gt;&lt;P&gt;      case ecomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       endcase.&lt;/P&gt;&lt;P&gt;end method.&lt;/P&gt;&lt;P&gt;      ENDCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding ur secong question, u can use variant normally as u r using for other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2006 06:33:30 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-01-23T06:33:30Z</dc:date>
    <item>
      <title>CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169469#M122707</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 wanted to ask about CL_GUI_DIALOGBOX_CONTAINER .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How to use double click event for this control ?&lt;/P&gt;&lt;P&gt;   please send me a code example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.How to use a variant for this control ? &lt;/P&gt;&lt;P&gt;  please send me a code example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169469#M122707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169470#M122708</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;in calss CL_GUI_DIALOGBOX_CONTAINER there is no event for double click.&lt;/P&gt;&lt;P&gt;for reference you can check the report&amp;lt;b&amp;gt; RJBLZB&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;what are you trying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can you explain your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169470#M122708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169471#M122709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;     ok_code LIKE sy-ucomm,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dialog container&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     go_dialog_container        TYPE REF TO cl_gui_dialogbox_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object go_ialog_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS lcl_event_handler DEFINITION.&lt;/P&gt;&lt;P&gt;     PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;       METHODS:&lt;/P&gt;&lt;P&gt;        double_click&lt;/P&gt;&lt;P&gt;           FOR EVENT double_click OF cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;             IMPORTING ecomm.&lt;/P&gt;&lt;P&gt;   ENDCLASS.&lt;/P&gt;&lt;P&gt;CLASS lcl_event_handler implementation.&lt;/P&gt;&lt;P&gt;     PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;       METHOD double_click.&lt;/P&gt;&lt;P&gt;      case ecomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       endcase.&lt;/P&gt;&lt;P&gt;end method.&lt;/P&gt;&lt;P&gt;      ENDCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding ur secong question, u can use variant normally as u r using for other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169471#M122709</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-23T06:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169472#M122710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u create object for lcl_event_handler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and set handler statement is important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when ever u double click it will automatically handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double_click event is there in cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in &lt;/P&gt;&lt;P&gt;data event_receiver type ref to lcl_event_handler.&lt;/P&gt;&lt;P&gt;create event_receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set handler event_receiver-&amp;gt;double_click for &lt;/P&gt;&lt;P&gt;go_dialog_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: go_dialog container is object created for CL_GUI_DIALOGBOX_CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now double click will work for cl_gui_dialogbox_container&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169472#M122710</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-23T06:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169473#M122711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class CL_GUI_DIALOGBOX_CONTAINER does not have an event called double click.&lt;/P&gt;&lt;P&gt;The dialogbox container is used for holding other containers mostly like picture controls etc.&lt;/P&gt;&lt;P&gt;Please explain ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169473#M122711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169474#M122712</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;First thanks for the answer.&lt;/P&gt;&lt;P&gt;However i wanted to ask CL_GUI_DIALOGBOX_CONTAINER doesn't have event double-click, so despite it doesn't have this event, its ok to use double_click OF cl_gui_alv_grid ?  &lt;/P&gt;&lt;P&gt;Is the syntax of set handler is : 'set handler double-click for go_dialog_container' ?   &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169474#M122712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169475#M122713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moshe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this report&amp;lt;b&amp;gt; RJBLZB&amp;lt;/b&amp;gt; and you cannot use double click of cl_gui_alv_grid class.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169475#M122713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169476#M122714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET HANDLER (OBJECT DEFINED)-&amp;gt;DOUBLE_CLICK FOR GO_DILOG_CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECT DEFINED IS THE OBJECT WE HAVE RTO CREATE FOR THE CLASS WE DEFINED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object event_receiver.&lt;/P&gt;&lt;P&gt;SET HANDLER event_receiver-&amp;gt;DOUBLE_CLICK FOR GO_DILOG_CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where event_receiver is type ref to lcl_event_handler (class created by us)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169476#M122714</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-23T06:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169477#M122715</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;So i wanted to ask if exist other popup control that i can use to show ALV table and also set  event double-click ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169477#M122715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169478#M122716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, u can,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by giving set handler statement,&lt;/P&gt;&lt;P&gt;when ever u double click any where, the event automatically triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 07:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169478#M122716</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-23T07:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169479#M122717</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 tried to implement the below suggested solution, however&lt;/P&gt;&lt;P&gt;when i activate the program the following message appear :&lt;/P&gt;&lt;P&gt;" The handler method HANDLE_DOUBLE_CLICK3 is only defined for the trigger&lt;/P&gt;&lt;P&gt;object CL_GUI_ALV_GRID, but the system attempted to register a trigger&lt;/P&gt;&lt;P&gt;object of CL_GUI_DIALOGBOX_CONTAINER "&lt;/P&gt;&lt;P&gt;So how to solve this error ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there is other control that do the same task of displaying popup ALV table, and enables using double click too ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 08:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169479#M122717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T08:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169480#M122718</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;instead of CL_GUI_DIALOGBOX_CONTAINER class, use CL_GUI_CUSTOM_CONTAINER and change the screen type as&lt;/P&gt;&lt;P&gt;Modal Dialog Box, in this case you can use cl_gui_alv_grid class event double click..etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 08:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169480#M122718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_DIALOGBOX_CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169481#M122719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAISE event event_receiver-&amp;gt;DOUBLE_CLICK where ever u need it.&lt;/P&gt;&lt;P&gt;no need to use set handler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2006 05:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-dialogbox-container/m-p/1169481#M122719</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-24T05:51:29Z</dc:date>
    </item>
  </channel>
</rss>

