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

ABAP Eclipse (Neon) Editor - error ED064 - No next/previous object found

matt
Active Contributor
0 Likes
1,517

I'm getting error ED064 - No next/previous object found, when activating a class in the ABAP Eclipse (Neon) editor.

If I open the same class in SAPGui, it activates fine. I've tried all the clean up and regenerate options of SE24, but I'm still getting the above error when maintaining the class in Eclipse.

I've search support.sap.com for the error, but found nothing.

1 ACCEPTED SOLUTION
Read only

pokrakam
Active Contributor
1,377

Bump??? So what have you done in the intervening time to resolve the problem yourself? 😉

Funny enough I've just stumbled on some inconsistencies myself yesterday. It probably is completely unrelated to your issue, but I found classes where components in the class definition tables didn't match the source. I think someone deleted an interface and SAP still kept a link to the implementation in the tables, or something like that. SE24 was quite happy with it, but Eclipse didn't like it.

So maybe try going through SEOCOMPO and SEOMETAREL and have a look if it all matches up. In my case I couldn't read the source code (FM SEO_METHOD_GET_SOURCE). .... just throwing ideas out. Also try Oxygen.

Bump??? So what have you done in the intervening time to resolve the problem yourself? 😉

Funny enough I've just stumbled on some inconsistencies myself yesterday. It probably is completely unrelated to your issue, but I found classes where components in the class definition tables didn't match the source. I think someone deleted an interface and SAP still kept a link to the implementation in the tables, or something like that. SE24 was quite happy with it, but Eclipse didn't like it.

So maybe try going through SEOCOMPO and SEOMETAREL and have a look if it all matches up. In my case I couldn't read the source code (FM SEO_METHOD_GET_SOURCE). .... just throwing ideas out. Also try Oxygen.

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
1,377

Bump......

Read only

pokrakam
Active Contributor
1,378

Bump??? So what have you done in the intervening time to resolve the problem yourself? 😉

Funny enough I've just stumbled on some inconsistencies myself yesterday. It probably is completely unrelated to your issue, but I found classes where components in the class definition tables didn't match the source. I think someone deleted an interface and SAP still kept a link to the implementation in the tables, or something like that. SE24 was quite happy with it, but Eclipse didn't like it.

So maybe try going through SEOCOMPO and SEOMETAREL and have a look if it all matches up. In my case I couldn't read the source code (FM SEO_METHOD_GET_SOURCE). .... just throwing ideas out. Also try Oxygen.

Read only

matt
Active Contributor
0 Likes
1,377

After a few days, when I logged in, the problem had gone. Most odd.