<?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 problem with method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430302#M543245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a local class method check_method,in one include.I am calling that method CALL METHOD main=&amp;gt;check_path in the main program.&lt;/P&gt;&lt;P&gt;when i click on check_path cursor is not going to method.when i click on main it going to definiton part,but whan i click on check_path it is not going to implementation.plz.solve my problem.first i have implemented the method in one include and later i have copied that in another include that is the problem,what should i do now..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 06:24:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T06:24:41Z</dc:date>
    <item>
      <title>problem with method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430302#M543245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a local class method check_method,in one include.I am calling that method CALL METHOD main=&amp;gt;check_path in the main program.&lt;/P&gt;&lt;P&gt;when i click on check_path cursor is not going to method.when i click on main it going to definiton part,but whan i click on check_path it is not going to implementation.plz.solve my problem.first i have implemented the method in one include and later i have copied that in another include that is the problem,what should i do now..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 06:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430302#M543245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T06:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430303#M543246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try update navigation index in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 13:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430303#M543246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430304#M543247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;donot copy the method in the include. it wont work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for one class u cant give multiple implementations of single class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 13:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430304#M543247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T13:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430305#M543248</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;if your meyhod is only in one include declare that include in your current program.&lt;/P&gt;&lt;P&gt;ur method is in more than one include so system cant predict where to go so taht method isn't executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpfulreward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;withregards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 13:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-method/m-p/2430305#M543248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T13:44:00Z</dc:date>
    </item>
  </channel>
</rss>

