<?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>Max Titov IV @ TechSplice &#187; debugging</title>
	<atom:link href="http://www.blog.techsplice.com/archives/tag/debugging/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<lastBuildDate>Tue, 20 Dec 2011 18:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ABAP Runtime Analysis &#8211; variant setup</title>
		<link>http://www.blog.techsplice.com/archives/338</link>
		<comments>http://www.blog.techsplice.com/archives/338#comments</comments>
		<pubDate>Mon, 08 Nov 2010 20:25:12 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Everyday stuff]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[SAP/ABAP]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=338</guid>
		<description><![CDATA[Runtime analysis can be used to quickly get to the bottom of which tables are referenced during a transaction/program/function-module call. I like running SM30 over ST22 because you get a nicer presentation of what tables were hit.  ST22 tends to bee too detailed in majority of my scenarios. By default the report is initialized with [...]]]></description>
			<content:encoded><![CDATA[<p>Runtime analysis can be used to quickly get to the bottom of which tables are referenced during a transaction/program/function-module call.</p>
<p>I like running SM30 over ST22 because you get a nicer presentation of what tables were hit.  ST22 tends to bee too detailed in majority of my scenarios.</p>
<p>By default the report is initialized with the DEFAULT variant.  This is limiting and will not give you as much information as you might want.  Typically on a new system I set up my own variant that allows me to access more information.</p>
<p>Steps to set up your own variant:</p>
<ol>
<li><a href="http://www.blog.techsplice.com/wp-content/uploads/2010/11/screen_shot_00000432.jpg"><img class="alignright size-full wp-image-339" title="screen_shot_00000432" src="http://www.blog.techsplice.com/wp-content/uploads/2010/11/screen_shot_00000432.jpg" alt="" width="233" height="19" /></a>Select the drop down option in the Variant selector panel</li>
<li>Click the green check-box on the next screen without changing the parameters of the Selection Criteria for Variants pop-up</li>
<li>You will be presented with two default Variants &#8211; DEFAULT and TMP; ignore those and click on the Create button</li>
<li>Type in the name and continue</li>
<li><a href="http://www.blog.techsplice.com/wp-content/uploads/2010/11/screen_shot_00000433.jpg"><img class="alignright size-full wp-image-340" title="screen_shot_00000433" src="http://www.blog.techsplice.com/wp-content/uploads/2010/11/screen_shot_00000433.jpg" alt="" width="316" height="199" /></a>Here&#8217;s the most important part of this trick.  When you get to the main configuration page of the variant go to the third tab [Duratn/type] and in the Aggregation pick the <em>None</em> option.</li>
<li>Once done click Save as&#8230; button and you are ready to run your Analysis.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/338/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: debugging in pop-up windows</title>
		<link>http://www.blog.techsplice.com/archives/298</link>
		<comments>http://www.blog.techsplice.com/archives/298#comments</comments>
		<pubDate>Sat, 22 Aug 2009 01:38:17 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=298</guid>
		<description><![CDATA[Debugging in SAP is something that I do almost on a daily basis, most of the time I get by just by typing the /h command in the transaction window and executing the program but this is not always possible. The scenario that I speak of occurs when you are debugging a pop-up window. When [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span><span lang="EN-US">Debugging in SAP is something that I do almost on a daily basis, most of the time I get by just by typing the <strong>/h</strong> command in the transaction window and executing the program but this is not always possible.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">The scenario that I speak of occurs when you are debugging a pop-up window.<span> </span>When you are working with a pop-up window there is no convenient transaction window where you can turn on the debugger.<span> </span>So what do you do?</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Simple.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Create a new file; lets call it <em>debugger.txt</em> and populate the contents of the file with the following lines:</span></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><span lang="EN-US"><span> </span><em>[Function]</em></span></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Title=Debugger Session</span></em></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Command=/h</span></em></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Type=SystemCommand</span></em></span></p>
<p class="MsoNormal"><span><span lang="EN-US"> </span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Save the file and leave it on your desktop.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Now when ever you get to a pop-up window that you want to debug simply drag the <em>debugger.txt</em> file in to the window and you will activate the debugging session.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Happy hunting!</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/298/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.901 seconds -->

