<?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>alternateplanet &#187; ABAP</title>
	<atom:link href="http://www.alternateplanet.net/tag/abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alternateplanet.net</link>
	<description>alternate planet in an alternate time</description>
	<lastBuildDate>Mon, 06 Dec 2010 21:49:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SAP Background Jobs</title>
		<link>http://www.alternateplanet.net/2010/02/sap-background-jobs/</link>
		<comments>http://www.alternateplanet.net/2010/02/sap-background-jobs/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BASIS]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=309</guid>
		<description><![CDATA[Background Jobs:
Background processing is used to: Reduce the load on the dialog processor, as the dialog wp duration is limited.
You can define and schedule background jobs in two ways from the Job Overview: 

Directly from Transaction SM36.
The Job Wizard : To use the Job Wizard, start from Transaction SM36, there you&#8217;ll find Job Wizard

Procedure


Call Transaction [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial; font-size: 100%;"><span style="font-family: georgia; font-size: 180%;"><span style="font-weight: bold;">Background Jobs:</span></span></p>
<p><span style="font-family: georgia;">Background processing is used to: Reduce the load on the dialog processor, as the dialog wp duration is limited.</span></p>
<p>You can define and schedule background jobs in two ways from the <em>Job Overview</em>: </span></p>
<ul style="font-family: georgia;"><span style="font-size: 100%;"></p>
<li>Directly from Transaction SM36.</li>
<li>The Job Wizard : To use the Job Wizard, start from Transaction SM36, there you&#8217;ll find Job Wizard</li>
<p></span></ul>
<p><span style="font-family: georgia; font-size: 100%;">Procedure</span><span style="font-family: georgia; font-size: 100%;"><br />
</span></p>
<ol style="font-family: georgia;"><span style="font-size: 100%;"></p>
<li>Call Transaction SM36.</li>
<p></span><span style="font-size: 100%;"></p>
<li>Assign a job name. Decide on a name for the job you are defining and enter it in the <em>Job Name </em>field.</li>
<li>Set the job’s Priority or Job Class</li>
<p></span></ol>
<p><span style="font-family: Arial; font-size: 100%;"> </span></p>
<ul style="font-family: georgia;"><span style="font-size: 100%;"></p>
<li>High priority: Class A</li>
<li>Medium Priority: Class B</li>
<li>Low priority: Class C</li>
<p></span></ul>
<p><span style="font-family: georgia; font-size: 100%;"> </span><span style="font-family: Arial; font-size: 100%;"><em>Target server</em> field, indicate whether to use system load balancing.</span><span style="font-family: Arial; font-size: 100%;"> </span><span style="font-family: Arial; font-size: 100%;"> </span></p>
<ul style="font-family: georgia;"><span style="font-size: 100%;"></p>
<li>For the system to use system load balancing to automatically select the most efficient application server to use at the moment, leave this field empty.</li>
<li>To use a particular application server to run the job, enter a specific target server.</li>
<p></span></ul>
<p><span style="font-family: Arial; font-size: 100%;"> </span></p>
<ol style="font-family: georgia;"><span style="font-size: 100%;"></p>
<li>If spool requests generated by this job are to be sent to someone as email, specify the email address. Choose the <em>Spool list recipient</em> button.</li>
<li>Define when the job is to start by choosing Start Condition and completing the appropriate selections. If the job is to repeat, or be periodic, check the box at the bottom of this screen.</li>
<p></span><span style="font-size: 100%;"></p>
<li>Define the by choosing <em>Step</em>, then specify the ABAP program,external command or external programe to be used for each step.</li>
<p></span><span style="font-size: 100%;"></p>
<li>Save the fully defined job to submit it to the background processing system.</li>
<p></span></ol>
<p><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Status of Background Job:</p>
<p></span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Scheduled:</span><span style="font-family: georgia; font-size: 100%;"> Job created but start condition not defined.</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Released:</span><span style="font-family: georgia; font-size: 100%;"> Job completely defined and is waiting for selection</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Ready:</span><span style="font-family: georgia; font-size: 100%;"> Job has been selected for execution</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Active:</span><span style="font-family: georgia; font-size: 100%;"> Job is being executed by a Background processor</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Finished:</span><span style="font-family: georgia; font-size: 100%;"> Job successfully  completed.</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Canceled:</span><span style="font-family: georgia; font-size: 100%;"> Job terminated.</span><span style="font-family: georgia; font-size: 100%;"></p>
<p></span><span style="font-weight: bold; font-family: georgia; font-size: 100%;">Start Condition:</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-family: georgia; font-size: 100%;">Time Based : Immediate, At a date or time, On a chosen workday</span><span style="font-family: georgia; font-size: 100%;"><br />
</span><span style="font-family: georgia; font-size: 100%;">Event Based: After an event, After a Job, After an operation mode switch.</span><span style="font-family: georgia; font-size: 100%;"></p>
<p></span><span style="font-family: georgia; font-size: 100%;">Using SM37 you can monitor the Background Jobs.</span><span style="font-size: 100%;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/02/sap-background-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

