<?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: Event Handler in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291002#M1532799</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;shouldnt you be rewarding points. if you got the answer and problem is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 08:35:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-23T08:35:39Z</dc:date>
    <item>
      <title>Event Handler</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7290997#M1532794</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;&lt;/P&gt;&lt;P&gt;my question is, i wanna relate between tcode and a value in alv column. i mean , if i double click a field in alv, it should run as a tcode because there are tcode names in alv.&lt;/P&gt;&lt;P&gt;How can i do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7290997#M1532794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T07:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Event Handler</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7290998#M1532795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an event handler for the ALV's double click event, and execute a call transaction within that event handler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01" target="test_blank"&gt;http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7290998#M1532795</guid>
      <dc:creator>alex_cook</dc:creator>
      <dc:date>2010-09-23T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Event Handler</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7290999#M1532796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET handler for double click &lt;/P&gt;&lt;P&gt;call this method on double click and inside the method use call transaction using 'ABC' passing the value from the selected cell in ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7290999#M1532796</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-09-23T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Event Handler</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291000#M1532797</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;you could use call transaction statement in mode A. so that when you click on it that transaction should open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291000#M1532797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T07:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Event Handler</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291001#M1532798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291001#M1532798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Event Handler</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291002#M1532799</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;shouldnt you be rewarding points. if you got the answer and problem is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 08:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-handler/m-p/7291002#M1532799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T08:35:39Z</dc:date>
    </item>
  </channel>
</rss>

