
<?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>Boring Monday &#187; ABAP</title>
	<atom:link href="http://www.boringmonday.com/jc/category/abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boringmonday.com/jc</link>
	<description>It&#039;s a cycle..</description>
	<lastBuildDate>Tue, 11 Oct 2011 06:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SAP ABAP /h Debugging Trick</title>
		<link>http://www.boringmonday.com/jc/2009/03/28/sap-abap-h-debugging-tip/</link>
		<comments>http://www.boringmonday.com/jc/2009/03/28/sap-abap-h-debugging-tip/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 06:46:00 +0000</pubDate>
		<dc:creator>SteD</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.boringmonday.com/jc/?p=212</guid>
		<description><![CDATA[I learned this ABAP debugging trick to add, edit, delete or update a table record during my stay in my previous company. This trick will work as long as you have the authorization to force value into variables during debugging, which, usually an ABAPer will have in Development or QAS server. Let&#8217;s go into SE16. [...]]]></description>
			<content:encoded><![CDATA[<p>I learned this ABAP debugging trick to add, edit, delete or update a table record during my stay in my previous company. This trick will work as long as you have the authorization to force value into variables during debugging, which, usually an ABAPer will have in Development or QAS server.</p>
<p>Let&#8217;s go into SE16. Take Sales Order table VBAK for example.</p>
<img class="size-full wp-image-237" title="vbak" src="http://www.boringmonday.com/jc/wp-content/uploads/2009/03/vbak.jpg" alt="vbak" width="573" height="324" />
<p>Double click any line and goes into the details single record view, type /h and hit enter twice.</p>
<p><img class="size-full wp-image-238" title="vbak2" src="http://www.boringmonday.com/jc/wp-content/uploads/2009/03/vbak2.jpg" alt="vbak2" width="339" height="237" /></p>
<p>The variable CODE was originally having a value of &#8216;SHOW&#8217;. You can edit the value of the variable to &#8216;EDIT&#8217;, &#8216;INSR&#8217;, &#8216;DELE&#8217; and &#8216;ANVO&#8217;. The name of the value is quite self explanatory, ANVO is for editing the record including the keys ( which I&#8217;ve never used ).</p>
<p><img class="alignnone size-full wp-image-239" title="debug" src="http://www.boringmonday.com/jc/wp-content/uploads/2009/03/debug.jpg" alt="debug" width="600" height="447" /></p>
<p>Hit F8 and there, you&#8217;re in the EDIT mode. Remember to hit the Save button when you&#8217;re done thou.</p>
<p>It&#8217;s useful to use this trick when you&#8217;re trying to maintain a table when you can&#8217;t use SM30 to do it. This is one of my favourite ABAP trick <img src='http://www.boringmonday.com/jc/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.boringmonday.com/jc/2009/03/28/sap-abap-h-debugging-tip/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.464 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 01:46:28 -->

