<?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: Label for Operands in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/label-for-operands/m-p/2823788#M660616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All this is saying is that when you are calling a method or referencing an attribute of an instance of a class, you should use -&amp;gt;   So say that the class LCL_APP has a instance method called 'TEST_THIS' and an instance attribute called 'THIS_ATTRIBUTE', you can use them like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: o_ref type ref to LCL_APP.

call method o_ref-&amp;gt;test_this( ).

* or when referencing the attrbute.

write:/  o_ref-&amp;gt;this_attribute.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second example, the operand =&amp;gt; is used.  This is the same as above, but the method or attribute is static and does not have an instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third operance ~ is used to specify the method of the interface which is begin references,  works in the same way as above, but when dealing with interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 18:48:52 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-09-18T18:48:52Z</dc:date>
    <item>
      <title>Label for Operands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/label-for-operands/m-p/2823787#M660615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Label for Operands &lt;/P&gt;&lt;P&gt;Operands can be elementary or made up of components. Composite operands are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Instances of classes (objects)  [ref-&amp;gt;comp]&lt;/P&gt;&lt;P&gt;2.Classes  [class=&amp;gt;comp ]&lt;/P&gt;&lt;P&gt;3.Interfaces  [intf~comp])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone explain me in a simple words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Medha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 18:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/label-for-operands/m-p/2823787#M660615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T18:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Label for Operands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/label-for-operands/m-p/2823788#M660616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All this is saying is that when you are calling a method or referencing an attribute of an instance of a class, you should use -&amp;gt;   So say that the class LCL_APP has a instance method called 'TEST_THIS' and an instance attribute called 'THIS_ATTRIBUTE', you can use them like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: o_ref type ref to LCL_APP.

call method o_ref-&amp;gt;test_this( ).

* or when referencing the attrbute.

write:/  o_ref-&amp;gt;this_attribute.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second example, the operand =&amp;gt; is used.  This is the same as above, but the method or attribute is static and does not have an instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third operance ~ is used to specify the method of the interface which is begin references,  works in the same way as above, but when dealing with interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 18:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/label-for-operands/m-p/2823788#M660616</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-18T18:48:52Z</dc:date>
    </item>
  </channel>
</rss>

