Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem with method

Former Member
0 Likes
442

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

3 REPLIES 3
Read only

Former Member
0 Likes
423

You could try update navigation index in SE80.

Regards,

John.

Read only

Former Member
0 Likes
423

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>

Read only

Former Member
0 Likes
423

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.