<?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: My journey to ABAP Certification</title>
	<atom:link href="http://sapignite.com/my-journey-to-abap-certification/feed/" rel="self" type="application/rss+xml" />
	<link>http://sapignite.com/my-journey-to-abap-certification/</link>
	<description>Be A Proud Ignitian</description>
	<lastBuildDate>Tue, 18 Jun 2013 03:39:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Naresh Babu G S</title>
		<link>http://sapignite.com/my-journey-to-abap-certification/comment-page-4/#comment-57425</link>
		<dc:creator>Naresh Babu G S</dc:creator>
		<pubDate>Fri, 03 May 2013 15:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://sapignite.com/?p=106#comment-57425</guid>
		<description>Hello Raj ,
I am Babu working for a MNC in SAP Security and ABAP  from past 1.5 yrs as my interest is more towards programming thought of completely shifting to ABAP in future. I am thinking to take a certifacation in ABAP , so could you please guide me in this regard . How will be career with ABAP and what topics I need to concentrate more ?
Coming to certification , which one do u prefer me ?
Kindly send me the material for the same , my mail ID is &lt;a href=&quot;mailto:chinni_gs1989@rediffmail.com&quot; rel=&quot;nofollow&quot;&gt;chinni_gs1989@rediffmail.com&lt;/a&gt; ,chinnigs1989@gmail.com.
I will be awaiting for ur valuable suggestions .
Thanks In Advance .
Regards,
Babu
 </description>
		<content:encoded><![CDATA[<p>Hello Raj ,<br />
I am Babu working for a MNC in SAP Security and ABAP  from past 1.5 yrs as my interest is more towards programming thought of completely shifting to ABAP in future. I am thinking to take a certifacation in ABAP , so could you please guide me in this regard . How will be career with ABAP and what topics I need to concentrate more ?<br />
Coming to certification , which one do u prefer me ?<br />
Kindly send me the material for the same , my mail ID is <a href="mailto:chinni_gs1989@rediffmail.com" rel="nofollow">chinni_gs1989@rediffmail.com</a> ,chinnigs1989@gmail.com.<br />
I will be awaiting for ur valuable suggestions .<br />
Thanks In Advance .<br />
Regards,<br />
Babu<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Jopa</title>
		<link>http://sapignite.com/my-journey-to-abap-certification/comment-page-4/#comment-51115</link>
		<dc:creator>Mr.Jopa</dc:creator>
		<pubDate>Tue, 12 Mar 2013 15:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://sapignite.com/?p=106#comment-51115</guid>
		<description>for the question 23 it works ok, wy-subrc = 0
 
types:
 
 begin of it_tab1,
 name(8) type c,
 salary type p,
 end of it_tab1.
 
 data:
 wa type it_tab1,
 itab type table of it_tab1.
 
 wa-name = &#039;John&#039;.
 wa-salary = 80000.
 append wa to itab.
 wa-name = &#039;Bob&#039;.
 wa-salary = 20000.
 append wa to itab.
 wa-name = &#039;Amar&#039;.
 wa-salary = 10000.
 append wa to itab.
 wa-name = &#039;David&#039;.
 wa-salary = 50000.
 append wa to itab.
 
 
 clear wa.
 Read table itab into wa with key Name = &#039;David&#039; binary search.
 
 write wa-name.</description>
		<content:encoded><![CDATA[<p>for the question 23 it works ok, wy-subrc = 0<br />
 <br />
types:</p>
<p> begin of it_tab1,<br />
 name(8) type c,<br />
 salary type p,<br />
 end of it_tab1.</p>
<p> data:<br />
 wa type it_tab1,<br />
 itab type table of it_tab1.</p>
<p> wa-name = &#8216;John&#8217;.<br />
 wa-salary = 80000.<br />
 append wa to itab.<br />
 wa-name = &#8216;Bob&#8217;.<br />
 wa-salary = 20000.<br />
 append wa to itab.<br />
 wa-name = &#8216;Amar&#8217;.<br />
 wa-salary = 10000.<br />
 append wa to itab.<br />
 wa-name = &#8216;David&#8217;.<br />
 wa-salary = 50000.<br />
 append wa to itab.</p>
<p> clear wa.<br />
 Read table itab into wa with key Name = &#8216;David&#8217; binary search.</p>
<p> write wa-name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://sapignite.com/my-journey-to-abap-certification/comment-page-4/#comment-48344</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 22 Feb 2013 08:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://sapignite.com/?p=106#comment-48344</guid>
		<description>Hi sushma, 

Try to contact with any of the local siemens or NIIT center and ask about direct certification option ( as u have already done the training )

Thanks &amp; Regards, 
Raj</description>
		<content:encoded><![CDATA[<p>Hi sushma, </p>
<p>Try to contact with any of the local siemens or NIIT center and ask about direct certification option ( as u have already done the training )</p>
<p>Thanks &amp; Regards,<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sushma</title>
		<link>http://sapignite.com/my-journey-to-abap-certification/comment-page-4/#comment-47884</link>
		<dc:creator>sushma</dc:creator>
		<pubDate>Tue, 19 Feb 2013 17:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://sapignite.com/?p=106#comment-47884</guid>
		<description>hi,
this blog helped me a lot to learn ABAP. thanks a lot Mr Raj for keep on updating about the things happening around SAP.
I&#039;m a fresher and two days back i got my ABAP course completed. As I&#039;ve no experience, is it possible to take Associate level certification?
if it&#039;s possible let me know when can i take this exam??
thank you..
 </description>
		<content:encoded><![CDATA[<p>hi,<br />
this blog helped me a lot to learn ABAP. thanks a lot Mr Raj for keep on updating about the things happening around SAP.<br />
I&#8217;m a fresher and two days back i got my ABAP course completed. As I&#8217;ve no experience, is it possible to take Associate level certification?<br />
if it&#8217;s possible let me know when can i take this exam??<br />
thank you..<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sounak</title>
		<link>http://sapignite.com/my-journey-to-abap-certification/comment-page-4/#comment-40308</link>
		<dc:creator>Sounak</dc:creator>
		<pubDate>Mon, 21 Jan 2013 18:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://sapignite.com/?p=106#comment-40308</guid>
		<description>Hi Raj,
Thank you for such a wonderful post.
Do we require to go through BC* pdfs for certification?
Can you please some pdf on TAW* and/or BC* series?
Please help me out. :)
email id: sounakghosh09@gmail.com
Regards
Sounak</description>
		<content:encoded><![CDATA[<p>Hi Raj,<br />
Thank you for such a wonderful post.<br />
Do we require to go through BC* pdfs for certification?<br />
Can you please some pdf on TAW* and/or BC* series?<br />
Please help me out. <img src='http://sapignite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
email id: <a href="mailto:sounakghosh09@gmail.com">sounakghosh09@gmail.com</a><br />
Regards<br />
Sounak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shabareesh</title>
		<link>http://sapignite.com/my-journey-to-abap-certification/comment-page-4/#comment-11053</link>
		<dc:creator>Shabareesh</dc:creator>
		<pubDate>Fri, 28 Sep 2012 11:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://sapignite.com/?p=106#comment-11053</guid>
		<description>Dear Raj,
Congrtz for completing the certification with good percentile .. Thanks for providing questions. Can you send me the doc&#039;s related to ABAP certification.
 
Thanks
Shabareesh
 </description>
		<content:encoded><![CDATA[<p>Dear Raj,<br />
Congrtz for completing the certification with good percentile .. Thanks for providing questions. Can you send me the doc&#8217;s related to ABAP certification.<br />
 <br />
Thanks<br />
Shabareesh<br />
 </p>
]]></content:encoded>
	</item>
</channel>
</rss>
