<?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 for Richard Santos</title>
	<atom:link href="http://www.richardsantos.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsantos.net</link>
	<description>SAP ABAP/BASIS Tips</description>
	<pubDate>Thu, 29 Jul 2010 12:00:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SAP: How to use Lock Objects in ABAP by rs</title>
		<link>http://www.richardsantos.net/2009/03/23/sap-how-to-use-lock-objects-in-abap/comment-page-1/#comment-638</link>
		<dc:creator>rs</dc:creator>
		<pubDate>Thu, 29 Apr 2010 01:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=128#comment-638</guid>
		<description>To view the lock entries, just go to transaction code SM12</description>
		<content:encoded><![CDATA[<p><code>To view the lock entries, just go to transaction code SM12</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP: How to use Lock Objects in ABAP by Yasin BEDER</title>
		<link>http://www.richardsantos.net/2009/03/23/sap-how-to-use-lock-objects-in-abap/comment-page-1/#comment-637</link>
		<dc:creator>Yasin BEDER</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=128#comment-637</guid>
		<description>regarding to-This record is currently locked by another user!- error, is it possible to find who locked it?
i have been asked to display the uname who locked the object as well. 
thnx in advance.</description>
		<content:encoded><![CDATA[<p><code>regarding to-This record is currently locked by another user!- error, is it possible to find who locked it?<br />i have been asked to display the uname who locked the object as well.<br />thnx in advance.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP: BDC Upload Program Template by Andy</title>
		<link>http://www.richardsantos.net/2009/11/16/sap-bdc-upload-program-template/comment-page-1/#comment-636</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=322#comment-636</guid>
		<description>Good post. Very interesting BDC example. I also maintained a blog about SAP - www.sapgeek.net. Can we change the link between our blogs? Please kindly let me know

Thanks,
Andy</description>
		<content:encoded><![CDATA[<p><code>Good post. Very interesting BDC example. I also maintained a blog about SAP - <a href="http://www.sapgeek.net" rel="nofollow">http://www.sapgeek.net</a>. Can we change the link between our blogs? Please kindly let me know</p><p>Thanks,<br />Andy</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP: ALV Auto Refresh through Function Module by xmicp</title>
		<link>http://www.richardsantos.net/2009/02/25/sap-alv-auto-refresh-through-function-module/comment-page-1/#comment-635</link>
		<dc:creator>xmicp</dc:creator>
		<pubDate>Thu, 18 Feb 2010 10:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=72#comment-635</guid>
		<description>in the user_command subroutine it willhave a parameter strcture type slis_selfield, if you want a refresh after a user command populate slis_selfield-refresh with 'X'</description>
		<content:encoded><![CDATA[<p><code>in the user_command subroutine it willhave a parameter strcture type slis_selfield, if you want a refresh after a user command populate slis_selfield-refresh with &#8216;X&#8217;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP: Clickable Icon Button in ALV fields 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>Comment on SAP: Clickable Icon Button in ALV fields 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>Comment on ASP.NET: Clickable BoundField in Gridview by jan</title>
		<link>http://www.richardsantos.net/2008/05/24/aspnet-clickable-boundfield-in-gridview/comment-page-1/#comment-506</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://richardsantos.wordpress.com/?p=46#comment-506</guid>
		<description>tsaka pala pano ung autoformat ng gridview hindi gumagana sa IE 8 ko pero firefox ok..</description>
		<content:encoded><![CDATA[<p><code>tsaka pala pano ung autoformat ng gridview hindi gumagana sa IE 8 ko pero firefox ok..</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET: Clickable BoundField in Gridview by jan</title>
		<link>http://www.richardsantos.net/2008/05/24/aspnet-clickable-boundfield-in-gridview/comment-page-1/#comment-505</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://richardsantos.wordpress.com/?p=46#comment-505</guid>
		<description>parekoy, di ko alam ano gagawin ko pagwala ka. pano ung header neto nawala? pano ko lalagyan ng header ung field? paglagay ko ng template mo sa isang column ung column header nya nawala. 


sakit sa ulo asp.net ah pagdating sa customization whew!!</description>
		<content:encoded><![CDATA[<p><code>parekoy, di ko alam ano gagawin ko pagwala ka. pano ung header neto nawala? pano ko lalagyan ng header ung field? paglagay ko ng template mo sa isang column ung column header nya nawala. </p><p>sakit sa ulo asp.net ah pagdating sa customization whew!!</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL isZero() Solution For Divide By Zero Error by Phani</title>
		<link>http://www.richardsantos.net/2006/08/04/sql-iszero-solution-for-divide-by-zero-error/comment-page-1/#comment-496</link>
		<dc:creator>Phani</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:08:41 +0000</pubDate>
		<guid isPermaLink="false">https://richardsantos.wordpress.com/2006/08/04/sql-iszero/#comment-496</guid>
		<description>Thanks a lot....simplified my problems .....on the spot.....Just Excellent :)</description>
		<content:encoded><![CDATA[<p><code>Thanks a lot&#8230;.simplified my problems &#8230;..on the spot&#8230;..Just Excellent <img src='http://www.richardsantos.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP client copy by Steve</title>
		<link>http://www.richardsantos.net/2008/07/06/sap-client-copy/comment-page-1/#comment-448</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 16 Nov 2009 22:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardsantos.net/?p=40#comment-448</guid>
		<description>With SAP_USER - What does "The client is not reset." mean??</description>
		<content:encoded><![CDATA[<p><code>With SAP_USER - What does &#8220;The client is not reset.&#8221; mean??</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
