<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 15 SAP Frequently Asked Questions (FAQ)</title>
	<atom:link href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/</link>
	<description>SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP</description>
	<lastBuildDate>Thu, 17 May 2012 14:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: SAP CRM 7.0 EhP1 Videos &#124; SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3991</link>
		<dc:creator>SAP CRM 7.0 EhP1 Videos &#124; SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP</dc:creator>
		<pubDate>Tue, 11 Jan 2011 11:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3991</guid>
		<description>[...] systems. The company offers SAP NetWeaver platform and enterprise service-oriented architecture, SAP xApps composite applications, and SAP solutions for radio frequency identification. It supports SAP developer network, a [...]</description>
		<content:encoded><![CDATA[<p>[...] systems. The company offers SAP NetWeaver platform and enterprise service-oriented architecture, SAP xApps composite applications, and SAP solutions for radio frequency identification. It supports SAP developer network, a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3990</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Mon, 10 Jan 2011 11:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3990</guid>
		<description>Thank you for the comment. Will explore that suggestion.
Regards
Antonio</description>
		<content:encoded><![CDATA[<p>Thank you for the comment. Will explore that suggestion.<br />
Regards<br />
Antonio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAP Advisor</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3989</link>
		<dc:creator>SAP Advisor</dc:creator>
		<pubDate>Sun, 09 Jan 2011 22:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3989</guid>
		<description>Very nice introductory information about SAP and all put at one place. If you get a chance and have time, I also recommend you include one sentence about each SAP IS solution.</description>
		<content:encoded><![CDATA[<p>Very nice introductory information about SAP and all put at one place. If you get a chance and have time, I also recommend you include one sentence about each SAP IS solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3928</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3928</guid>
		<description>Hi Sourav,

This question is common and it depends of several factors. One of them is the performance of the systems you&#039;re operating on. If they are poor performing with other programs, reports, etc., most likely they will perform even worse. Anyway, there are a few ABAP recommendations you can bear in mind:

1. Use a SELECT SINGLE with joins instead of several SELECT instructions;
2. Use SELECT INTO TABLE instead of  SELECT .... ENDSELECT;
3. Try to pass on all the primary keys to the WHERE; 
4. If you&#039;re manipulating fields other than the primary keys within the WHERE clause, try to create a secondary index with the same fields in the table;
5. Try to remove inner loops - use READ TABLE instead;
6. If you cannot avoid inner loops, use the WHERE clause inside the inner loop using fields in the 1st loop itab n 2nd loop itab
7. When using READ TABLE, use INDEX or WHERE condition with keys;
8. When updating a table with multiple entries, try to update all entries at once;
9. Try to remove any CALL FUNCTION inside loop - call them before the loop and collect the inputs to a table.

I hope these tips help you.
Regards.
Antonio Caldas</description>
		<content:encoded><![CDATA[<p>Hi Sourav,</p>
<p>This question is common and it depends of several factors. One of them is the performance of the systems you&#8217;re operating on. If they are poor performing with other programs, reports, etc., most likely they will perform even worse. Anyway, there are a few ABAP recommendations you can bear in mind:</p>
<p>1. Use a SELECT SINGLE with joins instead of several SELECT instructions;<br />
2. Use SELECT INTO TABLE instead of  SELECT &#8230;. ENDSELECT;<br />
3. Try to pass on all the primary keys to the WHERE;<br />
4. If you&#8217;re manipulating fields other than the primary keys within the WHERE clause, try to create a secondary index with the same fields in the table;<br />
5. Try to remove inner loops &#8211; use READ TABLE instead;<br />
6. If you cannot avoid inner loops, use the WHERE clause inside the inner loop using fields in the 1st loop itab n 2nd loop itab<br />
7. When using READ TABLE, use INDEX or WHERE condition with keys;<br />
8. When updating a table with multiple entries, try to update all entries at once;<br />
9. Try to remove any CALL FUNCTION inside loop &#8211; call them before the loop and collect the inputs to a table.</p>
<p>I hope these tips help you.<br />
Regards.<br />
Antonio Caldas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3729</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 15 Jul 2010 17:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3729</guid>
		<description>Hi Adrian,

Sorry for the late reply, I have been very busy lately and only now I&#039;m able to reply.
I think that first of all, you need to exercise and define what HR area you&#039;re expert in, or at least interested in like, for example, Time Management, Travel Management, Recruitment, Payroll, just to name a few. Normally companies will be looking for a wider set of knowledge, like experts in PA (Personnel Administration), PD (Personnel Development) or OM (Organizational Management). Again, these are just examples.

In terms of training, my first thought is that you should try SAP directly; even better if you can afford a full round of courses or trying to obtain a certification. This will make your CV glow a lot. There are other companies providing courses. I recommend that you visit Jon Reed&#039;s blog in &lt;a href=&quot;http://www.jonerp.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.jonerp.com/&lt;/a&gt;, which focuses in &quot;Career answers for SAP Professionals&quot;.

Definitely, moving your career path to SAP is a very big and important step. I also recommend that you read the following posts:

&lt;a href=&quot;http://saplab.org/2009/03/are-you-sap-hot-skilled/&quot; title=&quot;Are you SAP Hot Skilled?&quot; rel=&quot;nofollow&quot;&gt;Are you SAP Hot Skilled?&lt;/a&gt;
&lt;a href=&quot;http://saplab.org/2011/01/webcast-best-practices-in-building-your-sap-consulting-business/&quot; title=&quot;Webcast – Best Practices in Building Your SAP Consulting Business&quot; rel=&quot;nofollow&quot;&gt;Webcast – Best Practices in Building Your SAP Consulting Business&lt;/a&gt;
&lt;a href=&quot;http://saplab.org/2010/07/2010-sap-salary-survey/&quot; title=&quot;2010 SAP Salary Survey&quot; rel=&quot;nofollow&quot;&gt;2010 SAP Salary Survey&lt;/a&gt;
&lt;a href=&quot;http://saplab.org/2010/07/5-keypoints-if-you-want-to-be-a-sap-consultant/&quot; title=&quot;5 Keypoints if you want to be a SAP Consultant&quot; rel=&quot;nofollow&quot;&gt;5 Keypoints if you want to be a SAP Consultant&lt;/a&gt;
&lt;a href=&quot;http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/&quot; title=&quot;15 SAP Frequently Asked Questions&quot; rel=&quot;nofollow&quot;&gt;15 SAP Frequently Asked Questions&lt;/a&gt;
&lt;a href=&quot;http://saplab.org/2009/03/sap-application-areas/&quot; rel=&quot;nofollow&quot;&gt;SAP Application Areas&lt;/a&gt;

These articles are a good starting point and that can help you gain some initial knowledge over the great and broad SAP world.
Thanks a lot and keep visiting the SAPLAB blog!

Regards
Antonio Caldas</description>
		<content:encoded><![CDATA[<p>Hi Adrian,</p>
<p>Sorry for the late reply, I have been very busy lately and only now I&#8217;m able to reply.<br />
I think that first of all, you need to exercise and define what HR area you&#8217;re expert in, or at least interested in like, for example, Time Management, Travel Management, Recruitment, Payroll, just to name a few. Normally companies will be looking for a wider set of knowledge, like experts in PA (Personnel Administration), PD (Personnel Development) or OM (Organizational Management). Again, these are just examples.</p>
<p>In terms of training, my first thought is that you should try SAP directly; even better if you can afford a full round of courses or trying to obtain a certification. This will make your CV glow a lot. There are other companies providing courses. I recommend that you visit Jon Reed&#8217;s blog in <a href="http://www.jonerp.com/" target="_blank" rel="nofollow">http://www.jonerp.com/</a>, which focuses in &#8220;Career answers for SAP Professionals&#8221;.</p>
<p>Definitely, moving your career path to SAP is a very big and important step. I also recommend that you read the following posts:</p>
<p><a href="http://saplab.org/2009/03/are-you-sap-hot-skilled/" title="Are you SAP Hot Skilled?" rel="nofollow">Are you SAP Hot Skilled?</a><br />
<a href="http://saplab.org/2011/01/webcast-best-practices-in-building-your-sap-consulting-business/" title="Webcast – Best Practices in Building Your SAP Consulting Business" rel="nofollow">Webcast – Best Practices in Building Your SAP Consulting Business</a><br />
<a href="http://saplab.org/2010/07/2010-sap-salary-survey/" title="2010 SAP Salary Survey" rel="nofollow">2010 SAP Salary Survey</a><br />
<a href="http://saplab.org/2010/07/5-keypoints-if-you-want-to-be-a-sap-consultant/" title="5 Keypoints if you want to be a SAP Consultant" rel="nofollow">5 Keypoints if you want to be a SAP Consultant</a><br />
<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" title="15 SAP Frequently Asked Questions" rel="nofollow">15 SAP Frequently Asked Questions</a><br />
<a href="http://saplab.org/2009/03/sap-application-areas/" rel="nofollow">SAP Application Areas</a></p>
<p>These articles are a good starting point and that can help you gain some initial knowledge over the great and broad SAP world.<br />
Thanks a lot and keep visiting the SAPLAB blog!</p>
<p>Regards<br />
Antonio Caldas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rucha</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3727</link>
		<dc:creator>Rucha</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3727</guid>
		<description>Hello Sir,

Sir,I have heard lot about SAP.I want to make a Carrer in SAP field.
But I have no clue/idea-- What is SAP ? 
Which field of SAP is good for my carrer ??
I am totally blank regarding SAP.

Will you please guide me in this regard.
PLZ mail me information ASAP

warm regards 
Rucha
India</description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>Sir,I have heard lot about SAP.I want to make a Carrer in SAP field.<br />
But I have no clue/idea&#8211; What is SAP ?<br />
Which field of SAP is good for my carrer ??<br />
I am totally blank regarding SAP.</p>
<p>Will you please guide me in this regard.<br />
PLZ mail me information ASAP</p>
<p>warm regards<br />
Rucha<br />
India</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sourav singh roy</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-3566</link>
		<dc:creator>sourav singh roy</dc:creator>
		<pubDate>Tue, 18 May 2010 11:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-3566</guid>
		<description>Please let me know the techniques with which i can speed up the processing time in a ABAP program. I have developed a report in which i am fetching data from 11 tables and have used read statements and loops too. Its working slow in the QAS and Production Server and sometimes giving a time out error.</description>
		<content:encoded><![CDATA[<p>Please let me know the techniques with which i can speed up the processing time in a ABAP program. I have developed a report in which i am fetching data from 11 tables and have used read statements and loops too. Its working slow in the QAS and Production Server and sometimes giving a time out error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Petersen</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-2819</link>
		<dc:creator>Neil Petersen</dc:creator>
		<pubDate>Sat, 13 Feb 2010 09:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-2819</guid>
		<description>This is a very uselful article. Its amazing to find information like this in a single place.
Wel done</description>
		<content:encoded><![CDATA[<p>This is a very uselful article. Its amazing to find information like this in a single place.<br />
Wel done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Caldas</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-2365</link>
		<dc:creator>Antonio Caldas</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-2365</guid>
		<description>Hi Estevão,

Many thanks for your comments.
Please visit regularly! 

Um abraço
António Caldas</description>
		<content:encoded><![CDATA[<p>Hi Estevão,</p>
<p>Many thanks for your comments.<br />
Please visit regularly! </p>
<p>Um abraço<br />
António Caldas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Estevao</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-2361</link>
		<dc:creator>Estevao</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-2361</guid>
		<description>Hi, indeed very interesting. I work as SAP recruiter and this information is very useful for my knowledge of SAP and to qualify future requirements from our clients.
Thanks
Estevao</description>
		<content:encoded><![CDATA[<p>Hi, indeed very interesting. I work as SAP recruiter and this information is very useful for my knowledge of SAP and to qualify future requirements from our clients.<br />
Thanks<br />
Estevao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAP Help</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-2183</link>
		<dc:creator>SAP Help</dc:creator>
		<pubDate>Sat, 21 Nov 2009 16:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-2183</guid>
		<description>Yeah.. This is simply question regarding SAP which beginner would like to know. Please give the up to date information.</description>
		<content:encoded><![CDATA[<p>Yeah.. This is simply question regarding SAP which beginner would like to know. Please give the up to date information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Caldas</title>
		<link>http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/comment-page-1/#comment-2061</link>
		<dc:creator>Antonio Caldas</dc:creator>
		<pubDate>Sat, 31 Oct 2009 09:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://saplab.org/?p=1123#comment-2061</guid>
		<description>Thanks James.
Cheers
Antonio Caldas</description>
		<content:encoded><![CDATA[<p>Thanks James.<br />
Cheers<br />
Antonio Caldas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

