<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Knowledge Hub &#187; SAP</title>
	<atom:link href="http://itknowledgehub.com/category/erp-sap/sap/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgehub.com</link>
	<description>...a place for IT Professionals</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with database tables and internal tables</title>
		<link>http://itknowledgehub.com/erp-sap/sap/working-with-database-tables-and-internal-tables/</link>
		<comments>http://itknowledgehub.com/erp-sap/sap/working-with-database-tables-and-internal-tables/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 06:29:00 +0000</pubDate>
		<dc:creator>Pramita Singh</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[enterprise resource planning news]]></category>
		<category><![CDATA[sap news]]></category>
		<category><![CDATA[Some ABAP/4 Sample Code]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-5895289901679289087.post-3614781080685048278</guid>
		<description><![CDATA[* Declaration of a work area for a Dictionary tableTABLES CUSTOMERS.* Internal table used as snapshot of the database tableDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100WITH HEADER LINE.* Reading the entries of the database table into an internal tableSE...]]></description>
			<content:encoded><![CDATA[<p>* Declaration of a work area for a Dictionary table<br />TABLES CUSTOMERS.<br />* Internal table used as snapshot of the database table<br />DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100<br />WITH HEADER LINE.<br />* Reading the entries of the database table into an internal table<br />SELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS.<br />* Displaying each line of an internal table<br />LOOP AT ALL_CUSTOMERS.<br />WRITE: / ALL_CUSTOMERS-NAME.<br />ENDLOOP.<br />*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;* <span class="fullpost"><br />* 1. Elementary types </span><br /><span class="fullpost"><strong>Other Approach to define data type</strong><br />DATA: CUSTOMER_NAME_1(25) TYPE C,<br />VENDOR_NAME_1(25) TYPE C.<br />* 2. Reference to an existing field<br />DATA: CUSTOMER_NAME_2(25) TYPE C,<br />VENDOR_NAME_2 LIKE CUSTOMER_NAME_2.<br />* 3. Reference to a non-elementary type<br />TYPES T_NAME(25) TYPE C.<br />DATA: CUSTOMER_NAME_3 TYPE T_NAME,<br />VENDOR_NAME_3 TYPE T_NAME.</p>
<p></span><span class="fullpost"></span>
<div class="blogger-post-footer"><a target="_blank" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;click=1&#038;rsrc=3" ><img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;rssimage=1&#038;rsrc=http://www.abapcode.info/2010/07/3%22 border="0"/></a><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5895289901679289087-3614781080685048278?l=www.abapcode.info' alt='' /></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;title=Working%20with%20database%20tables%20and%20internal%20tables&amp;bodytext=%2A%20Declaration%20of%20a%20work%20area%20for%20a%20Dictionary%20tableTABLES%20CUSTOMERS.%2A%20Internal%20table%20used%20as%20snapshot%20of%20the%20database%20tableDATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Reading%20the%20entries%20of%20the%20database%20table%20into%20an%20internal%20tableSE..." title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;t=Working%20with%20database%20tables%20and%20internal%20tables" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;submitHeadline=Working%20with%20database%20tables%20and%20internal%20tables&amp;submitSummary=%2A%20Declaration%20of%20a%20work%20area%20for%20a%20Dictionary%20tableTABLES%20CUSTOMERS.%2A%20Internal%20table%20used%20as%20snapshot%20of%20the%20database%20tableDATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Reading%20the%20entries%20of%20the%20database%20table%20into%20an%20internal%20tableSE...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Working%20with%20database%20tables%20and%20internal%20tables%20-%20http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;title=Working%20with%20database%20tables%20and%20internal%20tables" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;title=Working%20with%20database%20tables%20and%20internal%20tables" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;title=Working%20with%20database%20tables%20and%20internal%20tables" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;title=Working%20with%20database%20tables%20and%20internal%20tables" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fworking-with-database-tables-and-internal-tables%2F&amp;t=Working%20with%20database%20tables%20and%20internal%20tables&amp;s=%2A%20Declaration%20of%20a%20work%20area%20for%20a%20Dictionary%20tableTABLES%20CUSTOMERS.%2A%20Internal%20table%20used%20as%20snapshot%20of%20the%20database%20tableDATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Reading%20the%20entries%20of%20the%20database%20table%20into%20an%20internal%20tableSE..." title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://www.abapcode.info/" rel="nofollow">http://www.abapcode.info/</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/erp-sap/sap/working-with-database-tables-and-internal-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacement Value Procedure in EDM Profile</title>
		<link>http://itknowledgehub.com/erp-sap/replacement-value-procedure-in-edm-profile/</link>
		<comments>http://itknowledgehub.com/erp-sap/replacement-value-procedure-in-edm-profile/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:57:00 +0000</pubDate>
		<dc:creator>dennyx</dc:creator>
				<category><![CDATA[Enterprise Resource Planning]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-11119794.post-4188963047428502891</guid>
		<description><![CDATA[When creating an EDM profile a replacement value procedure can be allocated.The role of this procedure is to create missing values in the profile. This can be done in the import process or in the billing simulation process. I belive the system creates ...]]></description>
			<content:encoded><![CDATA[<p>When creating an EDM profile a replacement value procedure can be allocated.The role of this procedure is to create missing values in the profile. This can be done in the import process or in the billing simulation process. I belive the system creates the missing values in the settlement process as well but I haven&#8217;t tested it (yet).</p>
<p>Recently I was asked the following question by a fellow EDM consultant:I want to use the replacement value procedure just in case of billing simulation and not during billing. So I started to play around in the system and I discovered that when defining the RV Procedure there is a setting called RVP After Imp (in SPRO -> SAP Utilities -> Energy Data Management -> Profile Management -> Replacement Value Creation -> Define Replacement Value Creation Group.</p>
<p>I quickly defined a RVP group and I didn&#8217;t set up the RVP After Imp field. I created a profile and a quick file to use in transaction EEDMIMP01 &#8211; Profile Import. When the RVP After Imp field was set on the RVP group, the system created the missing profile values.If the field is not set, system doesn&#8217;t create the missing profile values.Also, when doing the billing simulation in EA00 the system creates the missing profile values based on the RVP configuration.</p>
<p>So, if you need to set up your RVP group to be used only in billing simulation but not in billing do not set up the field RVP After Imp.
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11119794-4188963047428502891?l=sapro.blogspot.com' alt='' /></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;title=Replacement%20Value%20Procedure%20in%20EDM%20Profile&amp;bodytext=When%20creating%20an%20EDM%20profile%20a%20replacement%20value%20procedure%20can%20be%20allocated.The%20role%20of%20this%20procedure%20is%20to%20create%20missing%20values%20in%20the%20profile.%20This%20can%20be%20done%20in%20the%20import%20process%20or%20in%20the%20billing%20simulation%20process.%20I%20belive%20the%20system%20creates%20..." title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;t=Replacement%20Value%20Procedure%20in%20EDM%20Profile" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;submitHeadline=Replacement%20Value%20Procedure%20in%20EDM%20Profile&amp;submitSummary=When%20creating%20an%20EDM%20profile%20a%20replacement%20value%20procedure%20can%20be%20allocated.The%20role%20of%20this%20procedure%20is%20to%20create%20missing%20values%20in%20the%20profile.%20This%20can%20be%20done%20in%20the%20import%20process%20or%20in%20the%20billing%20simulation%20process.%20I%20belive%20the%20system%20creates%20...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Replacement%20Value%20Procedure%20in%20EDM%20Profile%20-%20http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;title=Replacement%20Value%20Procedure%20in%20EDM%20Profile" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;title=Replacement%20Value%20Procedure%20in%20EDM%20Profile" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;title=Replacement%20Value%20Procedure%20in%20EDM%20Profile" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;title=Replacement%20Value%20Procedure%20in%20EDM%20Profile" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Freplacement-value-procedure-in-edm-profile%2F&amp;t=Replacement%20Value%20Procedure%20in%20EDM%20Profile&amp;s=When%20creating%20an%20EDM%20profile%20a%20replacement%20value%20procedure%20can%20be%20allocated.The%20role%20of%20this%20procedure%20is%20to%20create%20missing%20values%20in%20the%20profile.%20This%20can%20be%20done%20in%20the%20import%20process%20or%20in%20the%20billing%20simulation%20process.%20I%20belive%20the%20system%20creates%20..." title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://sapro.blogspot.com/" rel="nofollow">http://sapro.blogspot.com/</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/erp-sap/replacement-value-procedure-in-edm-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix hires Chief Virtualization Evangelist away from SAP</title>
		<link>http://itknowledgehub.com/networking-infrastructure/citrix-hires-chief-virtualization-evangelist-away-from-sap/</link>
		<comments>http://itknowledgehub.com/networking-infrastructure/citrix-hires-chief-virtualization-evangelist-away-from-sap/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 08:02:48 +0000</pubDate>
		<dc:creator>Alessandro Perilli</dc:creator>
				<category><![CDATA[Networking & Infrastructure]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://virtualization.info/en/news/2010/07/citrix-hires-chief-virtualization-evangelist-away-from-sap.html</guid>
		<description><![CDATA[Citrix has just hired Roland Wartenberg, the SAP Chief Virtualization Evangelist. 
Wartenberg has been in SAP since 1997, covering multiple roles.   In 2006 he developed the virtualization strategy for&#8230;]]></description>
			<content:encoded><![CDATA[<p class="logos"><a target="_blank" href="http://www.citrix.com" rel="nofollow"><img title="citrix logo" src="http://cdn1.virtualization.info/en/logos/citrix.gif" /></a></p>
<p>Citrix has just hired <a target="_blank" href="http://www.linkedin.com/in/rolandwartenberg">Roland Wartenberg</a>, the SAP Chief Virtualization Evangelist. </p>
<p>Wartenberg has been in SAP since 1997, covering multiple roles.   <br />In 2006 he developed the virtualization strategy for the SAP Labs division.</p>
<p>Wartenberg has been actively involved in pushing the company’s marketing message about virtualization through the many SAP Virtualization Week events arranged around the world.</p>
<p>He will start at Citrix in a couple of weeks, in charge of the the strategic alliance with SAP.</p>
<p><a target="_blank" href="http://www.veeam.com/go/7-reasons-to-choose-veeam-for-vmware-backup?ad=virtualization.info" alt=" "><img src="http://cdn1.virtualization.info/en/images/s/veeam.png" /></a>
<div class="feedflare">
<a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?d=yIl2AUoC8zA" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?i=4s3lZQ9agSM:meg8l8DfXeA:gIN9vFwOqvQ" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?i=4s3lZQ9agSM:meg8l8DfXeA:V_sGLiPBpWU" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?d=cGdyc7Q-1BI" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?d=XAVGb8Xj5zA" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?d=qj6IDK7rITs" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?i=4s3lZQ9agSM:meg8l8DfXeA:D7DqB2pKExk" border="0"/></a> <a target="_blank" href="http://feeds.feedburner.com/~ff/Virtualization_info?a=4s3lZQ9agSM:meg8l8DfXeA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Virtualization_info?i=4s3lZQ9agSM:meg8l8DfXeA:F7zBnMyn0Lo" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Virtualization_info/~4/4s3lZQ9agSM" height="1" width="1"/></p>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;title=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP&amp;bodytext=Citrix%20has%20just%20hired%20Roland%20Wartenberg%2C%20the%20SAP%20Chief%20Virtualization%20Evangelist.%20%0AWartenberg%20has%20been%20in%20SAP%20since%201997%2C%20covering%20multiple%20roles.%20%20%20In%202006%20he%20developed%20the%20virtualization%20strategy%20for%26%238230%3B" title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;t=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;submitHeadline=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP&amp;submitSummary=Citrix%20has%20just%20hired%20Roland%20Wartenberg%2C%20the%20SAP%20Chief%20Virtualization%20Evangelist.%20%0AWartenberg%20has%20been%20in%20SAP%20since%201997%2C%20covering%20multiple%20roles.%20%20%20In%202006%20he%20developed%20the%20virtualization%20strategy%20for%26%238230%3B&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP%20-%20http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;title=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;title=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;title=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;title=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Fnetworking-infrastructure%2Fcitrix-hires-chief-virtualization-evangelist-away-from-sap%2F&amp;t=Citrix%20hires%20Chief%20Virtualization%20Evangelist%20away%20from%20SAP&amp;s=Citrix%20has%20just%20hired%20Roland%20Wartenberg%2C%20the%20SAP%20Chief%20Virtualization%20Evangelist.%20%0AWartenberg%20has%20been%20in%20SAP%20since%201997%2C%20covering%20multiple%20roles.%20%20%20In%202006%20he%20developed%20the%20virtualization%20strategy%20for%26%238230%3B" title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://virtualization.info/en" rel="nofollow">http://virtualization.info/en</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/networking-infrastructure/citrix-hires-chief-virtualization-evangelist-away-from-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP and Siebel may be falling off the top of the CRM ladder</title>
		<link>http://itknowledgehub.com/crm-siebel/sap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder/</link>
		<comments>http://itknowledgehub.com/crm-siebel/sap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 18:24:56 +0000</pubDate>
		<dc:creator>sbhandari</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[cdc]]></category>
		<category><![CDATA[CDC Software]]></category>
		<category><![CDATA[crm blogs]]></category>
		<category><![CDATA[crm software]]></category>
		<category><![CDATA[CRM Trends]]></category>
		<category><![CDATA[Oracle CRM]]></category>
		<category><![CDATA[Oracle Siebel]]></category>
		<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[Siebel]]></category>

		<guid isPermaLink="false">http://www.blogcrm.com/?p=4314</guid>
		<description><![CDATA[
Currently, Forrester rankings show that SAP and Oracle-Siebel are the leaders in CRM software. However, competition is close at their heals. Because the CRM software market has developed immensely in recent years, this has made it difficult to make distinctions between products. The Forrester report stated that the reason Siebel and SAP do so well [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="color: #000000;"><img class="alignnone size-full wp-image-4316" title="oracle_siebel_logo" src="http://www.blogcrm.com/wp-content/uploads/2010/06/oracle_siebel_logo.jpg" alt="" width="216" height="107" /><img class="size-medium wp-image-4315 aligncenter" title="SAP-Logo" src="http://www.blogcrm.com/wp-content/uploads/2010/06/SAP-Logo-300x174.jpg" alt="" width="231" height="137" /></span></p>
<p><span style="color: #000000;">Currently, Forrester rankings show that SAP and Oracle-Siebel are the leaders in CRM software. However, competition is close at their heals. Because the CRM software market has developed immensely in recent years, this has made it difficult to make distinctions between products. The Forrester report stated that the reason Siebel and SAP do so well is because they are both adequate absolute CRM software products that have a tremendously high usability.<br />
</span></p>
<p><span style="color: #000000;">Even with the high level of success that SAP and Siebel have achieved with their products, other companies are close behind. CDC, Microsoft, Oracle&#8217;s CRM On Demand application, RightNow, and Salesforce.com are all treading close to SAP and Siebel&#8217;s waters.<br />
</span></p>
<p><span style="color: #000000;">In particular, CDC&#8217;s rise in the rankings is due to a new commitment in its marketing strategies. Also Oracle&#8217;s other CRM products, (not including Siebel and On Demand) ranked fairly high as well.<br />
</span></p>
<p><span style="color: #000000;">As far as the CRM software market itself; it is still considered relatively healthy. A survey conducted by Forrester showed that out of 455 large organizations, 56% had already put into operation a CRM tool and an additional 17% plan to implement CRM software in the next 12 to 24 months. Another survey illustrated that of 286 businesses, 62% of business and IT professionals have put into use or are growing their customer business intelligence solutions.<br />
</span></p>
<p><img src="http://feeds.feedburner.com/~r/WeBlogCrm/~4/alVm91-nWTY" height="1" width="1"/></p>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;title=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder&amp;bodytext=%0ACurrently%2C%20Forrester%20rankings%20show%20that%20SAP%20and%20Oracle-Siebel%20are%20the%20leaders%20in%20CRM%20software.%20However%2C%20competition%20is%20close%20at%20their%20heals.%20Because%20the%20CRM%20software%20market%20has%20developed%20immensely%20in%20recent%20years%2C%20this%20has%20made%20it%20difficult%20to%20make%20distinctions%20between%20products.%20The%20Forrester%20report%20stated%20that%20the%20reason%20Siebel%20and%20SAP%20do%20so%20well%20%5B...%5D" title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;t=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;submitHeadline=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder&amp;submitSummary=%0ACurrently%2C%20Forrester%20rankings%20show%20that%20SAP%20and%20Oracle-Siebel%20are%20the%20leaders%20in%20CRM%20software.%20However%2C%20competition%20is%20close%20at%20their%20heals.%20Because%20the%20CRM%20software%20market%20has%20developed%20immensely%20in%20recent%20years%2C%20this%20has%20made%20it%20difficult%20to%20make%20distinctions%20between%20products.%20The%20Forrester%20report%20stated%20that%20the%20reason%20Siebel%20and%20SAP%20do%20so%20well%20%5B...%5D&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder%20-%20http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;title=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;title=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;title=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;title=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Fcrm-siebel%2Fsap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder%2F&amp;t=SAP%20and%20Siebel%20may%20be%20falling%20off%20the%20top%20of%20the%20CRM%20ladder&amp;s=%0ACurrently%2C%20Forrester%20rankings%20show%20that%20SAP%20and%20Oracle-Siebel%20are%20the%20leaders%20in%20CRM%20software.%20However%2C%20competition%20is%20close%20at%20their%20heals.%20Because%20the%20CRM%20software%20market%20has%20developed%20immensely%20in%20recent%20years%2C%20this%20has%20made%20it%20difficult%20to%20make%20distinctions%20between%20products.%20The%20Forrester%20report%20stated%20that%20the%20reason%20Siebel%20and%20SAP%20do%20so%20well%20%5B...%5D" title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://www.blogcrm.com" rel="nofollow">http://www.blogcrm.com</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/crm-siebel/sap-and-siebel-may-be-falling-off-the-top-of-the-crm-ladder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packt invites SAP experts to write a new set of books</title>
		<link>http://itknowledgehub.com/erp-sap/packt-invites-sap-experts-to-write-a-new-set-of-books/</link>
		<comments>http://itknowledgehub.com/erp-sap/packt-invites-sap-experts-to-write-a-new-set-of-books/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 05:31:00 +0000</pubDate>
		<dc:creator>dennyx</dc:creator>
				<category><![CDATA[Enterprise Resource Planning]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-11119794.post-7963083558260156126</guid>
		<description><![CDATA[Packt Publishing (www.PacktPub.com) is planning to expand its range of SAP books and is currently inviting book ideas and potential authors.A list of some of the topics Packt will be interested in publishing includes:SAP Business Intelligence SAP repor...]]></description>
			<content:encoded><![CDATA[<p>Packt Publishing (<a target="_blank" href="http://www.packtpub.com/">www.PacktPub.com</a>) is planning to expand its range of SAP books and is currently inviting book ideas and potential authors.</p>
<p>A list of some of the topics Packt will be interested in publishing includes:</p>
<p>SAP Business Intelligence SAP reporting with various SAP tools and crystal reports SAP ERP SAP certification guides SAP Netweaver</p>
<p>Packt is laso looking to develop books on specific industries like finance, fashion, medicine, law and so on.</p>
<p>While Packt is interested in these topics, this list is not exhaustive. If you have some interesting ideas on topics not mentioned in this list, you are welcome to send them across to the editorial team at Packt.</p>
<p>You don&#8217;t need to have any past writing experience to write these books. If you have expert knowledge of your subject, a passion to share it with others and an ability to communicate clearly in English, you will be a perfect fit to write for Packt. Having an official recognition as SAP expert will be an advantage but not necessary.</p>
<p>Packt pays a royalty of 16% to its authors and an advanace against it.</p>
<p>So, if you love SAP and fancy writing a book, here&#8217;s an opportunity for you. Contact Packt at author@packtpub.com with your book idea (if you have one). Even if you don&#8217;t have a book idea and are simply interested in writing a book, Packt is keen to talk to you.</p>
<p>More details about this opportunity are available at: <a target="_blank" href="http://authors.packtpub.com/content/Packt-invites-sap-experts-write-books">http://authors.packtpub.com/content/Packt-invites-sap-experts-write-books</a>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/11119794-7963083558260156126?l=sapro.blogspot.com' alt='' /></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;title=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books&amp;bodytext=Packt%20Publishing%20%28www.PacktPub.com%29%20is%20planning%20to%20expand%20its%20range%20of%20SAP%20books%20and%20is%20currently%20inviting%20book%20ideas%20and%20potential%20authors.A%20list%20of%20some%20of%20the%20topics%20Packt%20will%20be%20interested%20in%20publishing%20includes%3ASAP%20Business%20Intelligence%20SAP%20repor..." title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;t=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;submitHeadline=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books&amp;submitSummary=Packt%20Publishing%20%28www.PacktPub.com%29%20is%20planning%20to%20expand%20its%20range%20of%20SAP%20books%20and%20is%20currently%20inviting%20book%20ideas%20and%20potential%20authors.A%20list%20of%20some%20of%20the%20topics%20Packt%20will%20be%20interested%20in%20publishing%20includes%3ASAP%20Business%20Intelligence%20SAP%20repor...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books%20-%20http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;title=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;title=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;title=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;title=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fpackt-invites-sap-experts-to-write-a-new-set-of-books%2F&amp;t=Packt%20invites%20SAP%20experts%20to%20write%20a%20new%20set%20of%20books&amp;s=Packt%20Publishing%20%28www.PacktPub.com%29%20is%20planning%20to%20expand%20its%20range%20of%20SAP%20books%20and%20is%20currently%20inviting%20book%20ideas%20and%20potential%20authors.A%20list%20of%20some%20of%20the%20topics%20Packt%20will%20be%20interested%20in%20publishing%20includes%3ASAP%20Business%20Intelligence%20SAP%20repor..." title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://sapro.blogspot.com/" rel="nofollow">http://sapro.blogspot.com/</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/erp-sap/packt-invites-sap-experts-to-write-a-new-set-of-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample ABAP program for Transferring data to a file</title>
		<link>http://itknowledgehub.com/erp-sap/sap/sample-abap-program-for-transferring-data-to-a-file/</link>
		<comments>http://itknowledgehub.com/erp-sap/sap/sample-abap-program-for-transferring-data-to-a-file/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 13:02:00 +0000</pubDate>
		<dc:creator>Pramita Singh</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[enterprise resource planning news]]></category>
		<category><![CDATA[sap news]]></category>
		<category><![CDATA[Some ABAP/4 Sample Code]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-5895289901679289087.post-322120978592666047</guid>
		<description><![CDATA[REPORT CHAP2601.* Data declarations for later usePARAMETERS FILENAME(128) DEFAULT '/usr/tmp/testfile.dat'LOWER CASE.TABLES CUSTOMERS.DATA MSG_TEXT(50).* Get data for file transferDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100WITH HEADER LINE.SELECT * FRO...]]></description>
			<content:encoded><![CDATA[<p>REPORT CHAP2601.<br />* Data declarations for later use<br />PARAMETERS FILENAME(128) DEFAULT &#8216;/usr/tmp/testfile.dat&#8217;<br />LOWER CASE.<br />TABLES CUSTOMERS.<br />DATA MSG_TEXT(50).<br />* Get data for file transfer<br /><span class="fullpost"><br />DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100<br />WITH HEADER LINE.<br />SELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS.<br />SORT ALL_CUSTOMERS BY CITY.<br />LOOP AT ALL_CUSTOMERS.<br />WRITE: / ALL_CUSTOMERS-CITY,<br />ALL_CUSTOMERS-NAME.<br />ENDLOOP.<br />* Opening the File<br />OPEN DATASET FILENAME FOR OUTPUT IN TEXT MODE<br />MESSAGE MSG_TEXT.<br />IF SY-SUBRC NE 0.<br />WRITE: &#8216;File cannot be opened. Reason:&#8217;, MSG_TEXT.<br />EXIT.<br />ENDIF.<br />* Transferring Data<br />LOOP AT ALL_CUSTOMERS.<br />TRANSFER ALL_CUSTOMERS-NAME TO FILENAME.<br />ENDLOOP.<br />* Closing the File<br />CLOSE DATASET FILENAME.</p>
<p></span>
<div class="blogger-post-footer"><a target="_blank" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;click=1&#038;rsrc=3" ><img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;rssimage=1&#038;rsrc=http://www.abapcode.info/2010/06/3%22 border="0"/></a><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5895289901679289087-322120978592666047?l=www.abapcode.info' alt='' /></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file&amp;bodytext=REPORT%20CHAP2601.%2A%20Data%20declarations%20for%20later%20usePARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27%2Fusr%2Ftmp%2Ftestfile.dat%27LOWER%20CASE.TABLES%20CUSTOMERS.DATA%20MSG_TEXT%2850%29.%2A%20Get%20data%20for%20file%20transferDATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.SELECT%20%2A%20FRO..." title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;t=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;submitHeadline=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file&amp;submitSummary=REPORT%20CHAP2601.%2A%20Data%20declarations%20for%20later%20usePARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27%2Fusr%2Ftmp%2Ftestfile.dat%27LOWER%20CASE.TABLES%20CUSTOMERS.DATA%20MSG_TEXT%2850%29.%2A%20Get%20data%20for%20file%20transferDATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.SELECT%20%2A%20FRO...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file%20-%20http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-transferring-data-to-a-file%2F&amp;t=Sample%20ABAP%20program%20for%20Transferring%20data%20to%20a%20file&amp;s=REPORT%20CHAP2601.%2A%20Data%20declarations%20for%20later%20usePARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27%2Fusr%2Ftmp%2Ftestfile.dat%27LOWER%20CASE.TABLES%20CUSTOMERS.DATA%20MSG_TEXT%2850%29.%2A%20Get%20data%20for%20file%20transferDATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.SELECT%20%2A%20FRO..." title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://www.abapcode.info/" rel="nofollow">http://www.abapcode.info/</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/erp-sap/sap/sample-abap-program-for-transferring-data-to-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample ABAP program for Reading data from a file</title>
		<link>http://itknowledgehub.com/erp-sap/sap/sample-abap-program-for-reading-data-from-a-file/</link>
		<comments>http://itknowledgehub.com/erp-sap/sap/sample-abap-program-for-reading-data-from-a-file/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 13:01:00 +0000</pubDate>
		<dc:creator>Pramita Singh</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[enterprise resource planning news]]></category>
		<category><![CDATA[sap news]]></category>
		<category><![CDATA[Some ABAP/4 Sample Code]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-5895289901679289087.post-27477077171061558</guid>
		<description><![CDATA[REPORT CHAP2602.* Data declarations for later useTABLES CUSTOMERS.PARAMETERS FILENAME(128) DEFAULT '/usr/tmp/testfile.dat'LOWER CASE.DATA: MSG_TEXT(50),ALL_CUSTOMER_NAMES LIKE CUSTOMERS-NAME OCCURS 100WITH HEADER LINE.* Opening the FileOPEN DATASET FIL...]]></description>
			<content:encoded><![CDATA[<p>REPORT CHAP2602.<br />* Data declarations for later use<br />TABLES CUSTOMERS.<br />PARAMETERS FILENAME(128) DEFAULT &#8216;/usr/tmp/testfile.dat&#8217;<br />LOWER CASE.<br />DATA: MSG_TEXT(50),<br />ALL_CUSTOMER_NAMES LIKE CUSTOMERS-NAME OCCURS 100<br />WITH HEADER LINE.<br /><span class="fullpost"></p>
<p>* Opening the File<br />OPEN DATASET FILENAME FOR INPUT IN TEXT MODE<br />MESSAGE MSG_TEXT.<br />IF SY-SUBRC NE 0.<br />WRITE: &#8216;File cannot be opened. Reason:&#8217;, MSG_TEXT.<br />EXIT.<br />ENDIF.<br />* Reading Data<br />DO.<br />READ DATASET FILENAME INTO ALL_CUSTOMER_NAMES.<br />IF SY-SUBRC NE 0.<br />EXIT.<br />ENDIF.<br />APPEND ALL_CUSTOMER_NAMES.<br />ENDDO.<br />* Closing the file<br />CLOSE DATASET FILENAME.<br />* Display the result<br />LOOP AT ALL_CUSTOMER_NAMES.<br />WRITE / ALL_CUSTOMER_NAMES.<br />ENDLOOP.</p>
<p></span>
<div class="blogger-post-footer"><a target="_blank" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;click=1&#038;rsrc=3" ><img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;rssimage=1&#038;rsrc=http://www.abapcode.info/2010/06/3%22 border="0"/></a><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5895289901679289087-27477077171061558?l=www.abapcode.info' alt='' /></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file&amp;bodytext=REPORT%20CHAP2602.%2A%20Data%20declarations%20for%20later%20useTABLES%20CUSTOMERS.PARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27%2Fusr%2Ftmp%2Ftestfile.dat%27LOWER%20CASE.DATA%3A%20MSG_TEXT%2850%29%2CALL_CUSTOMER_NAMES%20LIKE%20CUSTOMERS-NAME%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Opening%20the%20FileOPEN%20DATASET%20FIL..." title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;t=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;submitHeadline=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file&amp;submitSummary=REPORT%20CHAP2602.%2A%20Data%20declarations%20for%20later%20useTABLES%20CUSTOMERS.PARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27%2Fusr%2Ftmp%2Ftestfile.dat%27LOWER%20CASE.DATA%3A%20MSG_TEXT%2850%29%2CALL_CUSTOMER_NAMES%20LIKE%20CUSTOMERS-NAME%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Opening%20the%20FileOPEN%20DATASET%20FIL...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file%20-%20http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;title=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fsample-abap-program-for-reading-data-from-a-file%2F&amp;t=Sample%20ABAP%20program%20for%20Reading%20data%20from%20a%20file&amp;s=REPORT%20CHAP2602.%2A%20Data%20declarations%20for%20later%20useTABLES%20CUSTOMERS.PARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27%2Fusr%2Ftmp%2Ftestfile.dat%27LOWER%20CASE.DATA%3A%20MSG_TEXT%2850%29%2CALL_CUSTOMER_NAMES%20LIKE%20CUSTOMERS-NAME%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Opening%20the%20FileOPEN%20DATASET%20FIL..." title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://www.abapcode.info/" rel="nofollow">http://www.abapcode.info/</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/erp-sap/sap/sample-abap-program-for-reading-data-from-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abap code for Transferring data to a file (presentation server)</title>
		<link>http://itknowledgehub.com/erp-sap/sap/abap-code-for-transferring-data-to-a-file-presentation-server/</link>
		<comments>http://itknowledgehub.com/erp-sap/sap/abap-code-for-transferring-data-to-a-file-presentation-server/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 12:58:00 +0000</pubDate>
		<dc:creator>Pramita Singh</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[enterprise resource planning news]]></category>
		<category><![CDATA[sap news]]></category>
		<category><![CDATA[Some ABAP/4 Sample Code]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-5895289901679289087.post-6097286751742640371</guid>
		<description><![CDATA[REPORT CHAP2603.* Data declarations for later usePARAMETERS FILENAME(128) DEFAULT 'c:\users\default\testfile.dat'LOWER CASE.TABLES CUSTOMERS.DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100WITH HEADER LINE.* Get data for file transferSELECT * FROM CUSTOMER...]]></description>
			<content:encoded><![CDATA[<p>REPORT CHAP2603.<br />* Data declarations for later use<br />PARAMETERS FILENAME(128) DEFAULT &#8216;c:\users\default\testfile.dat&#8217;<br />LOWER CASE.<br />TABLES CUSTOMERS.<br />DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100<br />WITH HEADER LINE.<br />* Get data for file transfer<br /><span class="fullpost"><br />SELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS.<br />SORT ALL_CUSTOMERS BY CITY.<br />LOOP AT ALL_CUSTOMERS.<br />WRITE: / ALL_CUSTOMERS-CITY,<br />ALL_CUSTOMERS-NAME.<br />ENDLOOP.<br />* Transferring Data<br />CALL FUNCTION &#8216;WS_DOWNLOAD&#8217;<br />EXPORTING<br />FILENAME = FILENAME<br />TABLES<br />DATA_TAB = ALL_CUSTOMERS<br />EXCEPTIONS<br />FILE_OPEN_ERROR = 1<br />OTHERS = 2.<br />CASE SY-SUBRC.<br />WHEN 1.<br />WRITE &#8216;Error when file opened&#8217;.<br />EXIT.<br />WHEN 2.<br />WRITE &#8216;Error during data transfer&#8217;.<br />EXIT.<br />ENDCASE.</p>
<p></span>
<div class="blogger-post-footer"><a target="_blank" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;click=1&#038;rsrc=3" ><img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=65961&#038;bid=534342&#038;PHS=65961534342&#038;rssimage=1&#038;rsrc=http://www.abapcode.info/2010/06/3%22 border="0"/></a><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5895289901679289087-6097286751742640371?l=www.abapcode.info' alt='' /></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;title=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29&amp;bodytext=REPORT%20CHAP2603.%2A%20Data%20declarations%20for%20later%20usePARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27c%3A%5Cusers%5Cdefault%5Ctestfile.dat%27LOWER%20CASE.TABLES%20CUSTOMERS.DATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Get%20data%20for%20file%20transferSELECT%20%2A%20FROM%20CUSTOMER..." title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;t=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;submitHeadline=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29&amp;submitSummary=REPORT%20CHAP2603.%2A%20Data%20declarations%20for%20later%20usePARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27c%3A%5Cusers%5Cdefault%5Ctestfile.dat%27LOWER%20CASE.TABLES%20CUSTOMERS.DATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Get%20data%20for%20file%20transferSELECT%20%2A%20FROM%20CUSTOMER...&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29%20-%20http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;title=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;title=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;title=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;title=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Ferp-sap%2Fsap%2Fabap-code-for-transferring-data-to-a-file-presentation-server%2F&amp;t=Abap%20code%20for%20Transferring%20data%20to%20a%20file%20%28presentation%20server%29&amp;s=REPORT%20CHAP2603.%2A%20Data%20declarations%20for%20later%20usePARAMETERS%20FILENAME%28128%29%20DEFAULT%20%27c%3A%5Cusers%5Cdefault%5Ctestfile.dat%27LOWER%20CASE.TABLES%20CUSTOMERS.DATA%20ALL_CUSTOMERS%20LIKE%20CUSTOMERS%20OCCURS%20100WITH%20HEADER%20LINE.%2A%20Get%20data%20for%20file%20transferSELECT%20%2A%20FROM%20CUSTOMER..." title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>
<p>Syndicated via RSS From: <a href="http://www.abapcode.info/" rel="nofollow">http://www.abapcode.info/</a></p>Get free <a href="http://itknowledgehub.com/white-papers/" style="text-decoration: none">
white papers</a> delivered direct to your inbox from IT Knowledge Hub! <a href="http://itknowledgehub.com/register-now/">Register now</a> for cutting edge webcasts, reports, and white papers in your area of expertise.]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/erp-sap/sap/abap-code-for-transferring-data-to-a-file-presentation-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seeing the Big Picture: A Corporate Guide to Better Decisions through IT</title>
		<link>http://itknowledgehub.com/it-management-trends/big-picture-corporate-guide-decisions/</link>
		<comments>http://itknowledgehub.com/it-management-trends/big-picture-corporate-guide-decisions/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:44:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CIO]]></category>
		<category><![CDATA[Enterprise Resource Planning]]></category>
		<category><![CDATA[IT Management & Trends]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Better Decisions]]></category>
		<category><![CDATA[Corporate decisions Guide]]></category>
		<category><![CDATA[erp white papers]]></category>
		<category><![CDATA[White Paper]]></category>

		<guid isPermaLink="false">http://itknowledgehub.com/?p=23705</guid>
		<description><![CDATA[
Seeing the Big Picture: A Corporate Guide to Better Decisions through IT 
The sheer amount of information available in today&#8217;s business climate can be a double-edge sword. This TEC whitepaper takes an informative look at how small businesses and midsize companies can develop ways to access the right information at the right time in order [...]]]></description>
			<content:encoded><![CDATA[<p><img title="sap-logo" src="http://itknowledgehub.com/wp-content/uploads/2010/04/sap-logo.gif" alt="sap-logo" width="150" height="80" /></p>
<p><strong>Seeing the Big Picture: A Corporate Guide to Better Decisions through IT </strong></p>
<p>The sheer amount of information available in today&#8217;s business climate can be a double-edge sword. This TEC whitepaper takes an informative look at how small businesses and midsize companies can develop ways to access the right information at the right time in order to make better, faster decisions &#8212; without getting bogged down or delayed.</p>
<p><strong>Complete  the form below to access this White Paper from SAP:</strong></p>
[contact-form]




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;title=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20&amp;bodytext=%0D%0A%0D%0ASeeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20%0D%0A%0D%0AThe%20sheer%20amount%20of%20information%20available%20in%20today%27s%20business%20climate%20can%20be%20a%20double-edge%20sword.%20This%20TEC%20whitepaper%20takes%20an%20informative%20look%20at%20how%20small%20businesses%20a" title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;t=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;submitHeadline=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20&amp;submitSummary=%0D%0A%0D%0ASeeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20%0D%0A%0D%0AThe%20sheer%20amount%20of%20information%20available%20in%20today%27s%20business%20climate%20can%20be%20a%20double-edge%20sword.%20This%20TEC%20whitepaper%20takes%20an%20informative%20look%20at%20how%20small%20businesses%20a&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20%20-%20http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;title=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;title=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;title=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;title=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Fit-management-trends%2Fbig-picture-corporate-guide-decisions%2F&amp;t=Seeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20&amp;s=%0D%0A%0D%0ASeeing%20the%20Big%20Picture%3A%20A%20Corporate%20Guide%20to%20Better%20Decisions%20through%20IT%20%0D%0A%0D%0AThe%20sheer%20amount%20of%20information%20available%20in%20today%27s%20business%20climate%20can%20be%20a%20double-edge%20sword.%20This%20TEC%20whitepaper%20takes%20an%20informative%20look%20at%20how%20small%20businesses%20a" title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/it-management-trends/big-picture-corporate-guide-decisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Intelligence: The Definitive Guide for Mid-Size Organizations</title>
		<link>http://itknowledgehub.com/data-management/business-intelligence-definitive-guide-midsize-organizations/</link>
		<comments>http://itknowledgehub.com/data-management/business-intelligence-definitive-guide-midsize-organizations/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:43:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Enterprise Resource Planning]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[erp white papers]]></category>
		<category><![CDATA[White Paper]]></category>

		<guid isPermaLink="false">http://itknowledgehub.com/?p=23704</guid>
		<description><![CDATA[
Business Intelligence: The Definitive Guide for Mid-Size Organizations 
Ready to move beyond spreadsheets? Read this whitepaper to learn why Business Intelligence has never been more important and how BI will help your organization turn data into useful and meaningful information and then distributes the information to those who need it, when they need it, wherever [...]]]></description>
			<content:encoded><![CDATA[<p><img title="sap-logo" src="http://itknowledgehub.com/wp-content/uploads/2010/04/sap-logo.gif" alt="sap-logo" width="150" height="80" /></p>
<p><strong>Business Intelligence: The Definitive Guide for Mid-Size Organizations </strong></p>
<p>Ready to move beyond spreadsheets? Read this whitepaper to learn why Business Intelligence has never been more important and how BI will help your organization turn data into useful and meaningful information and then distributes the information to those who need it, when they need it, wherever they need it regardless of limited resources or the size of your company.</p>
<p><strong>Complete   the form below to access this White Paper from SAP:</strong></p>
[contact-form]




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;title=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20&amp;bodytext=%0D%0A%0D%0ABusiness%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20%0D%0A%0D%0AReady%20to%20move%20beyond%20spreadsheets%3F%20Read%20this%20whitepaper%20to%20learn%20why%20Business%20Intelligence%20has%20never%20been%20more%20important%20and%20how%20BI%20will%20help%20your%20organization%20turn%20data%20i" title="Digg"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;t=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20" title="Facebook"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;submitHeadline=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20&amp;submitSummary=%0D%0A%0D%0ABusiness%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20%0D%0A%0D%0AReady%20to%20move%20beyond%20spreadsheets%3F%20Read%20this%20whitepaper%20to%20learn%20why%20Business%20Intelligence%20has%20never%20been%20more%20important%20and%20how%20BI%20will%20help%20your%20organization%20turn%20data%20i&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20%20-%20http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F" title="Twitter"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;title=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20" title="Diigo"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F" title="Propeller"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;title=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20" title="StumbleUpon"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;title=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20" title="Faves"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;title=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20" title="Mixx"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fitknowledgehub.com%2Fdata-management%2Fbusiness-intelligence-definitive-guide-midsize-organizations%2F&amp;t=Business%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20&amp;s=%0D%0A%0D%0ABusiness%20Intelligence%3A%20The%20Definitive%20Guide%20for%20Mid-Size%20Organizations%20%0D%0A%0D%0AReady%20to%20move%20beyond%20spreadsheets%3F%20Read%20this%20whitepaper%20to%20learn%20why%20Business%20Intelligence%20has%20never%20been%20more%20important%20and%20how%20BI%20will%20help%20your%20organization%20turn%20data%20i" title="Tumblr"><img src="http://itknowledgehub.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://itknowledgehub.com/data-management/business-intelligence-definitive-guide-midsize-organizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
