<?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>ABAP Wizard &#187; ABAP Tips</title>
	<atom:link href="http://www.abapwizard.com/category/abap-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abapwizard.com</link>
	<description>Your ABAP tip on the Internet</description>
	<lastBuildDate>Sat, 15 May 2010 05:22:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SELECTION-SCREEN &#8211; Complex Selection screen example</title>
		<link>http://www.abapwizard.com/selection-screen-complex-selection-screen-example/</link>
		<comments>http://www.abapwizard.com/selection-screen-complex-selection-screen-example/#comments</comments>
		<pubDate>Sat, 15 May 2010 04:48:08 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[complex]]></category>
		<category><![CDATA[complex selection screen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[SELECTION-SCREEN]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=243</guid>
		<description><![CDATA[When you have to enter a text greater than 50 characters to describe a field in the selection screen, or need to have more control over the position of the items in the selection screen, use technique below. This can also be used when you need to insert for example two radio buttons in the same line. [...]]]></description>
		<wfw:commentRss>http://www.abapwizard.com/selection-screen-complex-selection-screen-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Program RSSTATUS &#8211; Identify Application Component of Object</title>
		<link>http://www.abapwizard.com/program-rsstatus-identify-application-component-of-object/</link>
		<comments>http://www.abapwizard.com/program-rsstatus-identify-application-component-of-object/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[SAP Standard Report/Program]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[OSS Message]]></category>
		<category><![CDATA[OSS Note]]></category>
		<category><![CDATA[RSSTATUS]]></category>
		<category><![CDATA[SAP Standard Program]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=207</guid>
		<description><![CDATA[Program to verify application component of object. It can be used to inform details  of object when opening OSS Message for example.]]></description>
		<wfw:commentRss>http://www.abapwizard.com/program-rsstatus-identify-application-component-of-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Header &#8211; List Processing</title>
		<link>http://www.abapwizard.com/list-header-list-processing/</link>
		<comments>http://www.abapwizard.com/list-header-list-processing/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:38:23 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[list header]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=197</guid>
		<description><![CDATA[To edit list header: Running ABAP program, go to System&#8211;&#62; List &#8211;&#62;List Header While editing program, go to Goto&#8211;&#62;Text Elements&#8211;&#62;List Headers]]></description>
		<wfw:commentRss>http://www.abapwizard.com/list-header-list-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watchpoint</title>
		<link>http://www.abapwizard.com/watchpoint/</link>
		<comments>http://www.abapwizard.com/watchpoint/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:56:34 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[breakpoint]]></category>
		<category><![CDATA[watchpoint]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=187</guid>
		<description><![CDATA[Watchpoint are conditional breakpoints. You can define a relational operator and comparison field value in order to the breakpoint happen. There is a limit of up to 10 Watchpoints set at the same time.]]></description>
		<wfw:commentRss>http://www.abapwizard.com/watchpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STRLEN( )</title>
		<link>http://www.abapwizard.com/strlen/</link>
		<comments>http://www.abapwizard.com/strlen/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:32:06 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[lenght]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[strlen]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=183</guid>
		<description><![CDATA[Statement &#8220;length = STRLEN( variable ).&#8221; provides lenght of character variable.]]></description>
		<wfw:commentRss>http://www.abapwizard.com/strlen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP Standard Data Types</title>
		<link>http://www.abapwizard.com/abap-standard-data-types/</link>
		<comments>http://www.abapwizard.com/abap-standard-data-types/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:11:13 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[data type]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[variable]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=178</guid>
		<description><![CDATA[D &#8211; Date T &#8211; Time I &#8211; Integer F &#8211; Float STRING &#8211; Character string (dynamic length) XSTRING &#8211; Hexadecimal string (dynamic length) C &#8211; Character N &#8211; Numerical character X &#8211; Hexadecimal P &#8211; Packed Number]]></description>
		<wfw:commentRss>http://www.abapwizard.com/abap-standard-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inactive/Active Program</title>
		<link>http://www.abapwizard.com/inactiveactive-program/</link>
		<comments>http://www.abapwizard.com/inactiveactive-program/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 02:43:13 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[inactive]]></category>
		<category><![CDATA[load compilation]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=171</guid>
		<description><![CDATA[When we create a new program, its state will be Inactive until we activate it. Whenever we change an existent program, we can still work with it without changing its LOAD compilation (active version interpreted at runtime). For that, we should work in ABAP Editor (SE38), and when we have to run it, we press [...]]]></description>
		<wfw:commentRss>http://www.abapwizard.com/inactiveactive-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Comment Source Code</title>
		<link>http://www.abapwizard.com/comment/</link>
		<comments>http://www.abapwizard.com/comment/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 02:12:25 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=166</guid>
		<description><![CDATA[To comment a line: - * (asterisk) at the first columm. This will comment the entire line. -&#8221; (double quote). Comment text after double quote. To comment a block of code, select lines and press CTRL+&#60;. To undo uncomment, press CTRL+&#62;.]]></description>
		<wfw:commentRss>http://www.abapwizard.com/comment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty Printer</title>
		<link>http://www.abapwizard.com/pretty-printer/</link>
		<comments>http://www.abapwizard.com/pretty-printer/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 02:01:07 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[indent]]></category>
		<category><![CDATA[pretty printer]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=162</guid>
		<description><![CDATA[Not only of extremely complex material we live&#8230; thinking on newbies to SAP, here is a tip on how to make source code look better! Use Pretty Printer button for converting uppercase/lowercase letters and indent your code. To change Pretty Printer settings from ABAP Editor, go to menu Tools &#8211;&#62; Settings &#8211;&#62; ABAP Editor &#8211;&#62; [...]]]></description>
		<wfw:commentRss>http://www.abapwizard.com/pretty-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Start Transaction</title>
		<link>http://www.abapwizard.com/set-start-transaction/</link>
		<comments>http://www.abapwizard.com/set-start-transaction/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 03:36:39 +0000</pubDate>
		<dc:creator>abapwizard</dc:creator>
				<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[Personalization]]></category>
		<category><![CDATA[personalize]]></category>
		<category><![CDATA[personalize sap gui]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[start transaction]]></category>
		<category><![CDATA[transaction]]></category>

		<guid isPermaLink="false">http://www.abapwizard.com/?p=156</guid>
		<description><![CDATA[At landing screen of SAP, click on menu Extras -&#62; Set Start Transaction. Enter transaction code, for example SE38. At next login, transaction code configured will be executed automatically.]]></description>
		<wfw:commentRss>http://www.abapwizard.com/set-start-transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

