<?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: Are these same? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321856#M509818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The interface named here IF_CRM_BSP_MODEL_ACCESS_IL is a separate development object used to produce a common interface for multiple classes which are implemented in different ways.   Interfaces never implement any coding in the methods, this is done at the class level, it only defines the methods and their signatures, the coding is then implemented in the class which implementes the interface, so to answer the question, the coding which  you see in the method is implemented in the class which is implementing the interface,  I probably lost you now, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 18:01:30 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-06-13T18:01:30Z</dc:date>
    <item>
      <title>Are these same?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321855#M509817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;        There is a Z class named 'ZCL_BSP_ACC_ACCMOD '. &lt;/P&gt;&lt;P&gt;There is a program named 'ZCL_BSP_ACC_ACCMOD============CM00A'.&lt;/P&gt;&lt;P&gt;When I see the contents of the program it is a method of the above mentioned class . The method is 'IF_CRM_BSP_MODEL_ACCESS_IL~CHECK_ACTIVE_TOOLBAR'.&lt;/P&gt;&lt;P&gt;(This 'IF_CRM_BSP_MODEL_ACCESS_IL~CHECK_ACTIVE_TOOLBAR' is actually a method of an  Interface in the class).&lt;/P&gt;&lt;P&gt;Is this Interface which the program shows and the Interface of the class the same?&lt;/P&gt;&lt;P&gt;Kindly reply as fast as possible . &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 17:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321855#M509817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Are these same?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321856#M509818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The interface named here IF_CRM_BSP_MODEL_ACCESS_IL is a separate development object used to produce a common interface for multiple classes which are implemented in different ways.   Interfaces never implement any coding in the methods, this is done at the class level, it only defines the methods and their signatures, the coding is then implemented in the class which implementes the interface, so to answer the question, the coding which  you see in the method is implemented in the class which is implementing the interface,  I probably lost you now, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 18:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321856#M509818</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-13T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Are these same?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321857#M509819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;               Thanks a lot for your reply . Actually , I changed a piece of code in the program 'ZCL_BSP_ACC_ACCMOD============CM00A' . The last change date of the program was immediately changed to today and the changed by user was my name . But when I went to the class ''ZCL_BSP_ACC_ACCMOD' , the change date was not today . So I request you to provide some more inputs on this query . Thannks a lot for your reply.&lt;/P&gt;&lt;P&gt;Kindly reply as fast as possible.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 18:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321857#M509819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T18:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Are these same?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321858#M509820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'ZCL_BSP_ACC_ACCMOD============CM00A' is a component which makes up the lclass, most likely it is a method or group of methods, I would have to assume that if you change a method implementation, you may not be necessarily changing the class at that level, which is why you may be seeing different change dates on the 'ZCL_BSP_ACC_ACCMOD============CM00A' and the 'ZCL_BSP_ACC_ACCMOD'.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 18:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-these-same/m-p/2321858#M509820</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-13T18:17:25Z</dc:date>
    </item>
  </channel>
</rss>

