<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ABAP: learner in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732726#M1110671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Bravo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2008 05:47:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-08T05:47:36Z</dc:date>
    <item>
      <title>ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732720#M1110665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use a meaningful subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;         I am a MM functional and am very much interested in learning ABAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hvae an issue with transaction ME21N. When i create a purchase order from a purchase requisition the PO automatically populates a tax code B8(non taxable). But the bussiness says that tax code B8 is populating some tax where as it is non taxable tax code. My senior consultant suggested that i can find out where the transaction is picking the tax from for a non taxable tax code by debugging. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please provide me with any learning material or any websites to learn ABAP and resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Shravya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 8, 2008 7:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 22:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732720#M1110665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T22:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732721#M1110666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shravya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you will need to learn ABAP programming to be able to debug your problem, and frankly I think it is quite unrealistic to pick up programming in few hours by reading some material (no disrespect &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; ), unless you have previous programming experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I believe that the ABAP language, being 4th generation, is quite similar to the english language and most of the statements should be understood without any programming experience at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that you should familiarize yourself with the debugger! E.g. how to set break points (local, session, user), create watch points, review the ABAP stack (which functions called which functions) and how to view the value of the variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enter the debugger by entering /h in the command field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your post, I assume that the value that you are referring to is populated in the initial screen. What I suggest that you do is to find out the name of the field by pressing F1 and then click on Technical Information. There you should see the Screen field name, make a note of it. Type /h int he command field and press enter. Do what you do before the field gets populated and then you sould find yourself in the debugger. Create a watchpoint and enter the name of the field. Then continue running the report by pressing F8 and the debugger should stop when the value of the field changes. &lt;/P&gt;&lt;P&gt;Select the tab Desktop 2 and there you should see the calls made before your field got updated. You can then set break points there and debug your way there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if this will solve your problem but atleast it is a start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Andri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 23:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732721#M1110666</guid>
      <dc:creator>Andri</dc:creator>
      <dc:date>2008-11-07T23:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732722#M1110667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Actually this is not a big problem.....when you are creating the PO..at that moment several components including Tax Code will come automatically...because before you one have created one PO....with those details.....When you are doing the same work it just only hold the previous record...you have to change it manually....after that when you will create the next PO ...then you will see that the new PO is taking the previous Tax Code as given by you previously....Change should be done explicitly....no need to debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 04:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732722#M1110667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732723#M1110668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Check whether the tax code is Picking  from Purchase Info Record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 04:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732723#M1110668</guid>
      <dc:creator>former_member192897</dc:creator>
      <dc:date>2008-11-08T04:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732724#M1110669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are also planning to shifting your skills towards ABAP from MM &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 04:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732724#M1110669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732725#M1110670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;am i doing anything wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 05:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732725#M1110670</guid>
      <dc:creator>former_member192897</dc:creator>
      <dc:date>2008-11-08T05:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: learner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732726#M1110671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Bravo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 05:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-learner/m-p/4732726#M1110671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T05:47:36Z</dc:date>
    </item>
  </channel>
</rss>

