‎2007 Jun 20 7:24 AM
I have created a local class method check_method,in one include.I am calling that method CALL METHOD main=>check_path in the main program.
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..
Regards,
Sai Prasad
‎2007 Jun 20 2:20 PM
‎2007 Jun 20 2:23 PM
hi sai
donot copy the method in the include. it wont work at all.
for one class u cant give multiple implementations of single class.
regards
ravish
<b>plz reward if useful</b>
‎2007 Jun 20 2:44 PM
hi,
if your meyhod is only in one include declare that include in your current program.
ur method is in more than one include so system cant predict where to go so taht method isn't executing.
if helpfulreward some points.
withregards,
suresh.