<?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>SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP &#187; Beginners</title>
	<atom:link href="http://saplab.org/category/beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://saplab.org</link>
	<description>SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:49:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Send a System Message to another SAP User</title>
		<link>http://saplab.org/2010/07/how-to-send-a-system-message-to-another-sap-user/</link>
		<comments>http://saplab.org/2010/07/how-to-send-a-system-message-to-another-sap-user/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:06:58 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[System Tools]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Function Module]]></category>
		<category><![CDATA[SE37]]></category>
		<category><![CDATA[TCodes]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1738</guid>
		<description><![CDATA[Imagine that you&#8217;re working configuring a certain SAP module, touching several tables and configuration spots. Sometimes it might happen that someone else is maintaining the same table that you need access. This standard Function Module could be useful in these cases, since you might not know an alternative way to contact the user locking the [...]


	
	
	
					<li>
				<a href="http://saplab.org/2010/03/tip-overide-lack-of-authorization-on-a-transaction-code/" rel="bookmark">
													
				TIP: Overide Lack of Authorization on a Transaction Code</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/single-sign-on-sap-oss-user/" rel="bookmark">
													
				Single Sign-On with your SAP OSS User</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Imagine that you&#8217;re working configuring a certain SAP module, touching several tables and configuration spots. Sometimes it might happen that someone else is maintaining the same table that you need access. This standard Function Module could be useful in these cases, since you might not know an alternative way to contact the user locking the table or other SAP object. Since the system will display who is locking the table, you will know for whom to send the message.</p>
<p>Here&#8217;s how it goes.</p>
<h2>Trying to access the table</h2>
<p>When trying to maintain a certain table, the user will receive the following warning:</p>
<p style="text-align: center;"><img class="aligncenter" title="How to Send a System Message to another SAP User" src="http://saplab.org/wp-content/images/sap-system-message01.jpg" alt="" /></p>
<h2>Sending a system message using a standard SAP function module</h2>
<p>Once you&#8217;ve identified the user, access SE37 &#8211; assuming you have permission! In SE37 call SAP standard function module <strong>TH_POPUP</strong>.</p>
<p style="text-align: center;"><img class="aligncenter" title="How to Send a System Message to another SAP User" src="http://saplab.org/wp-content/images/sap-system-message02.jpg" alt="" /></p>
<p>Fill in the following input parameters:</p>
<p>- CLIENT: the system client on which you&#8217;re working on. If you don&#8217;t know this, take a look at the lower right status bar;<br />
- USER: the user for which you want the message to be delivered;<br />
- MESSAGE: the text message you want to deliver to the user;<br />
- MESSAGE_LEN: allows you to define a message length. Leave it empty;<br />
- CUT_BLANKS: allows you to specify if you want to trim existing spaces. Leave it empty.</p>
<p>To submit the message just hit <strong>&#8220;Execute (F8)&#8221;</strong></p>
<h2>What the user receives</h2>
<p>When you click on &#8220;Execute (F8)&#8221;, the destination user receives the following message as a pop-up:</p>
<p style="text-align: center;"><img class="aligncenter" title="How to Send a System Message to another SAP User" src="http://saplab.org/wp-content/images/sap-system-message03.jpg" alt="" /></p>
<p>This is just a simple system tool that can help you in a day to day basis, working with SAP.</p>



	
	
	
					<li>
				<a href="http://saplab.org/2010/03/tip-overide-lack-of-authorization-on-a-transaction-code/" rel="bookmark">
													
				TIP: Overide Lack of Authorization on a Transaction Code</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/single-sign-on-sap-oss-user/" rel="bookmark">
													
				Single Sign-On with your SAP OSS User</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/how-to-send-a-system-message-to-another-sap-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>22 SAP How To&#8217;s you can&#8217;t miss!</title>
		<link>http://saplab.org/2010/07/22-sap-how-tos-you-cant-miss/</link>
		<comments>http://saplab.org/2010/07/22-sap-how-tos-you-cant-miss/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 20:04:52 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[SAP Blogs & Resources]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[CAF]]></category>
		<category><![CDATA[CE]]></category>
		<category><![CDATA[MiniSAP]]></category>
		<category><![CDATA[NSP]]></category>
		<category><![CDATA[NWBC]]></category>
		<category><![CDATA[System Tools]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1708</guid>
		<description><![CDATA[Gingle is an SDN community user which posted a series of very useful weblog posts. As soon as you start reading the posts, you can see that some of the challenges described by Gingle are familiar. Whoever has tried the endeavor of installing a Mini-SAP, installing a Netweaver Developer Workplace or simply installing a SAP [...]


	
	
	
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/single-sign-on-portal-and-erp/" rel="bookmark">
													
				Configure Single Sign-On (SSO) on the Portal and the ERP</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/15-sap-netweaver-portal-faq/" rel="bookmark">
													
				15 SAP Netweaver Portal FAQ</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sdn.sap.com/irj/scn/bc?u=3%2BUWQw6VVvWt2QfLu5ETuA%3D%3D" target="_blank">Gingle</a> is an SDN community user which posted a series of very useful weblog posts. As soon as you start reading the posts, you can see that some of the challenges described by Gingle are familiar. Whoever has tried the endeavor of installing a <a href="http://saplab.org/2009/03/what-is-mini-sap/" title="What is Mini SAP">Mini-SAP</a>, <a href="http://saplab.org/2009/03/install-sap-netweaver-portal/" title="Installing a Netweaver Developer Workplace">installing a Netweaver Developer Workplace</a> or simply <a href="http://saplab.org/2009/07/how-to-install-sap-maxdb-instance/" title="Installing a SAP MaxDB Instance">installing a SAP MaxDB Instance</a>,  you&#8217;ll know that sometimes things can get ugly. In my opinion, the easier the How-to, the better chance we have in a successful installation. </p>
<p>In this post I include some links to external sources like SDN, as well as some links to some of my own posts, hoping to help anyone who&#8217;s trying to accomplish an SAP product installation end to end.</p>
<h2>1. Netweaver Sneak Preview (NSP) installation &#8211; Part 1</h2>
<p>Gingle starts his series of posts by explaining which components are necessary, how and where to download them and how to unzip them, etc. The post includes a series of comprehensive screenshots and step-by-step approach to guide you into success.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18690" target="_blank" title="Netweaver Sneak Preview (NSP) installation - Part 1">Please click here to read Netweaver Sneak Preview (NSP) installation &#8211; Part 1</a></div>
<h2>2. Logical System &#038; Virtual Machine &#8211; Part 2</h2>
<p>Continuing his previous post as described in point 1., Gingle explains how to setup the Logical System and Virtual Machine. Again, Gingle was thorough in his explanation, including step by step details and lots of screenshots to help us progress.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18692" target="_blank" title="Logical System &#038; Virtual Machine - Part 2">Please click here to read Logical System &#038; Virtual Machine &#8211; Part 2</a></div>
<h2>3. License &#038; Profiles &#8211; Part 3</h2>
<p>In this post, the whole License and Profiles procedure is well explained and documented. Well done Gingle!</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18926" target="_blank" title="License &#038; Profiles - Part 3">Please click here to read License &#038; Profiles &#8211; Part 3</a></div>
<h2>4. Transport System &#8211; Part 4</h2>
<p>Probably as a <a href="http://saplab.org/2010/07/5-keypoints-if-you-want-to-be-a-sap-consultant/" title="5 Key points if you want to be a SAP Consultant">SAP Consultant</a>, you never had to deal with this kind of configuration. Just in case you need it.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19195" target="_blank" title="Transport System - Part 4">Please click here to read Transport System &#8211; Part 4</a></div>
<h2>5. HTTPS &#038; Sapcrypto &#8211; Part 5</h2>
<p>What is HTTPS &#038; Sapcrypto? Learn about and also why and how you should configure it.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19296" target="_blank" title="HTTPS &#038; Sapcrypto - Part 5">Please click here to read HTTPS &#038; Sapcrypto &#8211; Part 5</a></div>
<h2>6. SPAM &#038; Kernel &#8211; Part 6</h2>
<p>Gingle intended on importing some transports and performing some upgrades, SAP always recommends the Support Package Manager &#8211; SPAM, to be the latest. Learn how.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19384" target="_blank" title="SPAM &#038; Kernel - Part 6">Please click here to read SPAM &#038; Kernel  &#8211; Part 6</a></div>
<h2>7. Upgrade to SP6 &#8211; Part 7</h2>
<p>This post explains which component versions to consider, how to download them and how to install them. Again, step by step approach and lots of screenshots.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19387" target="_blank" title="Upgrade to SP6 - Part 7">Please click here to read Upgrade to SP6 &#8211; Part 7</a></div>
<h2>8. BI Content &#8211; Part 8</h2>
<p>According to the author (Gingle), <em>after a successful upgrade to SP6, it seemed only natural to attempt to install BI Content</em>.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19501" target="_blank" title="BI Content - Part 8">Please click here to read BI Content &#8211; Part 8</a></div>
<h2>9. The CE2 Installation- Part 9</h2>
<p>In this post, Gingle explains how to install the Netweaver Composite Environment 7.2 Trial Version.</p>
<div id="web-url"><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19524" target="_blank" title="The CE2 Installation- Part 9">Please click here to read The CE2 Installation- Part 9</a></div>
<h2>10. Install a Local SAP Netweaver Developer Workplace</h2>
<p>A detailed explanation on how to successfully install your own local SAP Netweaver Developer Workplace. Please be sure to go through the necessary prerequisites.</p>
<div id="web-url"><a href="http://saplab.org/2009/03/install-sap-netweaver-portal/" title="Install a Local SAP Netweaver Developer Workplace">Please click here to read Install a Local SAP Netweaver Developer Workplace</a></div>
<h2>11. How To Do a Support Package Stack Upgrade – Part 1</h2>
<p>Learn how to apply a Support Package upgrade on your system.</p>
<div id="web-url"><a href="http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/" title="How To Do a Support Package Stack Upgrade – Part 1">Please click here to read How To Do a Support Package Stack Upgrade – Part 1</a></div>
<h2>12. How to Tune the Performance of KM</h2>
<p>This SAP How-to guide provides recommendations for improving the performance of Knowledge Management (KM) in SAP NetWeaver 2004.</p>
<div id="web-url"><a href="http://saplab.org/2009/10/how-to-tune-the-performance-of-km/" title="How to Tune the Performance of KM">Please click here to read How to Tune the Performance of KM</a></div>
<h2>13. TREX Installation on EP7</h2>
<p>This how-to tutorial explains the TREX Basis Installation as well as the some post configuration activities, needed for the TREX to work.</p>
<div id="web-url"><a href="http://saplab.org/2009/10/trex-installation-on-ep7/" title="TREX Installation on EP7">Please click here to read TREX Installation on EP7</a></div>
<h2>14. How to Use Portal Session Notification with Your Own Custom Applications</h2>
<p>The SAP Enterprise Portal offers a mechanism called Session Release Notification. This feature is used by SAP applications running inside the portal to close their sessions in case the user closes the browser window, navigates away from the application or logs-off from the SAP Portal.</p>
<div id="web-url"><a href="http://saplab.org/2009/10/how-to-use-portal-session-notification-with-your-own-custom-applications/" title="How to Use Portal Session Notification with Your Own Custom Applications">Please click here to read How to Use Portal Session Notification with Your Own Custom Applications</a></div>
<h2>15. How to Install a SAP (Max)DB Instance</h2>
<p>Learn how to easily install a SAP MaxDB Instance.</p>
<div id="web-url"><a href="http://saplab.org/2009/07/how-to-install-sap-maxdb-instance/" title="How to Install a SAP (Max)DB Instance">Please click here to read How to Install a SAP (Max)DB Instance</a></div>
<h2>16. Configure Single Sign-On (SSO) on the Portal and the ERP</h2>
<p>Learn how to easily configure Single Sign-On (SSO) on the Portal and the ERP.</p>
<div id="web-url"><a href="http://saplab.org/2009/03/single-sign-on-portal-and-erp/" title="Configure Single Sign-On (SSO) on the Portal and the ERP">Please click here to read Configure Single Sign-On (SSO) on the Portal and the ERP</a></div>
<h2>17. How Many Lines of ABAP Code In Your System?</h2>
<p>This is just a fun and easy way to benchmark how many lines of ABAP code exist in your system.</p>
<div id="web-url"><a href="http://saplab.org/2009/03/how-many-lines-of-abap-code-in-your-system/" title="How Many Lines of ABAP Code In Your System?">Please click here to read How Many Lines of ABAP Code In Your System?</a></div>
<h2>18. How to do a System Trace?</h2>
<p>When you work with SAP Enterprise Portal, sometimes it’s useful to use the System Trace tool, enabled by the ERP system. </p>
<div id="web-url"><a href="http://saplab.org/2009/03/how-to-do-a-system-trace/" title="How to do a System Trace?">Please click here to read How to do a System Trace?</a></div>
<h2>19. Single Sign-On with your SAP OSS User</h2>
<p>If you have a company issued SAP OSS user and use it all the time (like myself), this post is for you.</p>
<div id="web-url"><a href="http://saplab.org/2009/03/single-sign-on-sap-oss-user/" title="Single Sign-On with your SAP OSS User">Please click here to read Single Sign-On with your SAP OSS User</a></div>
<h2>20. Configuring SAP Connect (SCOT)</h2>
<p>From SAP WAS 6.10, SAP directly supports SMTP (Simple Mail Transfer Protocol). This means that the emails can be exchanged directly between SAP system and any SMTP compliant mail server. Learn how to configure it.</p>
<div id="web-url"><a href="http://saplab.org/2009/02/configuring-sap-connect-scot/" title="Configuring SAP Connect (SCOT)">Please click here to read Configuring SAP Connect (SCOT)</a></div>
<h2>21. Configuring UWL for Guided Procedures on C.E.</h2>
<p>This tutorial covers the configuration of the Universal Worklist (UWL) for Guided Procedures actions. It shows how to configure the UWL in the SAP NetWeaver Composition Environment when the Guided Procedures are executed locally. </p>
<div id="web-url"><a href="http://saplab.org/2009/02/configuring-uwl-for-guided-procedures-on-ce/" title="Configuring UWL for Guided Procedures on C.E.">Please click here to read Configuring UWL for Guided Procedures on C.E.</a></div>
<h2>22. Configuring UWL for Guided Procedures on C.E.</h2>
<p>This tutorial covers the configuration of the Universal Worklist (UWL) for Guided Procedures actions. It shows how to configure the UWL in the SAP NetWeaver Composition Environment when the Guided Procedures are executed locally. </p>
<div id="web-url"><a href="http://saplab.org/2009/02/configuring-uwl-for-guided-procedures-on-ce/" title="Configuring UWL for Guided Procedures on C.E.">Please click here to read Configuring UWL for Guided Procedures on C.E.</a></div>
<p>Please comment if you found this post useful! Many thanks in advance.</p>



	
	
	
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/single-sign-on-portal-and-erp/" rel="bookmark">
													
				Configure Single Sign-On (SSO) on the Portal and the ERP</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/15-sap-netweaver-portal-faq/" rel="bookmark">
													
				15 SAP Netweaver Portal FAQ</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/22-sap-how-tos-you-cant-miss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 SAP Netweaver Portal FAQ</title>
		<link>http://saplab.org/2010/07/15-sap-netweaver-portal-faq/</link>
		<comments>http://saplab.org/2010/07/15-sap-netweaver-portal-faq/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 09:00:35 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Enterprise Portal]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Webdynpro ABAP]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1422</guid>
		<description><![CDATA[Following a very successful post I wrote on October 2009, I&#8217;ve decided to insist on a FAQ post format, since it seems to interest readers for being direct and straight to the point information. I&#8217;ve also collected some of the questions I received through SAPLAB, directly sent by people having questions or doubts on Portal [...]


	
	
	
					<li>
				<a href="http://saplab.org/2009/09/business-packages-for-netweaver-portal/" rel="bookmark">
													
				Business Packages for Netweaver Portal</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/best-practices-for-sap-netweaver-portal-70/" rel="bookmark">
													
				Best Practices for SAP Netweaver Portal 7.0</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/05/tools-for-sap-portal/" rel="bookmark">
													
				Tools for SAP Portal</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p><a name="top-post"></a>Following a <a title="15 SAP Frequently Asked Questions (FAQ" href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/">very successful post I wrote on October 2009</a>, I&#8217;ve decided to insist on a FAQ post format, since it seems to interest readers for being direct and straight to the point information. I&#8217;ve also collected some of the questions I received through SAPLAB, directly sent by people having questions or doubts on Portal related matters.</p>
<p>If you work with SAP Netweaver Portal implementations, the listed frequently asked questions might help you shortening your implementation times. I&#8217;ve collected some of the most common problems I&#8217;ve had while working with Portal, and hopefully provided some straight answers. Also, I&#8217;ve included some concepts which are best for you to learn sooner than later.</p>
<p>Please note that these topics are part of my personal experiences and are aimed to people starting off with Portal implementations. I&#8217;m also planning a series of other posts intended for more expert users . If you feel that you have complementary information or if you have a different perspective regarding something in this post, please <strong>comment</strong> on this post, <strong>ask away</strong>, <strong>share you knowledge and experience</strong> &#8211; it will be highly appreciated!</p>
<p><strong><a title="What's the difference between SAP Portal and SAP Netweaver Portal?" href="#1">1. What&#8217;s the difference between SAP Enterprise Portal and SAP Netweaver Portal?</a></strong></p>
<p><strong><a title="How can I check the installed version of ESS/MSS?" href="#2">2. How can I check the installed version of ESS/MSS?</a></strong></p>
<p><strong><a title="What checklist items should I follow to check an ESS Portal installation?" href="#3">3. What checklist items should I follow to check an ESS Portal installation?</a></strong></p>
<p><strong><a title="What are the main components of the SAP Netweaver Portal?" href="#4">4. What are the main components of the SAP Netweaver Portal?</a></strong></p>
<p><strong><a title="What's the relation between the Netweaver Portal and the Universal Worklist (UWL)?" href="#5">5. What&#8217;s the relation between the Netweaver Portal and the Universal Worklist (UWL)?</a></strong></p>
<p><strong><a title="What's the difference between a Portal role and an ERP role?" href="#6">6. What&#8217;s the difference between a Portal role and an ERP role?</a></strong></p>
<p><strong><a title="How does the Portal connect to the ERP?" href="#7">7. How does the Portal connect to the ERP?</a></strong></p>
<p><strong><a title="What is Single Sign-On (SSO)?" href="#8">8. What is Single Sign-On (SSO)?</a></strong></p>
<p><strong><a title="How can I change a standard ESS application to meet my client's own needs?" href="#9">9. How can I change a standard ESS application to meet my client&#8217;s own needs?</a></strong></p>
<p><strong><a title="What is the Homepage Framework? Is mandatory to use it?" href="#10">10. What is the Homepage Framework? Is it mandatory to use it?</a></strong></p>
<p><strong><a title="How does the Portal manage different languages? How can I get it to work in my own language??" href="#11">11. Common issues and hints for ESS</a></strong></p>
<p><strong><a title="I want to install my own local Portal. Where do I start?" href="#12">12. I want to install my own local Portal. Where do I start?</a></strong></p>
<p><strong><a title="I want to develop a custom Portal application. Should I use Web Dynpro or Visual Composer?" href="#13">13. I want to develop a custom Portal application. Should I use Web Dynpro or Visual Composer?</a></strong></p>
<p><strong><a title="Can you provide a list of the most commonly used Portal acronyms?" href="#14">14. Can you provide a list of the most commonly used Portal acronyms?</a></strong></p>
<p><strong><a title="Web Dynpro Java or ABAP?" href="#15">15. Web Dynpro Java or ABAP?</a></strong></p>
<hr />
<h2><a name="1"></a>1. What&#8217;s the difference between SAP Enterprise Portal and SAP Netweaver Portal?</h2>
<p>Before SAP&#8217;s strategy turn towards the <a title="SAP Netweaver" href="http://saplab.org/category/netweaver/">SAP Netweaver Architecture</a>, what we commonly refer to as &#8220;SAP Portal&#8221; was called just that or <a title="SAP Enterprise Portal" href="http://saplab.org/category/enterprise-portal/">SAP Enterprise Portal</a>. It was just a way to identify this SAP standalone product that was capable (and still is) to connect with all kinds of external systems. These systems could be SAP modules or external systems built on different technologies, such as proprietary client systems or legacy systems. By shifting it&#8217;s strategy around <a title="SAP Netweaver" href="http://saplab.org/category/netweaver/">Netweaver</a>, SAP put the Portal inside the Netweaver platform, arranging its components in order to improve and simplify it&#8217;s communication with other systems, as well as harmonizing some of its core capabilities and re-utilize those of the Netweaver platform. In a daily basis, we just refer to it as SAP Portal and specify the version (e.g. Portal 6.0, Portal 7.0 or NW Portal).</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="2"></a>2. How can I check the installed version of ESS/MSS?</h2>
<p>Take note of the following steps in order to find out if indeed you have the <a title="SAP ESS and MSS" href="http://saplab.org/category/xss/">ESS and MSS</a> components and in which versions do you have them. Please note that there are alternative ways to check this like, e.g., using the Visual Administrator tool. This is just a way that works for me because most of the times clients won&#8217;t allow access to the V.A. tool by external consultants.</p>
<ul>
<li>Logon the SAP Netweaver Application (Java) mainpage. The URL is similar to your Portal URL but you should remove the &#8220;<em>/irj/portal</em>&#8220;. The URL should look something like <em>http://[host]:[port]</em>. You will be asked for a username and password and provided that your user has the necessary permissions, you will be redirected to a page similar to the one below:</li>
<p><img class="aligncenter size-full wp-image-1431" title="SAP Netweaver System Information page" src="http://saplab.org/wp-content/uploads/2010/02/system-info.jpg" alt="SAP Netweaver System Information page" width="500" height="300" /></p>
<li>Click on the System Information link as shown above</li>
<li>The resulting main screen will already tell you something about the installed core versions</li>
<p><img class="aligncenter size-full wp-image-1433" title="SAP Netweaver System Information page" src="http://saplab.org/wp-content/uploads/2010/02/system-info2.jpg" alt="SAP Netweaver System Information page" width="500" height="300" /></p>
<li>Clink on the &#8220;all components&#8221; link to access the detailed components list</li>
<li>For the ESS Business Packges and Components, the marked entries in the image below should be installed. You can also view the installed version in the respective column &#8211; e.g. BP_ERP5ESS is in version 1.41 SP4</li>
<p><img class="aligncenter size-full wp-image-1435" title="SAP Netweaver System Information page" src="http://saplab.org/wp-content/uploads/2010/02/system-info3.jpg" alt="SAP Netweaver System Information page" width="500" height="500" /></ul>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="3"></a>3. What checklist items should I follow to check an ESS Portal installation?</h2>
<p>This must be one of the most asked topics in <a title="SAP Developer Network" href="http://www.sdn.sap.com/" target="_blank">SDN</a> and there are lots of references in the web. My first recommendation is that you start by reading my post &#8220;<a title="Employee Self-Services Initial Steps Wiki" href="http://saplab.org/2009/10/employee-self-services-initial-steps-wiki/">Employee Self-Services Initial Steps Wiki</a>&#8220;. This “ESS Initial Steps” wiki intends to provide a hands-on initial contact with the ESS implementation.</p>
<p>You might also want to look into the <a title="SAP HCM Employee Self Service Wiki space" href="http://wiki.sdn.sap.com/wiki/display/ERPHCM/HCM+ESS" target="_blank">SAP HCM Employee Self Service Wiki space</a>.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="4"></a>4. What are the main components of the SAP Netweaver Portal?</h2>
<p>According to SAP:</p>
<blockquote><p>SAP NetWeaver Portal unifies key information and applications to give users a single view that spans IT silos and organizational boundaries. It allows you to take full advantage of all your information resources – and maximize the return on your IT investments. And, its predefined business content accelerates implementation and reduces the cost of integrating your existing systems.</p></blockquote>
<p>Main and general components include:</p>
<ul>
<li>Portal-infrastructure management</li>
<li>Collaboration</li>
<li>Knowledge Management</li>
</ul>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="5"></a>5. What&#8217;s the relation between the Netweaver Portal and the Universal Worklist (UWL)?</h2>
<p>The <a title="Universal Worklist" href="http://saplab.org/tag/uwl/">Universal Worklist </a>is for the Netweaver Portal what the SAP Business Workplace is for the <a title="SAP ERP" href="http://saplab.org/category/erp/">ERP system</a>. So if you want to enable any Workflow activities using the Portal, ESS and MSS, you will need to use the Universal Worklist so that users receive their tasks and act upon them. The UWL is tied to the backend using a Portal System connector which has to be configured before being able to use it. Many users complain about data refresh issues using the UWL. Even though SAP is aware of this and try to advise some workarounds, like the optimization of the delta pull mechanism, the UWL is still the main funcionality to deliver workitems and tasks to users in the Portal, coming from <a title="SAP Business Workflow" href="http://saplab.org/tag/workflow/">SAP Business Workflow</a> or Guided Procedures tasks. The UWL is delivered with a standard configuration but usually SAP consultants customize it to meet the client&#8217;s and project requirements. See how to <a title="Configure the UWL for Guided Procedures on Composition Environment" href="http://saplab.org/2009/02/configuring-uwl-for-guided-procedures-on-ce/">configure the UWL for Guided Procedures on Composition Environment</a>.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="6"></a>6. What&#8217;s the difference between a Portal role and an ERP role?</h2>
<p>This question arises some doubts, mainly in <a title="SAP Portal Beginners" href="http://saplab.org/category/beginners/">beginners</a> starting to work with Portal. The role assignment function in the portal allows role assignment to users and groups. These roles will reflect the user&#8217;s or group&#8217;s function within the company (example: ESS, MSS, HR Administrator, etc.). For a Portal user to run properly, the person resposible for User Management will have to assign both portal roles as well as ERP roles. There are, however, situations for which only an ERP role is assigned.</p>
<p>Portal roles define how portal content is grouped together and how it is displayed in the portal navigation area. By assigning a portal role to a user or group, you&#8217;ll define which content is available for a certain user or group.</p>
<p>ERP roles define a set of authorization objects. By assigning an ERP role to a user or group, you grant the set of authorizations that the role defines to the user or group. In the portal, SAP recommends that you work with portal roles.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="7"></a>7. How does the Portal connect to the ERP?</h2>
<p>The main Portal object which is needed for the Portal to connect to the <a title="SAP ERP" href="http://saplab.org/category/erp/">ERP</a> is what is commonly referred to as a <em>System</em>. Systems are PCD objects, such as folders, pages or iViews. What this means is that Systems must have a unique ID, a prefix (typically com.<em>companyname</em>) and a name. Systems have specific parameters that need to be configured, in order to enable the connection between the portal and the backend (ERP).  Ideally, you will have created a customer folder in the PCD and you should create any needed systems in a specific client folder, in a folder name such as &#8220;Systems&#8221;.</p>
<p>Systems can only be maintained using the System Landscape Editor, which is an option which is only available for the under System Administrator role.</p>
<p>Although systems can be transported through the portal transport mechanism, they don&#8217;t need to be and, in my opinion, they shouldn&#8217;t. This is because the systems that are accessed from a development portal are normally different to the systems accessed by QA and production portals &#8211; they connect to different backends!</p>
<p>If you&#8217;re creating you own portal applications, as soon as you deploy them into the server, you will then need to create an iView to contain the application. One of the iView parameters will be the System Alias, which is defined when creating the System itself. If you&#8217;re working with <a title="SAP ESS and MSS" href="http://saplab.org/category/xss/">ESS and MSS</a> applications, this means that your Portal Administrator should have already configured the necessary systems, which have a system alias defined, and which is referred to by each of the standard ESS and MSS iViews.</p>
<p>I recommend that you read <a title="SAP Wiki about Connectivity" href="http://wiki.sdn.sap.com/wiki/display/EP/Connectivity" target="_blank">this SAP wiki</a> about connectivity and different variations on connecting different systems.</p>
<p>You can also read <a title="SAP Weblog - Connect Portal to the ERP Backend" href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5523" target="_blank">this SAP weblog</a> with a step by step to connect the Portal to the ERP backend.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="8"></a>8. What is Single Sign-On (SSO)?</h2>
<p>SAP defines Single Sign-On (SSO) as the following:</p>
<blockquote><p>Single Sign-On (SSO) is a key feature of the Enterprise Portal that eases user interaction with the many component systems available to the user in a portal environment. Once the user is authenticated to the enterprise portal, he or she can use the portal to access external applications. With SSO in the Enterprise Portal, the user can access different systems and applications without having to repeatedly enter his or her user information for authentication.</p>
<p>The Enterprise Portal SSO mechanism is available in two variants depending on security requirements and the supported external applications:</p>
<ul>
<li>SSO with SAP logon tickets</li>
<li>SSO with user ID and password</li>
</ul>
<p>Both variants eliminate the need for repeated logons to individual applications after the initial authentication at the enterprise portal. Whereas SSO with SAP logon tickets is based on a secure ticketing mechanism, SSO with user ID and password forwards the user’s logon data (user ID and password) to the systems that a user wants to call.</p></blockquote>
<p>In case you need to know and understand the necessary steps to configure SSO, please read my post <a title="Configure Single Sign-On (SSO) on the Portal and the ERP" href="http://saplab.org/2009/03/single-sign-on-portal-and-erp/">Configure Single Sign-On (SSO) on the Portal and the ERP</a>.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="9"></a>9. How can I change a standard ESS application to meet my client&#8217;s own needs?</h2>
<p>Well, this is a hot topic on SDN. I must say that I&#8217;ve had lots of challenges regarding this matter, due to clients requirements and short time to develop. In terms of WebDynpro Java, there is more than one way to change <a title="SAP ESS and MSS" href="http://saplab.org/category/xss/">ESS and MSS</a> standard applications, as well as some workarounds. In my experience, the most controlled and effective way to do this is using the <strong>Netweaver Developer Infrastructure (NWDI)</strong> as a kind of middle-ware and access the ESS and MSS applications source code directly. This versioning system allows developers to import ESS and MSS software components into their own desktops as local projects. Once here, they can work on them, doing the necessary changes. When they want to see the changes, they will generally check-in their development activities (NWDI transport requests) and view them directly in the Developement Portal. There are several key points to have in mind when performing changes to standard ESS and MSS applications, using NWDI:</p>
<ul>
<li>Start by understanding very well how each application is built; not all of them are clear, they can include comments in german or indian and they sometimes use external Development Components and use the Floorplan Manager (FPM), which isn&#8217;t clear to everybody;</li>
<li>The NWDI doesn&#8217;t know how to manage a new Support Package implementation along with your own changes. Please be aware that whenever a new Support Package is installed, all your custom coding, bindings, context elements, model changes, etc. will be overwritten. A good and thorough documentation will help you manage these challenges;</li>
<li>Make sure to trace the boundaries between your job and technical tasks that will need to be performed in NWDI. Usually the client wraps everything in a global &#8220;Portal&#8221; subject, and you&#8217;ll be responsible for everything. A good basis team which is able to solve issues with NWDI is also a plus.</li>
</ul>
<p>Besides this technique, there are also other ways to change ESS and MSS standard applications. In terms of Webdynpro Java, here&#8217;s some that I&#8217;ve came across:</p>
<ul>
<li>Using the FPM personalization feature to hide or enable/disable fields (limited). The Floorplan manager (FPM) is a central part of the ESS and MSS applications. Any WebDynpro application that implements FPM is known as a FPM Application.</li>
<li>Enhancing the ESS applications&#8217; User Interface (UI) without modifying the source code, by using table/view V_T588UICONVCLAS (conversion classes);</li>
</ul>
<p>I recommend that you read further:</p>
<ul>
<li><a title="SAP NWDI/JDI Cookbook" href="https://websmp207.sap-ag.de/~sapidb/012006153200000308062005E/JDI.zip" target="_blank">NWDI/JDI Cookbook</a></li>
<li><a title="SAP ESS and MSS iView Personalization" href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm" target="_blank">iView Personalization</a></li>
<li><a title="SAP ESS and MSS iView Personalization" href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm" target="_blank">ESS Personal Information UI enhancement without modification<br />
</a></li>
</ul>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="10"></a>10. What is the Self-Services Homepage? Is it mandatory to use it?</h2>
<p>First of all let me clarify that the Self-Services Homepage isn&#8217;t mandatory at all. You can build your company&#8217;s portal the way you want it. However, the Self-Services Homepage is a smart and good looking way to group several ESS applications. The Self-Services Homepage enables you to create overview pages, which allow your employees to access the self-service applications (services) with greater ease and improved usability. These overview pages group and describe the individual services and contain hyperlinks with which your employees can start the services &#8211; usually WebDynpro applications.</p>
<p>The Self-Services Homepage offers the following functions for adjusting the overview pages to suit your self-service applications or for creating your own overview pages:</p>
<ul>
<li>Replace pictogram (graphics) on area group pages and area pages;</li>
<li>Enter long area descriptions</li>
<li>Creating Customer-Specific Areas with Services</li>
<li>Hide areas included in the standard system</li>
<li>Add services to an area included in the standard system</li>
<li>Hide services included in the standard system</li>
</ul>
<p>I recommend that you read further:</p>
<ul>
<li><a title="Self-Services official SAP Help (ehp4)" href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/aa/9f75620a8d4a2e9181db37f2fa2a62/frameset.htm" target="_blank">Self-Services official SAP Help (ehp4)</a></li>
<li><a title="Rapid Portal Content Creation using the Homepage Framework" href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3020" target="_blank">Rapid Portal Content Creation using the Homepage Framework</a></li>
<li><a title="How to Map the Relationship Between SAP Enterprise Portal and Homepage Framework for Employee Self Service (ESS)" href="http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0e3a488-cdc2-2b10-209b-e01a0ed934b4" target="_blank">How to Map the Relationship Between SAP Enterprise Portal and Homepage Framework for Employee Self Service (ESS)</a></li>
<li><a title="ESS How to Add Custom Area Page to Overview Page" href="http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0235c40-6351-2a10-a3a3-eb666dfdb407" target="_blank">How to Add Custom Area Page to Overview Page in ESS</a></li>
<li><a title="How to Create Custom Overview Page in ESS" href="http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10ddda33-277b-2a10-5294-9913ee5d698f" target="_blank">How to Create Custom Overview Page in ESS</a></li>
</ul>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="11"></a>11. Common issues and hints for ESS</h2>
<p>There is a great SAP weblog, created by Márcio Leoni, which covers known issues and very good hints on ESS. Please <a title="Common Issues and Hints for SAP ESS" href="http://wiki.sdn.sap.com/wiki/display/ERPHCM/Common+Issues+and+Hints+in+ESS" target="_blank">click here to learn about common issues and hints for ESS</a>.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="12"></a>12. I want to install my own local Portal. Where do I start?</h2>
<p>Please read my post <a title="Install a Local SAP Netweaver Developer Workplace" href="http://saplab.org/2009/03/install-sap-netweaver-portal/" target="_self">Install a Local SAP Netweaver Developer Workplace</a>.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="13"></a>13. I want to develop a custom Portal application. Should I use Web Dynpro or Visual Composer?</h2>
<p>It depends on how far you want to go. Consider using Visual Composer if you:</p>
<ul>
<li>need a simple application to display information about your employees or outstanding orders;</li>
<li>have little time to implement and want a rapid solution available in your SAP Portal;</li>
<li>have little technical knowledge and feel more comfortable working with a visual tool;</li>
<li>don&#8217;t predict a very large number of users accessing the application.</li>
</ul>
<p>Consider using WebDynpro if you:</p>
<ul>
<li>plan to develop a more complex and robust application, with transactional purpose;</li>
<li>have a technical team and skill-set comprising of WebDynpro Java, <a title="SAP WebDynpro ABAP" href="http://saplab.org/category/webdynpro-abap/">WebDynpro ABAP</a>, Java, Netweaver Portal and knowledge of the MVC (Model View Control) paradigm;</li>
<li>predict a large number of users working with the portal;</li>
<li>have already <a title="Planning a Successful SAP Portal Project" href="http://saplab.org/2009/04/planning-successful-sap-portal/">planned you SAP Portal Project</a> carefully;</li>
</ul>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="14"></a>14. Can you provide a list of the most commonly used Portal acronyms?</h2>
<p>This is yet another challenge. I will update this ASAP!</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<h2><a name="15"></a>15. Web Dynpro Java or ABAP?</h2>
<p>In the past years, SAP Portal and Web Dynpro for Java set as a strategic user interface technology for SAP NetWeaver 04.</p>
<p>With Web Dynpro, you build professional, highly interactive, Web-based, and accessible user interfaces for business applications. Using the Portal, you provide role-based, secure access to any kind of information (structured or unstructured), services and applications via a Web browser. In SAP NetWeaver, these two technologies converge, enabling you to run Web Dynpro-designed content in iViews from within the portal.</p>
<p>In order to create portal content, different tools are available for different professional roles and objectives. The wizards and templates included with the Portal Content Studio are specially suited for content administrators, while the Portal Development Kit (PDK) for Java is geared to J2EE developers. Recently, WebDynpro ABAP has become more and more the most used paradigm for developing portal applications. Web Dynpro is best suited for business application developers. In what relates to WebDynpro Java, working from the Eclipse-based SAP NetWeaver Developer Studio, business application developers need Java and <a title="SAP ABAP" href="http://saplab.org/category/abap/">ABAP</a> skills to leverage this programming model.  From a <a title="SAP WebDynpro ABAP" href="http://saplab.org/category/webdynpro-abap/">WebDynpro ABAP</a> perspective, developers must have an advanced knowledge in <a title="SAP ABAP" href="http://saplab.org/category/abap/">ABAP</a> as well as the Model View Controller (MVC) paradigm, in order to be able to use it with full capacity.</p>
<p>Bottom line is, in my opini0n, if you&#8217;re aiming to learn WebDynpro, I would bet in WebDynpro ABAP.Most of the recent SAP Business aligned with EHP4 are being developed in <a title="SAP WebDynpro ABAP" href="http://saplab.org/category/webdynpro-abap/">WebDynpro ABAP</a>. A major plus is that you will work from within SE80 and will use the well known transport system, instead of the NWDI.</p>
<p><a title="Go top" href="#top-post">Top</a></p>
<p><strong>Hope this post is useful for you. Please comment!</strong></p>



	
	
	
					<li>
				<a href="http://saplab.org/2009/09/business-packages-for-netweaver-portal/" rel="bookmark">
													
				Business Packages for Netweaver Portal</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/best-practices-for-sap-netweaver-portal-70/" rel="bookmark">
													
				Best Practices for SAP Netweaver Portal 7.0</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/05/tools-for-sap-portal/" rel="bookmark">
													
				Tools for SAP Portal</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/15-sap-netweaver-portal-faq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Keypoints if you want to be a SAP Consultant</title>
		<link>http://saplab.org/2010/07/5-keypoints-if-you-want-to-be-a-sap-consultant/</link>
		<comments>http://saplab.org/2010/07/5-keypoints-if-you-want-to-be-a-sap-consultant/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:42:22 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[SAP Career]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[skills]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1400</guid>
		<description><![CDATA[Many opinions have been written about working with SAP systems and, specifically, assuming yourself as an SAP expert or Consultant. If you&#8217;ve been working with SAP or envolved in other IT based Projects, for sure that you will have your own opinion and insights on this matter. In this post, I will share my own [...]


	
	
	
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/2010-sap-salary-survey/" rel="bookmark">
													
				2010 SAP Salary Survey</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Many opinions have been written about working with SAP systems and, specifically, assuming yourself as an SAP expert or Consultant. If you&#8217;ve been working with SAP or envolved in other IT based Projects, for sure that you will have your own opinion and insights on this matter. In this post, I will share my own experience and 5 key points which I find of most importance for anyone who wants to prevail as a successful and long-lasting SAP consultant, advisor, expert, working as a permanent employee for a Company or as a Freelancer.</p>
<h2>1. Choose your niche&#8230; wisely</h2>
<p>At the end of the day, your work as a SAP Consultant will be to help and advise your clients, usually big companies, on how to implement highly dependable IT systems who literally help improve and run their businesses. I&#8217;d say that choosing your niche will depend on 2 distict factores: <strong>your background and opportunity</strong>. If you&#8217;re coming from a technical, computer engineering or networking background, SAP security and Basis can be a good area to bet on. This is a cross area to any SAP solution. On the other hand, if you&#8217;re coming from a business or even law degree, you can try <a href="http://saplab.org/category/fico/" title="SAP FI/CO">SAP FI (Finantial Accounting), CO (Controlling)</a> or even <a href="http://saplab.org/category/logistics/" title="SAP Logistics">LO (Logistics General)</a>. There are several <a href="http://saplab.org/2009/03/sap-application-areas/" title="SAP Application Areas">SAP Applications Areas</a> which might be interesting, according to your profile and expectations. Just remember that as you grow in your SAP career, more and more you will be facing the client and acting as an advisor. The client might even depend on your judgement to choose which way to go or which solution to aquire. Besides having a good domain over the solution or industry you&#8217;re in, you must also be a good communicator and easy going with people.</p>
<h2>2. Niche, not Narrow</h2>
<p>Whether you work for a big consultancy firm, a medium size company or if you&#8217;re an SAP freelancer, odds are that you evolve and grow in a particular <a href="http://saplab.org/2009/03/sap-application-areas/" title="SAP Application Areas">SAP Application Area</a>. Perhaps you might even become an expert in a specific SAP Application Area within a particular industry. In my opinion, it&#8217;s ok to become a subject matter expert in your area of expertise. But it is crucial to keep expanding your knowledge and being able to look at the global picture. This means you should accompany SAP&#8217;s evolution in your area of expertise and try to be knowledgable about the connection of that area with other SAP subjects or even other suppliers. Remember: <strong>focus on your area but keep an open mind and interest at all times</strong>.</p>
<h2>3. Money or evolution?</h2>
<p>My opinion is that you should bet on less profitable but cutting edge projects that give you space to get your hands dirty and get paid experience. This is particulary important if you just turned a SAP freelancer. Of course at this point you have a great deal of knowledge and experience, but being a freelancer means that you&#8217;ll have to perform twice as more than a &#8220;regular&#8221; SAP consultant. So if you can choose between a solid project which gives you room to learn more, do it, even if the pay isn&#8217;t as much as other projects which aren&#8217;t big challenges to you.</p>
<h2>4. One percent genious, ninety-nine percent perspiration</h2>
<p>Recruiters usually say entering the SAP world is a very good learning experience and school for ambitioning to be a good professional, programmer or project manager for IT projects. Since SAP is so broad in it&#8217;s application areas and each one, by itself, is also such a big world, it&#8217;s natural that when we get used to working to SAP, we&#8217;ve travelled a step further. The important point to take home is that not only geniuses prevail. <strong>You will need to work harder though, being able to run the extra mile.</strong></p>
<h2>5. SAP vs IT</h2>
<p>It is really important to understand until what extent we&#8217;re dealing with IT details and what relates to SAP and the client organization, business processes and business model. In fact, an SAP project implementation is not alone an IT Project. Of course there are several technological components, moreover with the maturation of <a href="http://saplab.org/category/netweaver/" title="SAP Netweaver">Netweaver</a>, but it is important to note that an SAP project is an organizational project, which impacts all levels of a company. It is crucial to have a clear commitment from every person involved, starting with the CEO, down to the managers and all the way to the key-users.</p>
<p>A SAP Consultant is someone who has the ability to speak the functional language in his area of expertise (e.g. <a href="http://saplab.org/category/fico/" title="SAP FI/CO">FI/CO</a>, <a href="http://saplab.org/category/hcmhr/" title="SAP HCM">HCM</a>, MM, etc.). At the same time, he has to understand clearly how the company works, what is the business model, what are the client&#8217;s requirements, what does the SAP standard module cover, what can be extended and what can be done custom built (identifying the gaps). In parallel, it&#8217;s a plus if the SAP Consultant is able to get inside the system, not only knowing how every piece connects but also how to create what&#8217;s necessary to meet his client&#8217;s needs. For this reason, it is always a good idea to start your career with SAP by learning <a href="http://saplab.org/category/abap/" title="ABAP">ABAP</a>. </p>
<p>I strongly recommend you to take a look at Jon Reed&#8217;s blog &#8220;<a href="http://www.jonerp.com/index.php/" target="_blank" title="Jon Reed's SAP blog">Career answers for SAP Professionals</a>&#8220;. It is a full content, very complete blog about <a href="http://saplab.org/category/sap-career/" title="SAP Careers">SAP careers</a>. Inside you will find several Podcasts and <a href="http://saplab.org/category/webcast/" title="SAPLAB: Webcasts">Webcasts</a>. Jon Reed also updates the blog regularly with SAP Job market information, trends and <a href="http://saplab.org/jobs/" title="SAP Job Offers">job opportunities</a>.</p>



	
	
	
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/2010-sap-salary-survey/" rel="bookmark">
													
				2010 SAP Salary Survey</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/5-keypoints-if-you-want-to-be-a-sap-consultant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 SAP Salary Survey</title>
		<link>http://saplab.org/2010/07/2010-sap-salary-survey/</link>
		<comments>http://saplab.org/2010/07/2010-sap-salary-survey/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 11:46:26 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[SAP Blogs & Resources]]></category>
		<category><![CDATA[SAP Career]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[Salaries]]></category>
		<category><![CDATA[skills]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1662</guid>
		<description><![CDATA[Based on 430 SAP Professionals&#8217; Responses, industry Leader in SAP ECC6 Upgrade and Support Package Automation, Panaya released a survey which highlights very interesting findings related to SAP professionals&#8217; salaries. Here is an excerpt from the survey: The earnings of an SAP professional depend on many variables, including the version you are working on, industry, [...]


	
	
	
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Based on 430 SAP Professionals&#8217; Responses, industry Leader in SAP ECC6 Upgrade and Support Package Automation, <a href="http://www.panayainc.com/" target="_blank">Panaya</a> released a survey which highlights very interesting findings related to SAP professionals&#8217; salaries.</p>
<p>Here is an excerpt from the survey:</p>
<blockquote><p>The earnings of an SAP professional depend on many variables, including the version you are working on, industry, education level, and experience. Panaya conducted this survey to help you compare your SAP talent to industry peers, better understand what drives compensation in this market, and get useful ideas for increasing your value.</p>
</blockquote>
<p style="text-align: center;"><img class="aligncenter" title="2010 SAP Salary Survey" src="http://saplab.org/wp-content/images/2010-sap-salary-survey01.jpg" alt="" /></p>
<p>After filling in the necessary information, a link will be presented in the page and you will be able to download this 18 page PDF survey. Here&#8217;s the link:</p>
<p>
<ul>
<li><a title="2010 SAP Salary Survey" href="http://go.panayainc.com/2010SAPSalarySurvey.html" target="_blank">2010 SAP Salary Survey</li>
</ul>
<p></a></p>



	
	
	
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/2010-sap-salary-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of SAP Sites Directory</title>
		<link>http://saplab.org/2010/07/best-of-sap-sites-directory/</link>
		<comments>http://saplab.org/2010/07/best-of-sap-sites-directory/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 23:20:45 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[FI/CO]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[Logistics]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[PI]]></category>
		<category><![CDATA[PM]]></category>
		<category><![CDATA[PP]]></category>
		<category><![CDATA[SAP Blogs & Resources]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[MM]]></category>
		<category><![CDATA[sap fi]]></category>
		<category><![CDATA[sap pp]]></category>

		<guid isPermaLink="false">http://saplab.org/slv2/?p=1613</guid>
		<description><![CDATA[The Best of SAP Sites Directory is a great resource if you&#8217;re looking for information on SAP, ABAP, Netweaver, FICO, SD, MM, PP, downloads and other SAP tutorials and user guides.  The Best of SAP Sites Directory blog is owned by eddai, who is also blogger and owner of SAP DOCS. The Best of SAP [...]


	
	
	
					<li>
				<a href="http://saplab.org/2009/05/tools-for-sap-portal/" rel="bookmark">
													
				Tools for SAP Portal</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/sap-application-areas/" rel="bookmark">
													
				SAP Application Areas</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>The <a title="Best of SAP Sites Directory" href="http://social.sapdocs.info/" target="_blank">Best of SAP Sites Directory</a> is a great resource if you&#8217;re looking for information on SAP, <a href="http://saplab.org/category/abap/">ABAP</a>, <a title="Netweaver" href="http://saplab.org/category/netweaver/" target="_blank">Netweaver</a>, <a title="FI/CO" href="http://saplab.org/category/fico/" target="_blank">FICO</a>, <a title="SD" href="http://saplab.org/category/sd/" target="_blank">SD</a>, <a title="MM" href="http://saplab.org/tag/mm/" target="_blank">MM</a>, <a title="PP" href="http://saplab.org/category/pp/" target="_blank">PP</a>, <a title="SAP Downloads" href="http://saplab.org/category/downloads/" target="_blank">downloads</a> and other SAP tutorials and user guides.  The <a title="Best of SAP Sites  Directory" href="http://social.sapdocs.info/" target="_blank">Best of SAP Sites Directory</a> blog is owned by eddai, who is also blogger and owner of <a href="http://sapdocs.info/" target="_blank">SAP DOCS</a>.</p>
<p><a title="Best of SAP Sites Directory" href="http://social.sapdocs.info/" target="_blank">The Best of SAP Sites Directory</a> is a SAP topics aggregator since it displays headlines from the most popular SAP sites on the internet.</p>
<p>Eddai leaves his welcome message:</p>
<blockquote><p>This site is the dashboard for the latest web-buzz, a single page that  encapsulates up-to-the-minute headlines from the most popular SAP sites  on the internet with a purpose of getting a quick glance on updates over  various categories. The lists will be enhanced in each categories by day. Hope you find this site useful.</p></blockquote>
<h3 style="text-align: center;"><a title="Home" href="http://social.sapdocs.info/">Click here to enter Best of SAP Sites  Directory</a></h3>
<p>&nbsp;</p>



	
	
	
					<li>
				<a href="http://saplab.org/2009/05/tools-for-sap-portal/" rel="bookmark">
													
				Tools for SAP Portal</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/sap-application-areas/" rel="bookmark">
													
				SAP Application Areas</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/best-of-sap-sites-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP HR Online Training with 5000+ Real Time Screen Shot</title>
		<link>http://saplab.org/2010/04/sap-hr-online-training-with-5000-real-time-screen-shot/</link>
		<comments>http://saplab.org/2010/04/sap-hr-online-training-with-5000-real-time-screen-shot/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 10:37:13 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[HCM/HR]]></category>
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1462</guid>
		<description><![CDATA[Hello everybody. I know I have been missing and still owe answers to some of you. But, as I can only imagine, if you work in consultancy as I do, I guess you&#8217;d only wish you could have more time for your hobbies, right? So please bear with me, I promise I will get back [...]


	
	
	
					<li>
				<a href="http://saplab.org/2009/10/ask-an-expert-get-a-free-answer/" rel="bookmark">
													
				Ask an Expert, Get a Free Answer</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Hello everybody. I know I have been missing and still owe answers to some of you. But, as I can only imagine, if you work in consultancy as I do, I guess you&#8217;d only wish you could have more time for your hobbies, right? So please bear with me, I promise I will get back with Part 2 of popular post &#8220;<a title="How to do a Support Package Stack Upgrade - Part 1" href="http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/">How to do a Support Package Stack Upgrade &#8211; Part 1</a>&#8220;. It&#8217;s being highly requested and I am truly appreciated that this blog it&#8217;s serving good purposes!</p>
<p>This weekend I received an e-mail announcing a new website, namely a Forum, in <a rel="nofollow" href="http://wikinewforum.com/" target="_blank">Wikipedia Newforum</a>. After checking out (I confess I hadn&#8217;t yet heard of it), I thought it was woth a while to spread it in SAPLAB.<br />
<img class="aligncenter size-full wp-image-1232" title="SAP HR Online Training with 5000+ Real Time Screen Shot" src="http://saplab.org/wp-content/uploads/sap-wiki-forum.jpg" alt="SAP HR Online Training with 5000+ Real Time Screen Shot" /><br />
Here&#8217;s what the e-mail publicized:</p>
<blockquote><p><em>Now Totally FREE* SAP HR Online Training with 5000+ Real Time Screen Shots: www.wikinewforum.com</em></p>
<p><em>Other Training Courses + Other SAP Modules FICO, MM, SD, CRM, PP, PM.. @ www.wikinewforum.com</em></p>
<p><em>Special Topics apart from general topics:</em></p>
<p><em>* Payroll &amp; Time Schema&#8217;s<br />
* Payroll &amp; Time PCR&#8217;s (Personal Calculation Rules)<br />
* Rates of Pay<br />
* Factoring/Pro-ration<br />
* Wage type Valuation<br />
* Time Quota&#8217;s &amp; Time Types<br />
* Time Evaluation<br />
* Absence Valuation<br />
* Compensation, Benefits, Performance Appraisal, e-Recruitments<br />
* Employee Self Service (ESS) &amp; Manager Self Service (MSS)<br />
* CATS &#8211; Cross Application Time Sheets<br />
* Integration with FICO &amp; other Modules<br />
* and more and more&#8230;.list will not stop<br />
* Totally End-to-End implementation Process with 5000+ Real Time Screen shots<br />
</em></p></blockquote>
<p>After registering, I browsed around the forum and sub-foruns and from what I read, I think it is a potential resource to use if you&#8217;re in an SAP HCM/HR project implementation. You can start by the &#8220;<a rel="nofollow" href="http://wikinewforum.com/forumdisplay.php?f=17" target="_blank">SAP End-to-End Implementation</a>&#8221; and look into the Free Demo and the existing topics. For sure that we need to think before buying any content, even for just 1$. But, as I said, I think this is a starting off website and forum and in my opinion, it has a good growing potential. It&#8217;s really up to us SAP gurus to push it up <img src='http://saplab.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>What is your opinion on this new resource? Please comment!</p>



	
	
	
					<li>
				<a href="http://saplab.org/2009/10/ask-an-expert-get-a-free-answer/" rel="bookmark">
													
				Ask an Expert, Get a Free Answer</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/04/sap-hr-online-training-with-5000-real-time-screen-shot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Do a Support Package Stack Upgrade &#8211; Part 1</title>
		<link>http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/</link>
		<comments>http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:23:40 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[System Tools]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[marketplace]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1229</guid>
		<description><![CDATA[This is the first part of a set of 2 posts that I&#8217;ll submit in the following days, covering the Support Package Stack Upgrade process. Directly or indirectly, many of you have already been in projects were you&#8217;ve heard this term. Weather you seek deep technical knowledge or just an overview of the process, understanding [...]


	
	
	
					<li>
				<a href="http://saplab.org/2009/03/must-know-about-enhancement-packages/" rel="bookmark">
													
				What you must know about Enhancement Packages</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/09/the-sap-netweaver-product-availabilty-matrix-pam/" rel="bookmark">
													
				The SAP Netweaver 7.0 PAM</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>This is the first part of a set of 2 posts that I&#8217;ll submit in the following days, covering the Support Package Stack Upgrade process. Directly or indirectly, many of you have already been in projects were you&#8217;ve heard this term. Weather you seek deep technical knowledge or just an overview of the process, understanding the necessary involved components and roles, this post is definitely for you. </p>
<p>First of all, and for the beginners&#8217; sake, I want to start by defining what is a SAP Support Package. In the same context, it is also important to understand what is a SAP Online Support System (OSS) Note. On a normal day, in the more than <a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/#1" title="15 SAP FAQs">140.000 SAP system installations worldwide</a>, errors occur within these systems. Normally business critical situations happen less frequently but since SAP is composed by several pieces of software designed by humans, divided into <a href="http://saplab.org/2009/03/sap-application-areas/" title="SAP Application Areas">Application Areas</a> or Modules, there are quite a few bugs, errors and misconceptions which go through to clients&#8217; live systems.</p>
<p>So SAP provides a support portal on which clients can report these situations, categorizing them accordingly and assigning them with a different priority (most frequent are medium and high). The way these tickets are dealt with is also according to the type of agreement the company has with SAP &#8211; the bigger SAP clients usually have little response time. But they pay for it.</p>
<p><img src="http://saplab.org/wp-content/uploads/2009/10/sap-oss-notes.jpg" alt="SAP Online Support System (OSS)" title="SAP Online Support System (OSS)" width="500" height="140" class="aligncenter size-full wp-image-1232" /></p>
<p>The so called Online Support System – OSS &#8211; is the system SAP uses to manage these tickets and interaction flow with the Clients.</p>
<h2>SAP Notes</h2>
<p>When an identified issue is considered by SAP as a software defect, it will be solved by change of code, table configuration, etc, and it&#8217;s correction will be issued by SAP in the form of a <strong>SAP Note</strong>. SAP notes are an excellent way to keep our systems up to date with SAP so it&#8217;s a common task for a SAP Basis administrator to make sure the systems he works on are aligned with the most current versions implemented. Typically, large companies have predefined dates on which they apply what we&#8217;ll cover on the next point &#8211; the Support Packages.</p>
<h2>SAP Support Packages</h2>
<p>SAP Support Packages are bundles or collections of SAP notes (typical volume of grouped notes is 200). They&#8217;re also referred to as &#8220;Support Pack (SP)&#8221;. Support Packages are <strong>compiled periodically</strong> and are a set of SAP applications or specific components which are made available in the SAP Support Portal. SPs can be implemented using <a href="http://saplab.org/2009/05/sap-basis-transaction-codes/" title="SAP Basis Transaction Codes">basis transaction codes</a> like SPAM (Support Package Manager) or SAINT (SAP Add-On Installation Tool). For the JAVA stack of WAS a tool called Java Support Package Manager (JSPM) is used for SP deployment. So it is already clear that as a Basis Administrator, you will have to deal with the ABAP Stack (for the backend) and the JAVA Stack (for the front-end).</p>
<p><strong>Before starting with the Support Package Stack (SPS) upgrade, please make sure to cover the following points:</strong></p>
<p>1. Ensure that a <strong>full back</strong> of the system up has been performed.<br />
2. <strong>Read thoroughly</strong> the related SAP documentation. I recommend that start by reading the standard  SAP documentation available in the <a href="https://websmp110.sap-ag.de/support" title="SAP Support Portal">SAP Support</a>.<br />
3. Lock <strong>all SAP users</strong> except the ones used for the upgrade during the entire process.<br />
4. Ensure that the front-end server is in the <strong>correct version</strong> of the JAVA runtime environment.<br />
5. Ensure that you have the <em>correct patching</em> on the Oracle database.<br />
6. You should also have a <strong>complete check-list</strong> of whatever <strong>cut-over activities</strong> you&#8217;ll need to perform after the SP upgrade. A Z developments inventory is also a good idea.</p>
<p>Preparation and organization play a <strong>critical part </strong>in this process!</p>
<p>On my next post I&#8217;ll describe the Support Package Upgrade process step by step, covering the SPAM execution, the ABAP Stack, the JAVA Stack and the Kernel Upgrade. </p>
<p>Please comment and visit SAPLAB.org for the rest of the series. Thanks!</p>



	
	
	
					<li>
				<a href="http://saplab.org/2009/03/must-know-about-enhancement-packages/" rel="bookmark">
													
				What you must know about Enhancement Packages</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/09/the-sap-netweaver-product-availabilty-matrix-pam/" rel="bookmark">
													
				The SAP Netweaver 7.0 PAM</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>15 SAP Frequently Asked Questions (FAQ)</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/</link>
		<comments>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:20:31 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Business Suite]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[skills]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1123</guid>
		<description><![CDATA[Since I launched SAPLAB.org, I&#8217;ve received several e-mails from beginners or plain curious on SAP asking me questions like &#8220;What does SAP stand for?&#8221; or &#8220;What&#8217;s the difference between ERP and ECC?&#8220;. Even though I know for a fact that this blog is targeted as a niche blog, I think that it would be worth [...]


	
	
	
					<li>
				<a href="http://saplab.org/2009/10/10-bpm-frequently-asked-questions-faq/" rel="bookmark">
													
				10 BPM Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/ibm-system-i-solution-for-sap-ebook/" rel="bookmark">
													
				IBM System i Solution for SAP eBook</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/09/sap-release-strategy-for-large-enterprises/" rel="bookmark">
													
				SAP&#8217;s Release Strategy for Large Enterprises</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p><a name="top-post"></a>Since I launched SAPLAB.org, I&#8217;ve received several e-mails from beginners or plain curious on SAP asking me questions like &#8220;<em>What does SAP stand for?</em>&#8221; or &#8220;<em>What&#8217;s the difference between ERP and ECC?</em>&#8220;. Even though I know for a fact that this blog is targeted as a niche blog, I think that it would be worth to create this post. Even the top experts might find it useful to put their deep technical knowledge in context with some of the broader and more conceptual facts of SAP.</p>
<p>Please <strong>comment</strong> on this post, <strong>ask away</strong>, <strong>share you knowledge and experience</strong> &#8211; it&#8217;ll be highly appreciated!</p>
<p><strong><a href="#1" title="What is SAP?">1. What is SAP?</a></strong><br />
<strong><a href="#2" title="The History of SAP">2. The History of SAP</a></strong><br />
<strong><a href="#3" title="Which Solutions are included in the SAP Portfolio?">3. Which Solutions are included in the SAP Portfolio?</a></strong><br />
<strong><a href="#4" title="What are the main components of the SAP ERP Solution?">4. What are the main components of the SAP ERP Solution?</a></strong><br />
<strong><a href="#5" title="What is the SAP NetWeaver Platform?">5. What is the SAP NetWeaver Platform?</a></strong><br />
<strong><a href="#6" title="What are the NetWeaver Components?">6. What are the NetWeaver Components?</a></strong><br />
<strong><a href="#7" title="What are the SAP Business Suite Components?">7. What are the SAP Business Suite Components?</a></strong><br />
<strong><a href="#8" title="What are the Most Recent Releases and Versions of the SAP R/3 Solution?">8. What are the Most Recent Releases and Versions of the SAP R/3 Solution?</a></strong><br />
<strong><a href="#9" title="What Industry Solutions (IS) are Available from SAP?">9. What Industry Solutions (IS) are Available from SAP?</a></strong><br />
<strong><a href="#10" title="What are SAP xApps?">10. What are SAP xApps?</a></strong><br />
<strong><a href="#11" title="What are the SAP xApps Components?">11. What are the SAP xApps Components?</a></strong><br />
<strong><a href="#12" title="What is Duet?">12. What is Duet?</a></strong><br />
<strong><a href="#13" title="What is Duet?">13. What is the SAP Document Builder?</a></strong><br />
<strong><a href="#14" title="What is SAP Solution Manager?">14. What is SAP Solution Manager?</a></strong><br />
<strong><a href="#15" title="What is SAP Business One?">15. What is SAP Business One?</a></strong></p>
<hr />
<p><strong><a name="1">1. What is SAP?</a></strong></p>
<p>SAP stands for German &#8220;Systeme, Anwendungen, Produkte der Dataenverarbeitung,&#8221; meaning &#8220;Systems, Applications, and Products in Data Processing&#8221;. SAP was founded in 1972 with its still existing headquarters in Walldorf, Germany. SAP is a multi billion dollar company and the global market leader in Business software. SAP employs around 50,000 employees worldwide, with more than 140,000 system installations in about 120 countries. More than 12 million people use SAP on a daily basis. And there are more than 20 industry-specific &#8220;Industry Solutions&#8221;, known commonly as &#8220;IS&#8221; (e.g. IS-Oil, IS-Retail, IS-Bank, etc.).</p>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="2">2. The History of SAP</a></strong></p>
<ul>
<li>SAP GmbH was founded in 1972 (Germany) by five former IBM employees. Their challenge was to develop a standard business application software, with the goal of processing business information in real-time.</li>
<li>During 1973, the company released its first financial accounting software, &#8220;R1&#8243; (the letter &#8220;R&#8221; stands for &#8220;Real-Time Processing&#8221;).</li>
<li>In the late 70s, SAP &#8220;R/2&#8243; was released with IBM’s database and a dialogue-oriented business application.</li>
<li>R/2 was stabilized during the early 80s and the company came out with a version capable of processing business transactions in several languages and currencies, to meet the needs of their already growing international clients.</li>
<li>In 1988, SAP GmbH became SAP AG. The &#8220;new&#8221; company then established subsidiaries in countries such as the United States, Sweden, Denmark, and Italy.</li>
<li>The early 90s saw the introduction of SAP &#8220;R/3&#8243;, introducing the client-server architecture and GUI, which ran on almost any database, and on most operating systems. SAP R/3 brought a new concept, moving from a &#8220;main frame&#8221; to a 3-tier architecture (Data layer &gt; Application Layer &gt; Interface layer).</li>
<li>In the beginning of 1996, the company had already more than 9,000 installations worldwide. On the verge of turning the 2k year, SAP had introduced the e-commerce enabled mySAP suite of products for leveraging ever-growing web technology.</li>
<li>SAP began the twenty-first century with the <a title="SAP Enterprise Portal" href="http://saplab.org/category/enterprise-portal/" target="_self">Enterprise Portal</a> and role-based access to business information.</li>
<li>SAP continued to grow and innovate, bringing new technologies to business-information processing.</li>
<li>SAP introduced <a title="SAP NetWeaver" href="http://saplab.org/category/netweaver/" target="_self">SAP NetWeaver</a>, the underlying technology framework, which still is based on Enterprise Services Architecture (ESA) with application integration across diverse platforms for providing one-stop end-to-end business processing. With NetWeaver, companies can now integrate <strong>people, information, and processes.</strong></li>
<li>The future will tell the tendencies but it is a fact that SAP leads innovating initiatives is areas like Mobile, <a title="SAP SOA" href="http://saplab.org/category/soa/" target="_self">SOA</a>, <a title="SAP Business Process Modelling" href="http://saplab.org/category/bpm/" target="_self">BPM</a> and <a title="SAP Self Services" href="http://saplab.org/category/xss/" target="_self">Self-Services</a>, across several <a title="SAP Application Areas" href="http://saplab.org/2009/03/sap-application-areas/" target="_self">SAP Application Areas</a>.</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="3">3. Which Solutions are included in the SAP Portfolio?</a></strong></p>
<p>Currently, SAP Solutions include the following:</p>
<ul>
<li><a title="SAP ERP" href="http://saplab.org/category/erp/" target="_self">SAP ERP</a></li>
<li><a title="SAP Business Suite" href="http://saplab.org/category/business-suite/" target="_self">SAP Business Suite</a></li>
<li>SAP R/3 and R/3 Enterprise (v. 4.6 and 4.7)</li>
<li>SAP for Industries</li>
<li>SAP xApps</li>
<li>SAP Solution Manager</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="4">4. What are the main components of the SAP ERP Solution?</a></strong></p>
<ul>
<li>SAP ERP Central Component (ECC 6.0)</li>
<li>SAP SEM (Strategic Enterprise Management) (SEM 6.0)</li>
<li>SAP cProject Suite (Project and Portfolio Management 4.0)</li>
<li>SAP SRM for ERP (SRM 5.0)</li>
<li>SAP Catalog Content Management (CCM 2.0 for ERP 2004)</li>
<li>SAP Internet Sales for ERP</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="5">5. What is the SAP NetWeaver Platform?</a></strong></p>
<p>The SAP NetWeaver platform enables organizations to build new business solutions and processes rapidly, while taking off added business value from existing IT investments. SAP NetWeaver is a technology framework which bridges the several SAP components. It supports new cross-functional business processes and helps to lower the Total Cost of Ownership (TCO) by reducing the need for custom integration. It offers a complete life cycle management for all of the Client&#8217;s applications. It is also the foundation for Enterprise Services Architecture (ESA) and helps orchestrate <em>people</em>, <em>information</em>, and <em>business processes</em> across the organization.</p>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="6">6. What are the NetWeaver Components?</a></strong></p>
<p>By enabling a seamless integration and allowing the integration of the Enterprise Services Architecture (ESA), SAP NetWeaver unifies business processes across different systems, integrating applications for employees as needed, and accessing information easily in a structured manner.</p>
<p>The SAP NetWeaver components are the following:</p>
<ul>
<li>Security</li>
<li>People Integration
<ul>
<li>Multi-channel Access</li>
<li><a title="SAP Enterprise Portal" href="http://saplab.org/category/enterprise-portal/" target="_self">Portal</a></li>
<li>Collaboration</li>
</ul>
</li>
<li>Information Integration
<ul>
<li><a title="SAP Business Intelligence" href="http://saplab.org/category/business-intelligence/" target="_self">Business Intelligence (BI)</a></li>
</ul>
</li>
<li>BI (Business Intelligence) Content
<ul>
<li>Knowledge Management (KM)</li>
<li>Master Data Management (MDM)</li>
</ul>
</li>
<li>Process Integration (PI, former XI)
<ul>
<li>Integration Broker</li>
<li><a title="SAP Business Process Model" href="http://saplab.org/category/bpm/" target="_self">Business Process Management (BPM)</a></li>
</ul>
</li>
<li>Application Platform
<ul>
<li>Java</li>
<li><a title="SAP ABAP" href="http://saplab.org/tag/abap/" target="_self">ABAP</a></li>
<li>Business Services</li>
<li>Connectivity</li>
<li>DB and OS Abstraction</li>
<li> SAP Knowledge Warehouse</li>
</ul>
</li>
<li>Life Cycle Management
<ul>
<li>Customizing</li>
<li>Software Change Management</li>
<li>System Management</li>
</ul>
</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="7">7. What are the SAP Business Suite Components?</a></strong></p>
<ul>
<li>SAP Enterprise Resource Planning (ERP)</li>
<li>SAP Customer Relationship Management (CRM)</li>
<li>SAP Supply Chain Management (SCM)</li>
<li>SAP Supplier Relationship Management (SRM)
<ul>
<li>SAP Catalog Content Management (SRM-MDM)</li>
</ul>
</li>
<li>SAP Product Life Cycle Management
<ul>
<li>SAP Environment, Health, and Safety</li>
<li>SAP PLM Recipe Management</li>
<li>Audit Management</li>
</ul>
</li>
<li>SAP Compliance Management for SOA
<ul>
<li>Management of Internal controls</li>
</ul>
</li>
<li>SAP Learning Solution</li>
<li>SAP Strategic Enterprise Management (SEM)</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="8">8. What are the Most Recent Releases and Versions of the SAP R/3 Solution?</a></strong></p>
<p>Since the launch of version ERP 5.0 (or ECC 5.0 or mySAP 2004), SAP abandoned for good the R/3 concept. Of course maintenance is possible however no longer on an extended period but only customer specific contracts. The latest R/3 releases were:</p>
<ul>
<li>SAP R/3 Enterprise Release 4.70 (partially based on SAP NetWeaver)</li>
<li>SAP R/3 Release 4.6C/4.6B/4.5B/4.0B</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="9">9. What Industry Solutions (IS) are Available from SAP?</a></strong></p>
<p>There are several Industry Solutions available from SAP in several forms:</p>
<ul>
<li>SAP for Aerospace and Defense</li>
<li>SAP for Automotive</li>
<li>SAP for Banking</li>
<li>SAP for Consumer Products</li>
<li>SAP Contract Accounts Receivable and Payable</li>
<li>SAP for Defense and Security</li>
<li>SAP for Engineering, Construction and Operations</li>
<li>SAP for Financial Service Providers</li>
<li>SAP for Healthcare</li>
<li>SAP for Higher Education and Research</li>
<li>SAP for High Tech</li>
<li>SAP for Insurance</li>
<li>SAP for Media</li>
<li>SAP for Mill Products</li>
<li>SAP for Mining</li>
<li>SAP for Oil and Gas</li>
<li>SAP for Professional Services</li>
<li>SAP for Public Sectors</li>
<li>SAP for Retail</li>
<li>SAP for Telecommunications</li>
<li>SAP for Utilities</li>
<li>SAP for Wholesale Distribution</li>
</ul>
<p>Please also read the available <a title="SAP Application Areas" href="http://saplab.org/2009/03/sap-application-areas/" target="_self">SAP Application Areas</a>.</p>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="10">10. What are SAP xApps?</a></strong></p>
<p>The SAP xApps family of <a title="How to create a Composite Application" href="http://saplab.org/2009/02/how-to-create-a-composite-application/" target="_self">composite applications</a> enable business innovation and provides flexibility to respond quickly to business changes. xApps allow clients to extend the value of their core business investments and maximize the return on strategic assets: employees, knowledge, products, business relationships, and IT.</p>
<p>SAP and SAP certified partners deliver these composite applications pre-bundled. They clients drive their specific business processes and focus on the needs of a variety of industries.</p>
<p>All these applications combine Web services and data coming from multiple systems in an application design made possible by the <a title="SAP Composite Application Framework" href="http://saplab.org/tag/caf/" target="_self">SAP Composite Application Framework (CAF)</a> within the SAP NetWeaver technology platform. This framework includes the methodology, tools, and run-time environment to develop composite applications.</p>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="11">11. What are the SAP xApps Components?</a></strong></p>
<ul>
<li>Duet</li>
<li>SAP Document Builder</li>
<li>SAP Global Trade Services</li>
<li>SAP xApp Manufacturing Integration and Intelligence</li>
<li>SAP xApp Resource and Portfolio Management</li>
<li>SAP xApp Product Definition</li>
<li>SAP xApp Cost and Quotation Management</li>
<li>SAP xApp Integrated Exploration and Production</li>
<li>SAP xApp Sales and Operations Planning</li>
</ul>
<p><strong><a name="12">12. What is Duet?</a></strong></p>
<p>Duet is a product result of a partnership between SAP and Microsoft. It enables enables users to easily and quickly interact with SAP business processes and data via their familiar Microsoft Office environment. It is the first joint product created by these two industry leaders and is designed to revolutionize how IT workers interact with enterprise applications.<br />
Duet aims to enable:</p>
<ul>
<li>Budget Monitoring: Schedule time-critical alerts and notifications to monitor cost centers or internal orders, which are delivered directly to Microsoft Outlook.</li>
<li>Demand Planning: Create and use planning sheets, as well as analyze and manage demand planning data from the SAP System using Microsoft Excel.</li>
<li>Duet Reporting: Schedule reports to be delivered regularly to Microsoft Outlook, receive individual reports on an as-needed basis, and view reports in Microsoft Excel.</li>
<li>Leave Management: Add leave requests as Microsoft Outlook calendar items that integrate approval guidelines in the SAP System and enterprise-defined processes.</li>
<li>Sales Management: Manage CRM accounts and contacts, create business activities, and access sales analytics information using Microsoft Outlook.</li>
<li>Team Management: Access up-to-date information about yourself and employees, open positions, and organizational structures that are integrated from the SAP System into the Microsoft Outlook contacts area.</li>
<li>Time Management: Record time in the Microsoft Outlook calendar, streamlining time entry while ensuring time-reporting compliance in the SAP System.</li>
<li>Travel Management: Create a travel request and a travel expense report in the SAP System using Microsoft Outlook.</li>
</ul>
<p>Even though there was a great buzz over this new and apparently revolutionary framework, Duet didn&#8217;t have the success that was announced. Instead, earlier in 2009 SAP announced a new partnership with IBM, read about it here: <a title="SAP Alloy - Partnership with IBM" href="http://saplab.org/2009/03/alloy-saps-twosome-with-ibm/" target="_self">Alloy: SAP&#8217;s twosome with IBM</a>.</p>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="13">13. What is the SAP Document Builder?</a></strong></p>
<p>SAP Document Builder&#8217; (CA-GTF-DOB) is a content-driven and cross-application solution for building and delivering complex documents. It can be deployed within international organizations and large corporations to generate contract and bid invitation documents, banking-related documents, auto insurance policies, real estate contracts, and corporate employment policies.</p>
<p>It is possible to deploy SAP Document Builder as a standalone application or integrate it with other SAP or non-SAP components.</p>
<p>The SAP Document Builder supports companies by:</p>
<ul>
<li>Automating and streamlining the document-creation process.</li>
<li>Enforcing best practices.</li>
<li>Building documents that reflect company-specific styles and formats from one or more regulation sets.</li>
<li>Determining inclusion or exclusion of clauses based on legal regulations by means of rules.</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="14">14. What is SAP Solution Manager?</a><</strong></p>
<p>SAP Solution Manager provides a central access to tools, methods, and pre-configured content, throughout the life cycle of solutions—from Business Blueprint to Configuration to Support.</p>
<p>Sokution Manager includes:</p>
<ul>
<li>Implementation/Upgrade of SAP Solutions
<ul>
<li>Central access to Project Tools</li>
<li>Central management of Project Information (Roadmap, System Landscape, Documentation, etc.)</li>
<li>Enables comparing/synchronizing customizing in several SAP components</li>
</ul>
</li>
<li>Solution Monitoring
<ul>
<li>Central System Administration</li>
<li>System Landscape Analysis with System Level Reporting</li>
<li>Real-time System Monitoring</li>
<li>Business Process Monitoring</li>
</ul>
</li>
<li>Services and Support
<ul>
<li>Access to programs/services for monitoring and optimizing system performance and availability to minimize risks.</li>
</ul>
</li>
<li>Service Desk
<ul>
<li>Solution Support through Work Flow to create and manage Process/Problem Messages.</li>
</ul>
</li>
<li>Change Management
<ul>
<li>Trace and audit system changes and transports through Change Request Management.</li>
</ul>
</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>
<p><strong><a name="15">15. What is SAP Business One?</a></strong></p>
<p>SAP Business One is the low-cost, easy-to-implement business management solution from SAP for small and medium Enterprises (SME). Unlike the standard ERP software, this solution enables managers with access to real-time information through one single system containing financial, customer relationship management, manufacturing, and management control funcionalities. The solution empowers managers to make better and quicker business decisions. Bundled with a user-friendly interface, SAP Business One serves as the client&#8217;s central ERP hub with standard interfaces (internal and external data sources), handheld computers, CRM applications, among others.</p>
<p>SAP Business One is based on the Microsoft Windows platform making it easier to install and maintain. The application comes with a demo company, which can be used by the client to become familiar with it and use it for testing and ramp up sessions.<br />
The modules of SAP Business One include:</p>
<ul>
<li> Administration</li>
<li>Financials</li>
<li>Sales Opportunities</li>
<li>Sales &#8211; A/R</li>
<li>Purchasing &#8211; A/P</li>
<li>Business Partners</li>
<li>Banking</li>
<li>Inventory</li>
<li>Production</li>
<li>MRP</li>
<li>Service</li>
<li><a title="SAP Human Capital Solutions (HCM/HR)" href="http://saplab.org/category/hcmhr/" target="_self">Human Resources</a></li>
<li>Reporting</li>
</ul>
<p><center><a href="#top-post" title="Go top">Top</a></center></p>



	
	
	
					<li>
				<a href="http://saplab.org/2009/10/10-bpm-frequently-asked-questions-faq/" rel="bookmark">
													
				10 BPM Frequently Asked Questions (FAQ)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/ibm-system-i-solution-for-sap-ebook/" rel="bookmark">
													
				IBM System i Solution for SAP eBook</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/09/sap-release-strategy-for-large-enterprises/" rel="bookmark">
													
				SAP&#8217;s Release Strategy for Large Enterprises</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
