<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What&#8217;s your preferred development infrastructure stack?</title>
	<atom:link href="http://maxheapsize.com/2010/01/13/whats-your-preferred-development-infrastructure-stack/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxheapsize.com/2010/01/13/whats-your-preferred-development-infrastructure-stack/</link>
	<description>Oliver Wehrens on Programming and Agile</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:26:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: raykf</title>
		<link>http://maxheapsize.com/2010/01/13/whats-your-preferred-development-infrastructure-stack/comment-page-1/#comment-3909</link>
		<dc:creator>raykf</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=435#comment-3909</guid>
		<description>Hey,

I&#039;ll tell you about mine:

For source control and the code I&#039;m bound to use transaction SE80 (or one of its siblings like SE24), which is a SAP base transaction for ABAP development. 

Here I have some sort of version tracking which allows to compare different versions of the code. Positive to remark is the feature to compare code across the system landscape, to compare code of the productive environment with the one in the dev. environment.

The ABAP editor offers sort of syntax highlighting and suggestions for completion on key words and variables. Code consistency is checked with Alt-F2.

I don&#039;t know about other debuggers, but I like what I have with SAP&#039;s  new debugger. All the fields and run-time information directly accessible. I could get insight into table content and manipulate every attribute. 

What I never used is the Code Inspector, which, ok, inspects the code, unreached passages, infinite loops thinks like this. The inspection could be scheduled, so sort, of CI as continuous integration is possible. Also scheduable from the Code Inspector is the execution of unit tests. 

Finally I need to mention that we do a very straight forward coding in our BW system. No super generic stuff. In general structural and type information are at hand and we simply add some business logic. Beside this there are some neural core components like changed data capturing, or generating surrogate keys. More or less we are forced by SAP to use ABAP Objects, but not in the OO way.

Bug tracking depends on the systems. Unwanted features visible to the customer are tracked by central, and group wide Pergrine Service Center. Those are called incidents, get an priority and development team assigned, and are to be solved. Bugs in the development system are tracked by using... words. So the small team responsible for a set of applications in SAP BW know, because hear, that there is an issue.

That my infrastructure stack. As I have no options this is my preferred one ;)

Go ahead, Olli!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;ll tell you about mine:</p>
<p>For source control and the code I&#8217;m bound to use transaction SE80 (or one of its siblings like SE24), which is a SAP base transaction for ABAP development. </p>
<p>Here I have some sort of version tracking which allows to compare different versions of the code. Positive to remark is the feature to compare code across the system landscape, to compare code of the productive environment with the one in the dev. environment.</p>
<p>The ABAP editor offers sort of syntax highlighting and suggestions for completion on key words and variables. Code consistency is checked with Alt-F2.</p>
<p>I don&#8217;t know about other debuggers, but I like what I have with SAP&#8217;s  new debugger. All the fields and run-time information directly accessible. I could get insight into table content and manipulate every attribute. </p>
<p>What I never used is the Code Inspector, which, ok, inspects the code, unreached passages, infinite loops thinks like this. The inspection could be scheduled, so sort, of CI as continuous integration is possible. Also scheduable from the Code Inspector is the execution of unit tests. </p>
<p>Finally I need to mention that we do a very straight forward coding in our BW system. No super generic stuff. In general structural and type information are at hand and we simply add some business logic. Beside this there are some neural core components like changed data capturing, or generating surrogate keys. More or less we are forced by SAP to use ABAP Objects, but not in the OO way.</p>
<p>Bug tracking depends on the systems. Unwanted features visible to the customer are tracked by central, and group wide Pergrine Service Center. Those are called incidents, get an priority and development team assigned, and are to be solved. Bugs in the development system are tracked by using&#8230; words. So the small team responsible for a set of applications in SAP BW know, because hear, that there is an issue.</p>
<p>That my infrastructure stack. As I have no options this is my preferred one <img src='http://maxheapsize.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Go ahead, Olli!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
