<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The BASIS of SAP</title>
	
	<link>http://www.basissap.com</link>
	<description>The place to come when they say it's a BASIS problem</description>
	<pubDate>Mon, 01 Dec 2008 00:47:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TheBasisOfSap" type="application/rss+xml" /><item>
		<title>Critical security flaw in SAP GUI</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/470752318/</link>
		<comments>http://www.basissap.com/2008/12/critical-security-flaw-in-sap-gui/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 00:47:30 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[OSS]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=94</guid>
		<description><![CDATA[An ActiveX vulnerability detected in the SAP GUI may possibly be exploited by an attacker to gain access to critical files and sensitive data. According to an advisory issued by the United States Computer Emergency Readiness Team (US-CERT), the vulnerability can be exploited remotely by an unauthenticated hacker. The flaw is in the ActiveX control, [...]]]></description>
			<content:encoded><![CDATA[<p>An ActiveX vulnerability detected in the SAP GUI may possibly be exploited by an attacker to gain access to critical files and sensitive data. According to <a href="http://www.kb.cert.org/vuls/id/277313" target="_blank">an advisory issued by the United States Computer Emergency Readiness Team (US-CERT)</a>, the vulnerability can be exploited remotely by an unauthenticated hacker. The flaw is in the ActiveX control, MDrmSap, which could crash Internet Explorer when handling malicious code, US-CERT said. The advisory also states that the vulnerable ActiveX control can be disabled in Internet Explorer by setting the appropriate kill bit, or by disabling ActiveX in the Internet Zone, </p>
<p>The Danish vulnerability clearinghouse <a href="http://secunia.com/advisories/32682/">Secunia gave the flaw a highly critical rating</a>. To exploit the flaw, an attacker must trick a user into viewing a malicious website or email message, Secunia said.</p>
<p><a href="http://service.sap.com/sap/support/notes/1142431">SAP issued an update correcting the flaw</a>. If you don&#8217;t have an OSS ID, you can view a <a href="http://www.basissap.com/wp-content/uploads/2008/12/sapnote_0001142431.pdf">PDF copy of the note</a> - However, the one on the SAP site is guaranteed to be up to date, whereas the one here may not be.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=sNy2N"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=sNy2N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=IjKcN"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=IjKcN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=rVqCn"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=rVqCn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=f6Mrn"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=f6Mrn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/12/critical-security-flaw-in-sap-gui/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/12/critical-security-flaw-in-sap-gui/</feedburner:origLink></item>
		<item>
		<title>How to determine SAP Table Buffer Requirements</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/458163518/</link>
		<comments>http://www.basissap.com/2008/11/how-to-determine-sap-table-buffer-requirements/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 08:49:10 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[Configuration]]></category>

		<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=71</guid>
		<description><![CDATA[I had one of those &#8216;doh&#8217; moments during a recent SAP performance performance tuning workshop.  The instructor, Tim Bohlsen, pointed out a remarkably easy way to discover how large a table buffer that a running ABAP WAS system instance requires to reduce buffer swaps to zero.
This is important because the easiest way to reduce [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.basissap.com/wp-content/uploads/2008/11/homer-doh.jpeg" style="float: left;  margin: 4px;"/>I had one of those &#8216;doh&#8217; moments during a recent <a href="http://www.masteringsap.com/systemperformance/" target="_blank">SAP performance performance tuning workshop</a>.  The instructor, <a href="http://www.linkedin.com/pub/0/bb4/803" target="_blank">Tim Bohlsen</a>, pointed out a remarkably easy way to discover how large a table buffer that a running ABAP WAS system instance requires to reduce buffer swaps to zero.</p>
<p>This is important because the easiest way to reduce your database I/O in ANY application, SAP or not, is to reduce the need to go to disk.  Keeping data in the Application buffer improves response time by reducing the time (both the CPU time and the I/O time) requiried by the DBMS to continually retrieve that data. </p>
<p>In the case of an ABAP engine, you use transaction ST02 to determine if there is any swapping going on in the first place.  In the case shown below, both table buffers have <em>some</em> swapping - it is a relatively well tuned HR/PY system, so there isn&#8217;t much table buffer swapping despite the sytem being up for two months.  Oh, and there isn&#8217;t much point in doing this on any other system except the one you wish to tune as it will be extremely difficult to replicate the load of the target system.</p>
<p>Select the images to open larger versions in another window or tab</p>
<p><a href="http://www.basissap.com/wp-content/uploads/2008/11/st02_1.png" target="_blank"><img src="http://www.basissap.com/wp-content/uploads/2008/11/st02_1-300x104.png" title="Transaction ST02 shows some Generic table Buffer swapping" style="float: left;  margin: 4px;"/></a></p>
<p style="clear:both;">In this case, we will look at the Generic Key Buffer, since it is the the worst of the two Table Buffers.  Selecting the buffer in question, by double cliking on the line, results in a screen showing a little bit more detail.  This has some usefull navigation features.  As shown below, we are looking at the <em>current</em> status of the buffer, but we have the option to look at the history of the buffer.  This can give us an idea of when the swaps occurred, which we can then track back to certain workloads.  Moe importantly, we can look at the current status of the individual objects in the buffer.</p>
<p><a href="http://www.basissap.com/wp-content/uploads/2008/11/st02_2.png target="_blank"><img src="http://www.basissap.com/wp-content/uploads/2008/11/st02_2-300x279.png" title="st02 individual buffer detail" style="float: left;  margin: 4px;" /></a></p>
<p style="clear:both;">Now we have the statistics for individual tables (or parts thereof ) that are currently loaded into this Buffer.  This data is usefull in and of itself, which I will touch on in a later post, but first, select the <em>Next View</em> button.</p>
<p><a href="http://www.basissap.com/wp-content/uploads/2008/11/st02_3.png" target="_blank"><img src="http://www.basissap.com/wp-content/uploads/2008/11/st02_3-300x128.png" alt="st02 first view of the table statistics" style="float: left;  margin: 4px;"/></a></p>
<p style="clear:both;">The value highlighted below is the total value for <em>Size maximum [bytes]</em>. This is the sum of the highwater mark for each table that has been loaded into the buffer so far.  In other words, the amount of storage required to accept all data requests that should be buffered, without swapping, <strong>since the instance was started</strong>.</p>
<p><a href="http://www.basissap.com/wp-content/uploads/2008/11/st02_4.png" target="_blank"><img src="http://www.basissap.com/wp-content/uploads/2008/11/st02_4-300x101.png" alt="ST02 snapshot of a table buffer by table" style="float: left;  margin: 4px;" /></a></p>
<p style="clear:both;"> Now, you <em>could</em> put this value straight in to the appropriate profile parameter and restart your system, but there are a couple of caveats.</p>
<ol>
<li>If a table is marked to be buffered, but has not been read yet, it will not be included in the buffer or, therefore, the buffer size yet,</li>
<li>You need to examine the detail of both the snapshot and the history to determine if the correct tables are buffered or if they are correctly buffered (the <em>Invalidations</em> total suggests that there is some work to do in this area), and, most importantly,</li>
<li>This does not tell you if you have sufficient storage available to fulfill any increase in the buffer size without causing problems elsewhere</li>
</ol>
<p>So, make sure your system has been through a pay run, or a month-end (or whatever the appropriate business cycle is) before you use this method to measure the requirement, <br />
use <a href="http://help.sap.com/saphelp_nw70/helpdata/EN/66/380fb7d43d11d188bd0000e83539c3/content.htm" target="_blank">sappfpar</a> to validate the storage requirements of your new profile parameters, and<br />
be aware that this is only the first step towards efficient use of <strong>all</strong> of the available resources.</p>
<p>
This won&#8217;t fix all your performance problems.  However, it is an important first step.  Your database vendor may make the most efficient database engine there is, but calling any DBMS to get data will always be slower than getting that data from memory.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=eT8IN"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=eT8IN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=pWEON"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=pWEON" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=Co6Bn"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=Co6Bn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=Uazon"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=Uazon" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/11/how-to-determine-sap-table-buffer-requirements/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/11/how-to-determine-sap-table-buffer-requirements/</feedburner:origLink></item>
		<item>
		<title>Web 2.0 Reality Check, against SAP Portals</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/429152928/</link>
		<comments>http://www.basissap.com/2008/10/web-20-reality-check-against-sap-portals/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:54:59 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=63</guid>
		<description><![CDATA[Dennis Howlett has stirred up a hornets nest recently by pointing out that the Web 2.0 Emperor has no clothes, especially when it comes to the enterprise.
Enterprise has had enough of incremental step change where the ROI is questionable at best. The trending down of technology prices goes some way to redressing that imbalance but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://friendfeed.com/dahowlett" target="_blank">Dennis Howlett</a> has <a target="_blank" href="http://www.chrisbrogan.com/web-20-was-it-ever-alive">stirred up</a> a <a target="_blank" href="http://blogs.zdnet.com/Howlett/?p=512">hornets nest</a> recently by pointing out that <a target="_blank" href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">the Web 2.0 Emperor has no clothes</a>, especially when it comes to the enterprise.</p>
<blockquote><p>Enterprise has had enough of incremental step change where the ROI is questionable at best. The trending down of technology prices goes some way to redressing that imbalance but arguing that technology is cheap ergo high ROI is facile. As I have repeatedly said on this and other blogs, there are genuine barriers to adoption that make even free look expensive. <a href="http://www.chrisbrogan.com/web-20-was-it-ever-alive/#comment-142061" target="_blank">My Irregular colleague Susan Scrupski thinks that’s a griping argument.</a> Sure. But it is recurrent and current with few easy answers in sight. I suspect a part of the problem is because those most active in pushing these solutions have little idea about organizational dynamics or what makes people tick. I don’t say that lightly. <a href="http://blogs.zdnet.com/collaboration" target="_blank">Check out Oliver Marks blog</a> and his experiences at large organizations.</p>
</blockquote>
<p>Why does this matter in the SAP world ? </p>
<p>For a realistic comparison, my last SAP implementation (not upgrade) had a gloabl reach, required 5 nines reliability (scheduled application downtime is 6 hours every 3 months), and a <a href="http://searchdatacenter.techtarget.com/tip/0,289483,sid80_gci1270970,00.html" target="_blank">Disater Recovery metric of 30 minutes RTO (with an RPO of 10 minutes)</a> after a data centre disaster, for multiple mult-terrabyte databases. The customer&#8217;s management team was experienced, knew the implicit difficulties in this, and knew it would cost money.  However, they were able to justify the spend, based on their business requirements.</p>
<p>Compare this SLA against the <a href="http://www.watchingthenet.com/lessons-learn-from-googleapps-troubles.html" target="_blank">Google Apps Mail outages in March 2008</a>, the <a href="www.techcrunch.com/2008/06/17/google-app-engine-goes-down-and-stays-down/" target="_blank">Google App Engine failure (June 2008)</a> and another <a href="http://www.eweek.com/c/a/Messaging-and-Collaboration/Google-Apps-Outages-Officially-A-Part-of-Our-Lives/" target="_blank">Google Apps outage in October 2008</a>.</p>
<p>You don&#8217;t have control over the cloud, which means you don&#8217;t have control over your data, whether you&#8217;re talking about the physical security, or secured access once the data is available.</p>
<p>On the other hand, with tools like <a href="http://www.sdn.sap.com/irj/sdn/wiki?path=/display/Community/Enterprise%2bSocial%2bMessaging%2bExperiment%2b(ESME)" target="_blank">ESME</a>, the <a href="http://www.sdn.sap.com/irj/sdn/nw-portalandcollaboration" target="_blank">wikis and rooms available on SAP Portals</a>, and sensible well designed Web Dynpros, under pinned by the new Java Engine architechture, you have the technology to provide your users and customers with Web 2.0 like systems, in a secure, scalable, stable environment.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=bxKvM"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=bxKvM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=amENM"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=amENM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=kmZFm"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=kmZFm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=tlCXm"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=tlCXm" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/10/web-20-reality-check-against-sap-portals/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/10/web-20-reality-check-against-sap-portals/</feedburner:origLink></item>
		<item>
		<title>Howto avoid irj/portal in the portal URL</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/395933751/</link>
		<comments>http://www.basissap.com/2008/09/howto-avoid-irjportal-in-the-portal-url/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 06:16:05 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[Configuration]]></category>

		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=60</guid>
		<description><![CDATA[Actually, its a bit of a cheat.  What happens is that you&#8217;re telling the J2EE WAS that if there is no page specified (such as &#8230;/index.html), then open the page &#8230;/irj/portal.
   1. Go to j2ee visual administrator
   2. For each Server, Navigate to Cluster-> Server -> Services -> HTTP Provider
 [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, its a bit of a cheat.  What happens is that you&#8217;re telling the J2EE WAS that if there is no page specified (such as &#8230;/index.html), then open the page &#8230;/irj/portal.</p>
<p>   1. Go to j2ee visual administrator<br />
   2. For each Server, Navigate to Cluster-> Server -> Services -> HTTP Provider<br />
   3. Enter <em>/irj/portal</em> in the <strong>Start Page Text </strong>Field<br />
   4. Click on <strong>Save Properties</strong><br />
   5. Restart this service from visual administrator</p>
<p><center><a href='http://www.martin-english.com/whatsup/wp-content/uploads/2007/11/va_start_page.jpg' title='va_start_page.jpg'><img src='http://www.martin-english.com/whatsup/wp-content/uploads/2007/11/va_start_page.thumbnail.jpg' alt='va_start_page.jpg' /></a></center></p>
<p>Access http://yourserver.yourdomain.com and your portal login page should come up.</p>
<p>This means that your SAP J2EE Engine Start Page will still show up if you http://yourserver.yourdomain.com/index.html</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=G4fgL"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=G4fgL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=Lm2KL"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=Lm2KL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=H6JNl"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=H6JNl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=Nmx3l"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=Nmx3l" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/09/howto-avoid-irjportal-in-the-portal-url/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/09/howto-avoid-irjportal-in-the-portal-url/</feedburner:origLink></item>
		<item>
		<title>Getting an SAP job</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/362632787/</link>
		<comments>http://www.basissap.com/2008/08/getting-an-sap-job/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 05:32:17 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=56</guid>
		<description><![CDATA[The most popular SAP-related question I see is some  variant on “How do I get into SAP?” The promise of a rich career with the world’s largest enterprise applications company attracts a lot of interest from university graduates, IT professionals seeking to switch fields and consultants eager for recurring engagements.
Rather than offering specific advice, [...]]]></description>
			<content:encoded><![CDATA[<p>The most popular SAP-related question I see is some  variant on “How do I get into SAP?” The promise of a rich career with the world’s largest enterprise applications company attracts a lot of interest from university graduates, IT professionals seeking to switch fields and consultants eager for recurring engagements.</p>
<p>Rather than offering specific advice, because evryone&#8217;s position is different, I&#8217;d suggest that you educate yourself about the various business and technical contexts in which SAP operates. The more you learn, the more you’ll learn which part of SAP appeals to you, or even whether SAP is right for you in the first place. It’s an investment that may get you into the SAP door, and it will keep paying off, as you will get into the habit of staying up to date with SAP developments.</p>
<p>An excellent resource to help you build your SAP intelligence is <a target="_blank" href="http://searchsap.techtarget.com">SearchSAP</a>, who have an excellent catalog of podcasts containing valuable advice and direction for SAP job seekers. If you don’t have the time to listen to them immediately, download them and listen to them on a commute to work or on a plane.  Some notable recent podcasts for SAP job seekers:</p>
<ul>
<li><a target="_blank" href="http://searchsap.techtarget.com/news/article/0,289142,sid21_gci1323593,00.html">SAP and SOA</a>: Want to know how SOA is changing the SAP careers field? Listen to SAP expert Rabi Jay explain how SOA is changing SAP’s product set and rewarding particular skills over others.</li>
<li><a target="_blank" href="http://searchsap.techtarget.com/generic/0,295582,sid21_gci1315289,00.html">The SAP skills shortage: What it means for you</a>. The good news for SAP job seekers is that SAP demand is higher than qualified supply. Some areas of SAP are more open than others. In this podcast, David Foote explains which SAP areas are paying the most and which areas are not as hot.</li>
<li><a target="_blank" href="http://searchsap.techtarget.com/generic/0,295582,sid21_gci1321213,00.html">SAP explains its certification program</a>: SAP offers three levels of certification. Learn what the levels are, why SAP thinks certification is important for hiring managers and why getting certified by SAP partners instead of by SAP may be pointless.</li>
<li><a target="_blank" href="http://searchsap.techtarget.com/generic/0,295582,sid21_gci1299368,00.html">How can ABAP developers survive in a NetWeaver era?</a>: ABAP is SAP’s proprietary development language, but recent moves towards SOA (particularly in NetWeaver) have offset the once-unchallengeable status of ABAP. Developers should listen to this podcast to learn how to polish their skills for the SAP jobs of tomorrow.</li>
</ul>
<p>Another extremely good resource is the <a target="_blank" href="http://sdn.sap.com">SAP Developer Network</a>. This is designed for practicing SAPers, so the <a target="_blank" href="http://www.sdn.sap.com/irj/sdn/sdn-gettingstarted">Getting Started link</a> is about getting started in the Software Devloper Network, but some usefull posts include:</p>
<ul>
<li><a target="_blank" href="https://wiki.sdn.sap.com/wiki/display/TRIALVER">Trial Versions of SAP Software</a>: How to obtain and install the free trial versions of SAP software.  The best news is that these will run in Virtual machines, so you can install several different versions (Linux, Windows, DB2, maxdb) and experiement.</li>
<li><a target="_blank" href="https://www.sdn.sap.com/irj/sdn/subscriptions">SDN Subscriptions</a>. SDN subscriptions offer on-line convenience, lower-cost, term-based access to the educational content, SAP software and the related services, designed for peopel and organisations who know they need SAP knowledge, but don&#8217;t have access to (or can&#8217;t afford) full time class room training and consulting.</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=WsySyK"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=WsySyK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=igEXFK"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=igEXFK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=e9njJk"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=e9njJk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=hJmcrk"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=hJmcrk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/08/getting-an-sap-job/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/08/getting-an-sap-job/</feedburner:origLink></item>
		<item>
		<title>2 ways to Measure Exact Throughput of a TCP IP network</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/355088669/</link>
		<comments>http://www.basissap.com/2008/08/2-ways-to-measure-exact-throughput-of-a-tcp-ip-network/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:24:25 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[Monitoring]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=50</guid>
		<description><![CDATA[One of the sizing issues with an SAP system that doesn&#8217;t receive due consideration is the network capability; not just speed, but throughput. It&#8217;s always usefull to know what your Network is capable of, especially if you have lots of data to move (Support Packs / Support Stacks and so on).  But how do [...]]]></description>
			<content:encoded><![CDATA[<p>One of the sizing issues with an SAP system that doesn&#8217;t receive due consideration is the network capability; not just speed, but throughput. It&#8217;s always usefull to know what your Network is capable of, especially if you have lots of data to move (Support Packs / Support Stacks and so on).  But how do we find out?<br />
<img src="http://www.basissap.com/wp-content/uploads/2008/08/netcps.png" alt="" title="netcps" class="aligncenter" /><br />
<a target="_blank" href="http://www.netchain.com/netcps">NetCPS </a>(a single executable file) is rather simplistic, with no fancy features as the author (credits to Jarle Aase) says. It pumps 100MB of generated data (without accessing the HDD which could mess with the final result) and then displays the result in form of average speed stated in both KB/s and MB/s.  You can also get source code if you’d like to do some further tinkering with it, or port it.  Everything you need to know is on the webpage or available by using -help switch.</p>
<p>Another, more sophisticated, tool (without being too big) is <a target="_blank" href="http://www.noc.ucf.edu/Tools/Iperf/">Iperf</a> (a single executable, with source available on the same page). Settings are changed by use of various switches.<br />
<img src="http://www.basissap.com/wp-content/uploads/2008/08/lperf.png" alt="" title="lperf" class="aligncenter" width=620 /><br />
For example, the image above shows the port used is changed to 1234, amount of sent data set to 200 MB, interval of reports set to 2 seconds for better accuracy and report format set to MBytes.  The usual -help switch brings up further instructions for changing the many additional switches and settings available with this tool</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=DzoMWK"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=DzoMWK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=e9B8OK"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=e9B8OK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=x4jEPk"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=x4jEPk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=3sqv9k"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=3sqv9k" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/08/2-ways-to-measure-exact-throughput-of-a-tcp-ip-network/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/08/2-ways-to-measure-exact-throughput-of-a-tcp-ip-network/</feedburner:origLink></item>
		<item>
		<title>SAP Certification Changes and SAP Careers</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/337865924/</link>
		<comments>http://www.basissap.com/2008/07/sap-certification-changes-and-sap-careers/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:31:30 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=29</guid>
		<description><![CDATA[On a recent SearchSAP podcast, SAP explains the new certification options that are available.  There&#8217;s also some detail coming to light on the SAP Certification site.
The original level of SAP certification is now called the “Associate” level, aimed at inexperenced practitioners. SAP is also rolling out the “Professional” level certification for people with more [...]]]></description>
			<content:encoded><![CDATA[<p>On a recent SearchSAP podcast, <a href="http://media.techtarget.com/audioCast/ENTERPRISE_APPS/sap_certification_SearchSAP.mp3">SAP explains the new certification options</a> that are available.  There&#8217;s also some detail coming to light on the <a href="http://www.sap.com/certification">SAP Certification</a> site.</p>
<p>The original level of SAP certification is now called the “Associate” level, aimed at inexperenced practitioners. SAP is also rolling out the “Professional” level certification for people with more extensive project experience with system integration, and applying the &#8220;Associate&#8221; skills against the Customer requirements. This is a more rigorous certification program, where project experience will be mandataory, so may carry more weight with Customers and therefore employers.  Most of these certifications are available now.</p>
<p><center><img src="http://www.basissap.com/wp-content/uploads/2008/07/sap_certified_associate.gif" alt="" title="SAP Associate" width="133" height="22" class="alignnone size-full wp-image-36" /><img src="http://www.basissap.com/wp-content/uploads/2008/07/sap_certified_professional.gif" alt="" title="SAP Professional" width="150" height="22" class="alignnone size-full wp-image-37" /><img src="http://www.basissap.com/wp-content/uploads/2008/07/sap_certified_master.gif" alt="" title="SAP Master" width="126" height="22" class="alignnone size-full wp-image-38" /></center></p>
<p>There is also a third level of certification on the way also, called the “Master” level, designed for the Project or Team Leader with 10 years or more experience.  These should be available from the 4th quarter 2008 onwards.  Some other key points to takeaway:</p>
<ul>
<li>if you’re going to invest in certification, invest in SAP’s own three-tiered certification offering, which is the only official, SAP-recognized certification offering in the marketplace. Lots of third parties currently offer SAP ‘certification,’ but SAP is going to be more aggressive about regulating these kinds of claims.</li>
<li>Certification is most important at the early stages of an SAP career, but fades in importance later on. It is in response to this that SAP offers a ‘master’ tier of certification to recognize and reward senior-level consultants and their experience.</li>
<li>SAP’s certification seeks to encourage and enable lifelong learning. It is part of the process of becoming a better SAP consultant. Thus, certification is not an end but a means.</li>
<li>There are plans to enable a social network, providing personalised training paths and discounts based on your existing and planned certifications.</li>
</ul>
<p>Some sample questions are already available on the <a href="http://www.sap.com/services/education/certification/levels/index.epx">levels, certification focus areas, and exam preparation.pages</a>, including</p>
<ul>
<li><a href="http://www.sap.com/services/education/certification/levels/javaexam.epx">SAP Certified Development Associate – Java with SAP NetWeaver 7.0</a>
</li>
<li><a href="http://www.sap.com/services/education/certification/levels/abap-sapnetweaver-exam/index.epx">SAP Certified Development Associate – ABAP with SAP NetWeaver</a></li>
</ul>
<p>Depending on where you are located, and at what stage you are at in your career, you may be wondering if <a href="http://sap.blogs.techtarget.com/2008/03/28/sap-certification-not-worth-much/">SAP Certification is worth spending time and money on</a> anyway.  In the BASIS field particularly, the arguments revolve around SAP specific skills versus real life experience, especially nowadays where there is so much more to maintaiing SAP systems than just the SAP systems themselves.  The article does have a useful comment from <a href="http://searchsap.techtarget.com/expert/KnowledgebaseCategory/0,289620,sid21_tax292412,00.html">John Reed, the SearchSap Careers Expert</a>.  I&#8217;ve pulled some extracts from John&#8217;s comment:</p>
<blockquote><p>Back in the 1990s, it was possible to land an SAP job with “certification only” because there weren’t enough experienced consultants, and “Big Six firms” on large project sites were able to field teams with plenty of junior-level consultants who did not have any hands-on SAP experience other than their classroom certifications.</p>
</blockquote>
<blockquote><p>And there are fewer “big bang” type implementations where companies just open the floodgates and hire hundreds of consultants regardless of experience level. As a result, even though the SAP consulting market is very healthy, the power of SAP certification to land that all-important first project has diminished over the years, and I don’t expect that power to return.</p>
</blockquote>
<blockquote><p>Sometimes I have found that SAP hypes its own certification, but often, I find that it’s the job seekers themselves who latch onto certification and hype it for themselves.<br />
&#8230;..many aspiring SAP professionals view certification as the easy (if expensive) way to open a door into the SAP field that is not always easy to open.</p>
</blockquote>
<blockquote><p>how many SAP jobs require certification? The answer is: only a small percentage. Project references are so much more important,</p>
</blockquote>
<blockquote><p>I think knowing how to make your current skills appealing to SAP customers and their IT departments may be more important. One good exercise is to review current SAP jobs on sites like SearchSAP.com and see what kinds of skills are required. </p>
</blockquote>
<blockquote><p>The key to breaking into SAP remains hard work, good overall technical and business skills, and savvy self-marketing.</p>
</blockquote>
<p>Some of his comments resonate with me and my career.  I had general Mainframe Systems Programming (DOS and MVS, CICS and a mixture of Databases) experience, but also Windows PC programming experience, when I applied for a job at an SAP R/2 site that was looking for a Capacity Planner.  I was able to leverage my mainframe skills (JCL, CICS, Assembler, and DB2) into a Job with the R/2 BASIS group.  A couple of years later, I applied for a job with an outsourcing company with a strong SAP Practice, on the condition that I was to be transitioned into R/3 BASIS.  This was back when the 3.x releases of SAP were being implemented.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=VtazRJ"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=VtazRJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=Fm2a0J"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=Fm2a0J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=6HIAAj"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=6HIAAj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=micHZj"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=micHZj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/07/sap-certification-changes-and-sap-careers/feed/</wfw:commentRss>
<enclosure url="http://media.techtarget.com/audioCast/ENTERPRISE_APPS/sap_certification_SearchSAP.mp3" length="41841938" type="audio/mpeg" />
		<feedburner:origLink>http://www.basissap.com/2008/07/sap-certification-changes-and-sap-careers/</feedburner:origLink></item>
		<item>
		<title>Network tools for BASIS Administrators</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/335577733/</link>
		<comments>http://www.basissap.com/2008/07/network-tools-for-basis-administrators/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 00:32:43 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[Monitoring]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.basissap.com/2008/07/network-tools-for-basis-administrators/</guid>
		<description><![CDATA[Depending on how advanced the rest of your IT organisation is, you may need to be the jack of all trades.  In fact, sometimes it feels as if anything that a Developer or End User doesn&#8217;t understand automatically becomes the property of the BASIS Administrator.  Typicaly, these can include anything to do with [...]]]></description>
			<content:encoded><![CDATA[<p>Depending on how advanced the rest of your IT organisation is, you may need to be the jack of all trades.  In fact, sometimes it feels as if anything that a Developer or End User doesn&#8217;t understand automatically becomes the property of the BASIS Administrator.  Typicaly, these can include anything to do with the infrastructure between the users desktop and the SAP application.  </p>
<p>An example I&#8217;ve been currently working on is a network issue where a user can access the Portal from one machine but not another.  I  used to use separate tools to do my network monitoring and debugging (yes, there are people responsible for this, but I have won a lot of good will by providing as much data as possible), but these days &#8230;.</p>
<p><a href="http://www.mabsoft.com/nettools.htm">Net Tools 2008</a> has been described as <strong><a target="_blank" href="http://www.makeuseof.com/tag/one-network-admins-tool-to-rule-them-all/">The Swiss army tool for network administrators everywhere</a>.</strong>  It is a very versatile tool, and<br />
just like any tool it can be used for good or evil.  What this means is that you <b>may </b>find the site blocked at work.</p>
<p><img style="max-width: 800px;" src="http://www.makeuseof.com/images/net-tools.jpg" /></p>
<p>Available functions, usefull for both the desktop and Windows Servers, include</p>
<p>An FTP Client for quick file transfers,<br />Monitor system up status with Monitor Host IP,<br />Mass file renamer, to rename a whole bunch of log files,<br /> Bandwidth Monitor.</p>
<p>Another tool that I&#8217;ve feard of is <a href="http://www.gaijin.at/dlet.php">eToolz</a> which is a collection of network and Internet tools that provides a graphical interface for several common commands. This includes ping, tracert, DNS lookups, http headers, default ports, etcetera.  This seems more directedt to someone who who supports web sites, but after all thats what the Portal is &#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=nZsMZJ"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=nZsMZJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=JAVXOJ"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=JAVXOJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=vVEBTj"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=vVEBTj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=Jzbg4j"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=Jzbg4j" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/07/network-tools-for-basis-administrators/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/07/network-tools-for-basis-administrators/</feedburner:origLink></item>
		<item>
		<title>Upgrade to SAP ECC 6.0</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/328615407/</link>
		<comments>http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 06:04:49 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[Configuration]]></category>

		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/</guid>
		<description><![CDATA[I’m posting these links for myself and anyone else who may be required to lead or assist in an upgrade to ECC6.&#160; They point to blog entries the SAP Developer Network, which is an SAP sponsored and developed community site for all things SAP.
How To Tackle Upgrades to SAP ERP 6.0     [...]]]></description>
			<content:encoded><![CDATA[<p>I’m posting these links for myself and anyone else who may be required to lead or assist in an upgrade to ECC6.&#160; They point to blog entries the <a href="http://sdn.sap.com">SAP Developer Network</a>, which is an SAP sponsored and developed community site for all things SAP.</p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8978">How To Tackle Upgrades to SAP ERP 6.0</a>     <br />This blog addresses frequently asked questions about the upgrade to SAP ERP 6.0, asked by customers at user group events, projects, and other occasions.&#160; <i>Mar. 20, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9117">How To Tackle an Upgrade (2): Technical Upgrade</a>     <br />In this blog, Martin Riedel, Senior Vice President and head of the SAP Global Upgrade Office, addresses frequently asked questions from customers about upgrading to SAP ERP 6.0. The questions have been gathered at user group events, on projects, and during the course of other occasions. Part 2 focuses on the technical upgrade.&#160; <i>Mar. 31, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9258">How To Tackle an Upgrade: Implementing Functional Enhancements</a>     <br />The second phase of the upgrade approach is to implement functional enhancementes. This blog post gives an overview of this phase and explains how crucial project management is. <i>Apr. 13, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9483">How To Tackle an Upgrade (4): Implementing Strategic Enhancements</a>     <br />Part 4 of this blog describes how an upgrade to SAP ERP 6.0 provides the perfect basis for enabling your IT landscape for enterprise service oriented architecture (SOA) and what&#8217;s in it for you.&#160; <i>Apr. 28, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9682">How To Tackle an Upgrade (5): Upgrade Services for the Planning Phase</a>     <br />This blog post describes which services can assist you in the planning phase of your upgrade project to SAP ERP 6.0 <i>May. 13, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9776">How to Tackle an Upgrade (6): Enhancement Packages for SAP ERP</a>     <br />Part 6 of this blog series focuses on some of the most frequently asked customer questions regarding enhancement packages, support packages, and upgrades.&#160; <i>May. 20, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10075">SAP Upgrades (7): Customers’ Experiences and Pain Points – What about Yours?</a>     <br />Part 7 of this blog gives you an insight into customer feedback data about SAP upgrades: What are the main challenges and pain points when planning and performing an upgrade?&#160; <i>Jun. 21, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10217">SAP Upgrades: When Should my Organization Convert to Unicode?</a>     <br />Part 8 of this blog answers one of the most frequently asked customer questions: When upgrading to SAP ERP 6.0, do we have to convert to Unicode?&#160; <i>Jul. 5, 2008</i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=xnjWvJ"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=xnjWvJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=n5ma5J"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=n5ma5J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=lzWOyj"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=lzWOyj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=eUYxej"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=eUYxej" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/</feedburner:origLink></item>
		<item>
		<title>SAP Event Processing</title>
		<link>http://feeds.feedburner.com/~r/TheBasisOfSap/~3/325514539/</link>
		<comments>http://www.basissap.com/2008/07/sap-event-processing/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 05:52:13 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=20</guid>
		<description><![CDATA[An SAP event is a &#8220;flag&#8221; that is created by using transaction SM62 View and Maintain Background Events. The commonest use of Events is to trigger jobs. Events can be triggered from the Operating System or from within SAP - either within ABAP programs and Function modules or from Transaction SM64.
Create an Event in transaction [...]]]></description>
			<content:encoded><![CDATA[<p>An SAP event is a &#8220;flag&#8221; that is created by using transaction SM62 View and Maintain Background Events. The commonest use of Events is to trigger jobs. Events can be triggered from the Operating System or from within SAP - either within ABAP programs and Function modules or from Transaction SM64.</p>
<p>Create an Event in transaction SM62. Select the <strong>Maintain </strong>radio button next to <strong>User Event Names</strong> and execute.  This will present tyou with the <strong>Edit User Event</strong>s screen.  You can add change or delete user events from here.</p>
<p>To use this Event as a trigger, create a job via transaction SM36. You specify the Event that will trigger this job using the <strong>Start Condition</strong> button.  On the Start Condition screen, select option AFTER EVENT. The After Event fields will open for input.  Fill these in and Save. </p>
<p><img src="http://www.basissap.com/wp-content/uploads/2008/07/sapevet01-300x253.jpg" alt="Definng SAP Batch Job Start Condfitions" title="sapevet01" width="300" height="253" class="aligncenter wp-image-21" /></p>
<p>You can see which jobs are waiting for events by looking at table BTCEVTJOB (via transaction SE16). This is the system’s way of keeping track of which jobs are in the queue waiting for an event to occur.  The <strong>EVENTID</strong> column contains those Events that will submit a Job. You <em>should</em> see several System Events here.</p>
<p><a href='http://www.basissap.com/wp-content/uploads/2008/07/sapevet02.jpg'><img src="http://www.basissap.com/wp-content/uploads/2008/07/sapevet02-300x106.jpg" alt="A listing of the BTCEVTJOB table" title="sapevet02" width="300" height="106" class="aligncenter size-medium wp-image-22" /></a></p>
<p>Now, once the event is triggered this newly created job will execute. The event can be triggered via transaction SM64 or from the Operating System (see below).</p>
<p>To get the event triggered from the Operating System, log into the &lt;sid&gt;adm user id (at the Operating System level) level and go to directory /usr/sap/&lt;sid&gt;/SYS/exe/run.  Note that in the Unix / Linux implementations, there is an alias &#8216;cdexe&#8217; that will get you there as well. Run the SAPEVT executable as follows :</p>
<p><code>sapevt &lt;event_name&gt; -t pf=&lt;instance_profile_directory_and_name&gt; nr=&lt;sys_number&gt; </code></p>
<p>Example:</p>
<p><code> sapevt roberts_test -t pf=/usr/sap/DEV/SYS/profile/DEV_DVEBMGS00_server001 nr=00</code></p>
<p>This will raise the event, and cause the job scheduled within SAP to execute. Once the job has executed the SAP event that was in the table BTCEVTJOB will disappear.</p>
<p>Every time a Background Job is run, an entry is created in table TBTCO.  This contains entries such as JOBNAME, EVENTID, EVENTPARM, JOBCLASS etc. This means that once you&#8217;ve found your job name in this table (using SE16) you can double click on its entry and see that it was executed via an event. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=j3xxQJ"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=j3xxQJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=nkRgoJ"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=nkRgoJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=c1xSYj"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=c1xSYj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/TheBasisOfSap?a=ZnLTij"><img src="http://feeds.feedburner.com/~f/TheBasisOfSap?i=ZnLTij" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/07/sap-event-processing/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.basissap.com/2008/07/sap-event-processing/</feedburner:origLink></item>
	</channel>
</rss>
