<?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/"
	>

<channel>
	<title>Sower SAP ABAP Architecture</title>
	<atom:link href="http://sower.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://sower.com.au</link>
	<description>SAP NetWeaver Architecture</description>
	<pubDate>Fri, 30 Sep 2011 06:06:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Best Way to Handle Exceptions in ABAP Classes</title>
		<link>http://sower.com.au/2011/09/best-way-to-handle-exceptions-in-abap-classes/</link>
		<comments>http://sower.com.au/2011/09/best-way-to-handle-exceptions-in-abap-classes/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 20:08:24 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://sower.com.au/2011/09/best-way-to-handle-exceptions-in-abap-classes/</guid>
		<description><![CDATA[I&#8217;ve been wanting to switch to exception classes for years but have found them overly cumbersome in most cases. &#160;I&#8217;ve finally figured it out. &#160;Here is a simple way to handle simple exceptions using ABAP exception classes from NetWeaver 6.40 and up.

1. Message Class
Make sure you have a message class for custom messages (SE91) with [...]]]></description>
		<wfw:commentRss>http://sower.com.au/2011/09/best-way-to-handle-exceptions-in-abap-classes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP InnoJam 2011 in Sydney</title>
		<link>http://sower.com.au/2011/08/sap-innojam-2011/</link>
		<comments>http://sower.com.au/2011/08/sap-innojam-2011/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 08:36:02 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[InnoJam 2011]]></category>

		<guid isPermaLink="false">http://sower.com.au/?p=308</guid>
		<description><![CDATA[
Sower was represented at SAP Innojam 2011 in Sydney by Peter Chapman.  At the event teams have 24 hours to develop solutions using the newest SAP technologies, including HANA, Gateway, StreamWork, Gravity and SUP.
The team was successful in developing a tool to automatically generate UML diagrams from any ABAP runtime trace log.  Fully integrated into [...]]]></description>
		<wfw:commentRss>http://sower.com.au/2011/08/sap-innojam-2011/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embedding WebDynpro into BSP</title>
		<link>http://sower.com.au/2011/07/embedding-webdynpro-into-bsp/</link>
		<comments>http://sower.com.au/2011/07/embedding-webdynpro-into-bsp/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 19:22:40 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://sower.com.au/2011/07/embedding-webdynpro-into-bsp/</guid>
		<description><![CDATA[WebDynpro is great for read/write applications but weaker when it comes to presentation, flexibility and leveraging all the goodies available to normal web developers.

For the best of both worlds, you can build great applications in BSP using beautiful CSS and compelling animations (JQuery etc), and then load embedded WebDynpros when you need something heavier that [...]]]></description>
		<wfw:commentRss>http://sower.com.au/2011/07/embedding-webdynpro-into-bsp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Transaction to Execute SAP BSP Application</title>
		<link>http://sower.com.au/2011/07/create-transaction-to-execute-sap-bsp-application/</link>
		<comments>http://sower.com.au/2011/07/create-transaction-to-execute-sap-bsp-application/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 21:43:22 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://sower.com.au/2011/07/create-transaction-to-execute-sap-bsp-application/</guid>
		<description><![CDATA[I have created a BSP Application and want to run it using a transaction code created in SE93.
If you have transaction START_BSP on your NetWeaver box, then you can make a copy of this transaction with your variant.
However, if this is not installed, you need to write a program that determines the appropriate URL and [...]]]></description>
		<wfw:commentRss>http://sower.com.au/2011/07/create-transaction-to-execute-sap-bsp-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JQuery Multilevel Accordion in 10 lines of code</title>
		<link>http://sower.com.au/2011/06/jquery-multilevel-accordion-in-10-lines-of-code/</link>
		<comments>http://sower.com.au/2011/06/jquery-multilevel-accordion-in-10-lines-of-code/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 15:17:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://sower.com.au/?p=298</guid>
		<description><![CDATA[I spent a very long time (more than 10 minutes anyway) trawling the internet for a decent JQuery multilevel accordion script.  How heavy is the accordion.js plugin now???
So I ended up writing my own.  It is just 10 lines, and handles unlimited nesting with no weighty plugins.  Feel free to use the code however you [...]]]></description>
		<wfw:commentRss>http://sower.com.au/2011/06/jquery-multilevel-accordion-in-10-lines-of-code/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

