<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>unsigned long geek = random(); &#187; ABAP</title>
	<atom:link href="http://mjturner.net/blog/archives/category/development/abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjturner.net/blog</link>
	<description>Michael-John Turner: Musings from a random UNIX geek</description>
	<lastBuildDate>Thu, 07 Oct 2010 17:13:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>		<item>
		<title>ABAP documentation musical references redux</title>
		<link>http://mjturner.net/blog/archives/2006/03/16/abap-documentation-musical-references-redux/</link>
		<comments>http://mjturner.net/blog/archives/2006/03/16/abap-documentation-musical-references-redux/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 07:02:00 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/?p=108</guid>
		<description><![CDATA[As a follow-up to yesterday&#8217;s post about ABAP documentation referencing Pink Floyd&#8217;s Careful with that Axe, Eugene, I decided to do some further digging. It seems that there are quite a few musical references in the documentation: concatenate &#8211; Louis Armstrong&#8217;s We have all the time in the World condense &#8211; Leonard Cohen&#8217;s Suzanne find [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow-up to <a href="http://weblogs.turner.org.za/mj/archives/2006/03/15/sap-runs-pink-floyd/">yesterday&#8217;s post</a> about ABAP documentation referencing Pink Floyd&#8217;s <i>Careful with that Axe, Eugene</i>, I decided to do some further digging. It seems that there are quite a few musical references in the documentation:</p>
<ul>
<li><b>concatenate</b> &#8211; Louis Armstrong&#8217;s <i>We have all the time in the World</i></li>
<li><b>condense</b> &#8211; Leonard Cohen&#8217;s <i>Suzanne</i></li>
<li><b>find</b> &#8211; Neil Young and Crazy Horse&#8217;s <i>Everybody Knows this is Nowhere</i></li>
<li><b>replace</b> and <b>shift</b>- Lyle Lovett&#8217;s <i>I Know You Know</i></li>
<li><b>search</b> &#8211; Chuck Berry&#8217;s <i>Roll Over Beethoven</i></li>
<li><b>split</b> &#8211; The Rolling Stones&#8217; <i>Mother&#8217;s Little Helper</i></li>
<li><b>translate</b> &#8211; Pink Floyd&#8217;s <i>Careful with that Axe, Eugene</i></li>
</ul>
<p>There are probably some other little gems in the documentation, but I&#8217;ll leave those for someone else to find <img src='http://mjturner.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2006/03/abap-documentation-musical-references-redux--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2006/03/16/abap-documentation-musical-references-redux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>SAP runs Pink Floyd</title>
		<link>http://mjturner.net/blog/archives/2006/03/15/sap-runs-pink-floyd/</link>
		<comments>http://mjturner.net/blog/archives/2006/03/15/sap-runs-pink-floyd/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 06:24:22 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/?p=104</guid>
		<description><![CDATA[Spotted this gem in the ABAP documentation for the translate statement on a SAP WAS 6.40 system today: After the conversion, the variable text contains &#8220;CAREFUL WITH THAT AXE, EUGENE&#8221;. DATA text TYPE string. text = `Careful with that Axe, Eugene`. TRANSLATE text TO UPPER CASE. I guess someone in Walldorf likes Pink Floyd]]></description>
			<content:encoded><![CDATA[<p>Spotted this gem in the <a href="http://en.wikipedia.org/wiki/ABAP">ABAP</a> documentation for the <b>translate</b> statement on a <a href="http://sdn.sap.com">SAP WAS</a> 6.40 system today:</p>
<blockquote><p>
After the conversion, the variable text contains &#8220;CAREFUL WITH THAT AXE, EUGENE&#8221;. <code><br />
DATA text TYPE string.<br />
text = `Careful with that Axe, Eugene`.<br />
TRANSLATE text TO UPPER CASE.<br />
</code>
</p></blockquote>
<p>I guess someone in Walldorf likes <a href="http://www.pinkfloyd.net/albums/?album=32">Pink Floyd</a> <img src='http://mjturner.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2006/03/sap-runs-pink-floyd--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2006/03/15/sap-runs-pink-floyd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

