<?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"
	>
<channel>
	<title>Comments for ITC Server</title>
	<atom:link href="http://www.itcserver.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcserver.com/blog</link>
	<description>The SAP Consultant's Journey</description>
	<pubDate>Fri, 12 Mar 2010 17:52:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Adventure on SAP ALV Function Modules [SAP] by Persefone</title>
		<link>http://www.itcserver.com/blog/2009/07/10/adventure-on-sap-alv-function-modules/#comment-74317</link>
		<dc:creator>Persefone</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=283#comment-74317</guid>
		<description>Hi,

I am applying the same logic for send an excel. I have done some tests executing in background using FM REUSE_ALV_GRID_LAYOUT_INFO_GET without implementing the subroutine and it seems that it works. The excel is being informed.

Could you send me the exactly code for the subroutine to my e-mail? Could you also send me more info about  in what cases the excel was not informed?

Thanks in advance. Your post was very helpful.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am applying the same logic for send an excel. I have done some tests executing in background using FM REUSE_ALV_GRID_LAYOUT_INFO_GET without implementing the subroutine and it seems that it works. The excel is being informed.</p>
<p>Could you send me the exactly code for the subroutine to my e-mail? Could you also send me more info about  in what cases the excel was not informed?</p>
<p>Thanks in advance. Your post was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open SQL vs Native SQL by divs</title>
		<link>http://www.itcserver.com/blog/2006/06/26/open-sql-vs-native-sql/#comment-72663</link>
		<dc:creator>divs</dc:creator>
		<pubDate>Mon, 30 Nov 2009 07:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/06/26/open-sql-vs-native-sql/#comment-72663</guid>
		<description>thanks......the vas easy to understand since it is in simple words....it helped to know something</description>
		<content:encoded><![CDATA[<p>thanks&#8230;&#8230;the vas easy to understand since it is in simple words&#8230;.it helped to know something</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SHDB - The Transaction Recorder by Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/#comment-70832</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/#comment-70832</guid>
		<description>@Tim

Could you please give more specific info about BDC fail? Have you seen an error in a BDC process?</description>
		<content:encoded><![CDATA[<p>@Tim</p>
<p>Could you please give more specific info about BDC fail? Have you seen an error in a BDC process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SHDB - The Transaction Recorder by Tim</title>
		<link>http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/#comment-70819</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/#comment-70819</guid>
		<description>I would like to know under what circumstances does a BDC fail...Could anyone please let me know...
Thanks...</description>
		<content:encoded><![CDATA[<p>I would like to know under what circumstances does a BDC fail&#8230;Could anyone please let me know&#8230;<br />
Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selecting Condition Record Value (VK12) for a Sales Order [SAP] by Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2009/10/15/selecting-condition-record-value-vk12-for-a-sales-order/#comment-70637</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=298#comment-70637</guid>
		<description>Let me add this new line for filling communication header and item parameters of the function module.

MOVE-CORRESPONDING &lt;fs_vbap&gt; TO ls_komk.

So it is latest code:

    CLEAR ls_komk.
    MOVE-CORRESPONDING &lt;fs_vbap&gt; TO ls_komk.   &lt;---
    MOVE-CORRESPONDING &lt;fs_vbak&gt; TO ls_komk.
    MOVE-CORRESPONDING &lt;fs_vbkd&gt; TO ls_komk.

    CLEAR ls_komp.
    MOVE-CORRESPONDING &lt;fs_vbap&gt; TO ls_komp.

    IF ls_komp-pmatn IS INITIAL.
    ls_komp-pmatn = ls_komp-matnr.
    ENDIF.</description>
		<content:encoded><![CDATA[<p>Let me add this new line for filling communication header and item parameters of the function module.</p>
<p>MOVE-CORRESPONDING <fs_vbap> TO ls_komk.</p>
<p>So it is latest code:</p>
<p>    CLEAR ls_komk.<br />
    MOVE-CORRESPONDING </fs_vbap><fs_vbap> TO ls_komk.   < ---<br />
    MOVE-CORRESPONDING <fs_vbak> TO ls_komk.<br />
    MOVE-CORRESPONDING <fs_vbkd> TO ls_komk.</p>
<p>    CLEAR ls_komp.<br />
    MOVE-CORRESPONDING <fs_vbap> TO ls_komp.</p>
<p>    IF ls_komp-pmatn IS INITIAL.<br />
    ls_komp-pmatn = ls_komp-matnr.<br />
    ENDIF.</fs_vbap></fs_vbkd></fs_vbap></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventure on SAP ALV Function Modules [SAP] by mySAP</title>
		<link>http://www.itcserver.com/blog/2009/07/10/adventure-on-sap-alv-function-modules/#comment-68509</link>
		<dc:creator>mySAP</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=283#comment-68509</guid>
		<description>I think SAP report with ALV format is friendly more than list view. Anyway, thanks for article</description>
		<content:encoded><![CDATA[<p>I think SAP report with ALV format is friendly more than list view. Anyway, thanks for article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SHDB - The Transaction Recorder by Naresh</title>
		<link>http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/#comment-67249</link>
		<dc:creator>Naresh</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/#comment-67249</guid>
		<description>where i need to attach the test data file.</description>
		<content:encoded><![CDATA[<p>where i need to attach the test data file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventure on SAP ALV Function Modules [SAP] by goutham</title>
		<link>http://www.itcserver.com/blog/2009/07/10/adventure-on-sap-alv-function-modules/#comment-67021</link>
		<dc:creator>goutham</dc:creator>
		<pubDate>Fri, 31 Jul 2009 04:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=283#comment-67021</guid>
		<description>What happens if there are multiple pages in a alv report, will it be appended multiple times?</description>
		<content:encoded><![CDATA[<p>What happens if there are multiple pages in a alv report, will it be appended multiple times?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventure on SAP ALV Function Modules [SAP] by Bobby</title>
		<link>http://www.itcserver.com/blog/2009/07/10/adventure-on-sap-alv-function-modules/#comment-66950</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Wed, 29 Jul 2009 14:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=283#comment-66950</guid>
		<description>Hi Mr. Tuncay,
I've sent an Email to you, and would like to add your blog link into my blog( http://www.sapalv.net ). Could you reply my mail when you have free time? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Mr. Tuncay,<br />
I&#8217;ve sent an Email to you, and would like to add your blog link into my blog( <a href="http://www.sapalv.net" rel="nofollow">http://www.sapalv.net</a> ). Could you reply my mail when you have free time? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP ABAP Preinterview Questions by Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2006/07/24/sap-abap-preinterview-questions/#comment-66918</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/24/sap-abap-preinterview-questions/#comment-66918</guid>
		<description>@hamad

Thanks for the offer. I don't plan to work outside of US recently.</description>
		<content:encoded><![CDATA[<p>@hamad</p>
<p>Thanks for the offer. I don&#8217;t plan to work outside of US recently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP ABAP Preinterview Questions by hamad</title>
		<link>http://www.itcserver.com/blog/2006/07/24/sap-abap-preinterview-questions/#comment-66506</link>
		<dc:creator>hamad</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/24/sap-abap-preinterview-questions/#comment-66506</guid>
		<description>sir
Do you want to work in Saudi Arabia and can you enter the company's contracts with Saudi Arabia, Saudi Arabia in the system with major electricity companies in Saudi Arabia</description>
		<content:encoded><![CDATA[<p>sir<br />
Do you want to work in Saudi Arabia and can you enter the company&#8217;s contracts with Saudi Arabia, Saudi Arabia in the system with major electricity companies in Saudi Arabia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventure on SAP ALV Function Modules [SAP] by Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2009/07/10/adventure-on-sap-alv-function-modules/#comment-66246</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Mon, 13 Jul 2009 16:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=283#comment-66246</guid>
		<description>@eddai

Thanks for the link... I appreciate.</description>
		<content:encoded><![CDATA[<p>@eddai</p>
<p>Thanks for the link&#8230; I appreciate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventure on SAP ALV Function Modules [SAP] by eddai</title>
		<link>http://www.itcserver.com/blog/2009/07/10/adventure-on-sap-alv-function-modules/#comment-66131</link>
		<dc:creator>eddai</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=283#comment-66131</guid>
		<description>Hi Mr. Tuncay,
I have just added your site to my directory under http://social.sapdocs.info/abap/
for this i retrieved your SAP category posts.
but your this post is not seen under this category, so please include this also in :)
looking forward to hear more frequent updates from you :)
Cheers~</description>
		<content:encoded><![CDATA[<p>Hi Mr. Tuncay,<br />
I have just added your site to my directory under <a href="http://social.sapdocs.info/abap/" rel="nofollow">http://social.sapdocs.info/abap/</a><br />
for this i retrieved your SAP category posts.<br />
but your this post is not seen under this category, so please include this also in <img src='http://www.itcserver.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
looking forward to hear more frequent updates from you <img src='http://www.itcserver.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Cheers~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP and Microsoft Relationship by SAP Solution</title>
		<link>http://www.itcserver.com/blog/2006/05/08/sap-and-microsoft-relationship/#comment-65464</link>
		<dc:creator>SAP Solution</dc:creator>
		<pubDate>Tue, 30 Jun 2009 05:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/05/08/sap-and-microsoft-relationship/#comment-65464</guid>
		<description>I found your blog on google and read a few of your other posts. I really interested and I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.Cheer!</description>
		<content:encoded><![CDATA[<p>I found your blog on google and read a few of your other posts. I really interested and I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.Cheer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is RICEF? by KRISHNA</title>
		<link>http://www.itcserver.com/blog/2006/07/03/what-is-ricef/#comment-63652</link>
		<dc:creator>KRISHNA</dc:creator>
		<pubDate>Sat, 23 May 2009 09:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/2006/07/03/what-is-ricef/#comment-63652</guid>
		<description>i want to know in general prospective not SAP Prospective..</description>
		<content:encoded><![CDATA[<p>i want to know in general prospective not SAP Prospective..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
