<?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>Cloudscape&#039;s Blog &#187; debug</title>
	<atom:link href="http://cloudscape.pe.kr/wp/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloudscape.pe.kr/wp</link>
	<description>Wer rastet, der rostet.</description>
	<lastBuildDate>Thu, 01 Mar 2012 23:09:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>background process 및 aRFC debug 하기</title>
		<link>http://cloudscape.pe.kr/wp/background-process-%eb%b0%8f-arfc-debug-%ed%95%98%ea%b8%b0/</link>
		<comments>http://cloudscape.pe.kr/wp/background-process-%eb%b0%8f-arfc-debug-%ed%95%98%ea%b8%b0/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 13:32:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[debug]]></category>

		<guid isPermaLink="false">http://cloudscape.pe.kr/wp/?p=140</guid>
		<description><![CDATA[background process와 aRFC는 debug 할 때 아주 골치 아프다. aRFC의 경우 F5 &#8211; F7 &#8211; F5 를 번갈아 작동시킴으로 debug를 하는데 background process는, 특히 &#8216;submit&#8217;로 다른 session으로 날라가는 경우는 breakpoint가 전혀 작동하지 않는다. 이 경우 보통 endless(infinite) loop를 이용하는 꼼수를 쓴다. 1. use the following code instead of break-point: data a type c. do. if [...]]]></description>
			<content:encoded><![CDATA[<p>background process와 aRFC는 debug 할 때 아주 골치 아프다.<br />
aRFC의 경우 F5 &#8211; F7 &#8211; F5 를 번갈아 작동시킴으로 debug를 하는데 background process는, 특히 &#8216;submit&#8217;로 다른 session으로 날라가는 경우는 breakpoint가 전혀 작동하지 않는다.</p>
<p>이 경우 보통 endless(infinite) loop를 이용하는 꼼수를 쓴다.</p>
<blockquote><p>1. use the following code instead of break-point:</p>
<p><code>data a type c. do.<br />
if a = 'X'. exit. endif.<br />
enddo.<br />
</code></p>
<p>2. while the program is running in background, launch transaction SM50.</p>
<p>3. select the program in the list and choose Program/Mode > Program > Debugging</p>
<p>4. at this point the program should stop in the infinite loop. to exit from the loop, set the variable a to &#8216;X&#8217;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cloudscape.pe.kr/wp/background-process-%eb%b0%8f-arfc-debug-%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

