<?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: Probelm in Class Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240681#M1828245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not define the method directly in your ZCL_CAR_DETAILS. Instead, in class ZCL_CAR_DETAILS, go to "Interface" tab and enter the interface &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZIF_VEHICLE_MODEL&lt;/SPAN&gt; there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, if you switch back to the "Methods" tab, you should see the methods from the interface class already there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Eng Swee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 13:21:28 GMT</pubDate>
    <dc:creator>engswee</dc:creator>
    <dc:date>2014-04-16T13:21:28Z</dc:date>
    <item>
      <title>Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240674#M1828238</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;I have created one class interface and assigning method with follwing sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZIF_VEHICLE_MODEL~GET_MODEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I add ~GET_MODEL after ZIF_VEHICLE_MODEL, system shows below error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Special characters are not allowed in names&lt;/H3&gt;&lt;P&gt;Message no. OO103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240674#M1828238</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-04-16T12:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240675#M1828239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not share the code you've written instead of a fragment? How people expect help when they post so little detail is beyond me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240675#M1828239</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-04-16T12:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240676#M1828240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't name the method with ~ symbol. This symbol is used to emhpasize, that the method's definition placement is in the corresponding interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240676#M1828240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240677#M1828241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/434358" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240677#M1828241</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-04-16T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240678#M1828242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So how can i implement this. When I go to define the code, it shows error message as field is unknown due to did not implement in method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240678#M1828242</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-04-16T12:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240679#M1828243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us how you implemented the interface in the class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is something missing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240679#M1828243</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-04-16T12:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240680#M1828244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 13:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240680#M1828244</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-04-16T13:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240681#M1828245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not define the method directly in your ZCL_CAR_DETAILS. Instead, in class ZCL_CAR_DETAILS, go to "Interface" tab and enter the interface &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZIF_VEHICLE_MODEL&lt;/SPAN&gt; there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, if you switch back to the "Methods" tab, you should see the methods from the interface class already there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Eng Swee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 13:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240681#M1828245</guid>
      <dc:creator>engswee</dc:creator>
      <dc:date>2014-04-16T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240682#M1828246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the interface you have created in the INTERFACE tab instead of the METHODS tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 14:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240682#M1828246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240683#M1828247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AMOL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it seems u are trying for a multiple inheritance from the SAP technical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First of all multiple inheritance are used for re usability,that means the same interfaces&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can be used in different classes for different functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;So create an interface with name ZIF_VECHILE_MODEL AND method name GET_MODEL and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; parameter name RV_MODEL. And activate it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Next create a CLASS with name &lt;SPAN style="color: #2e2e2e; font-family: Arial, sans-serif; text-align: justify;"&gt;ZCL_CAR_DETAILS&lt;/SPAN&gt;.And if u want to use the the GET_MODEL METHOD IN THIS CLASS,NO NEED TO WRITE ZIF_VECHILE_MODEL~GET_MODEL EXPLICITLY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;JUST GO TO INTERFACES TAB IN THE CLASS AND GIVE THE INTERFACE NAME&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ZIF_VECHILE_MODEL,THATS ALL.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp; NOW GO AND CHECK IT IN THE METHODS TAB,IT WILL COME DEFAULTLY.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 14:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240683#M1828247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240684#M1828248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thank u. I understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 03:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240684#M1828248</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-04-17T03:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240685#M1828249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/434784" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details are not showing after Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 04:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240685#M1828249</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-04-17T04:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in Class Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240686#M1828250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I didnt get ur problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 05:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-class-method/m-p/10240686#M1828250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T05:55:12Z</dc:date>
    </item>
  </channel>
</rss>

