<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: SAP: Clickable Icon Button in ALV fields</title>
	<atom:link href="http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/</link>
	<description>SAP ABAP/BASIS Tips</description>
	<pubDate>Thu, 29 Jul 2010 12:02:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rs</title>
		<link>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/comment-page-1/#comment-585</link>
		<dc:creator>rs</dc:creator>
		<pubDate>Wed, 09 Dec 2009 01:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=204#comment-585</guid>
		<description>@MokMok
ucomm '&#038;IC1' is from SAPLSLVC_FULLSCREEN program. It is what you get when you use REUSE_ALV_GRID_DISPLAY function module to display alv and calls the method for double click. 

Based on the example above, under the FORM f_user_command, add the code below to capture the current row to a work area:

read table it_alvbutton into wa_alvbutton index v_selfld-tabindex.</description>
		<content:encoded><![CDATA[<p><code>@MokMok<br />ucomm &#8216;&#038;IC1&#8242; is from SAPLSLVC_FULLSCREEN program. It is what you get when you use REUSE_ALV_GRID_DISPLAY function module to display alv and calls the method for double click. </p><p>Based on the example above, under the FORM f_user_command, add the code below to capture the current row to a work area:</p><p>read table it_alvbutton into wa_alvbutton index v_selfld-tabindex.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MokMok</title>
		<link>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/comment-page-1/#comment-579</link>
		<dc:creator>MokMok</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=204#comment-579</guid>
		<description>How can you know that ucomm = '&#38;IC1'?
and how can i capture which row that icon is pressed? 

thanks
mokmok</description>
		<content:encoded><![CDATA[<p><code>How can you know that ucomm = &#8216;&amp;IC1&#8242;?<br />and how can i capture which row that icon is pressed? </p><p>thanks<br />mokmok</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mySAP</title>
		<link>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/comment-page-1/#comment-368</link>
		<dc:creator>mySAP</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=204#comment-368</guid>
		<description>Oh.. very useful.. Thanks for this Tip.. I will pass this tip to my colleague</description>
		<content:encoded><![CDATA[<p><code>Oh.. very useful.. Thanks for this Tip.. I will pass this tip to my colleague</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
