<?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 Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656879#M291526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;   Me is nothing but the current object at the run-time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by me-&amp;gt;amount you are saying that for the current object under execution take the amount that is passed to the method as an import parameter and add it to the objects attribute amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;me-&amp;gt;amount = me-&amp;gt;amount(This is classes attribute) + amount(This is an import parameter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Me(Current object for which processing is happening).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are aware of JAVA then it is nothing but the 'this' keyword of java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 11:26:26 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2006-10-31T11:26:26Z</dc:date>
    <item>
      <title>Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656877#M291524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Iam new to ABAP Objects,&lt;/P&gt;&lt;P&gt;Can anyone tell me what is this mean&lt;/P&gt;&lt;P&gt;me-&amp;gt;amount = me-&amp;gt;amount + amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what me-&amp;gt; resembles??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 09:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656877#M291524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656878#M291525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It reffers to a variable(attribute) 'amount' of current class, it can be used within method belonging to that class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Tomasz Kozerski&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 10:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656878#M291525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656879#M291526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;   Me is nothing but the current object at the run-time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by me-&amp;gt;amount you are saying that for the current object under execution take the amount that is passed to the method as an import parameter and add it to the objects attribute amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;me-&amp;gt;amount = me-&amp;gt;amount(This is classes attribute) + amount(This is an import parameter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Me(Current object for which processing is happening).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are aware of JAVA then it is nothing but the 'this' keyword of java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 11:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656879#M291526</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-31T11:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656880#M291527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the question could also be when should you use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seshatalpasai Madala already included the answer. Imagine you have a class which has the &amp;lt;u&amp;gt;attribute&amp;lt;/u&amp;gt; amount. The class also has a method which has a &amp;lt;u&amp;gt;parameter&amp;lt;/u&amp;gt; called amount. Now, when you implemented the method you need a way to tell the compiler which amount variable you want to reference. The solution is the &amp;lt;b&amp;gt;me&amp;lt;/b&amp;gt; keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You often see this in setter methods. Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method set_amount.&lt;/P&gt;&lt;P&gt;   me-&amp;gt;amount = amount.&lt;/P&gt;&lt;P&gt;endmethod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 11:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/1656880#M291527</guid>
      <dc:creator>thomasalexander_ritter</dc:creator>
      <dc:date>2006-10-31T11:47:04Z</dc:date>
    </item>
  </channel>
</rss>

