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

[New Behavior Implementation] I can't find it in Eclipse

3,699

Hello all.

I'm a beginner.

We are conducting a tutorial on ABAP in Eclipse.

I can't find [New Behavior Implementation] in Eclipse. 

What am I missing?

Please teach me how to solve it.

Hello all.

I'm a beginner.

We are conducting a tutorial on ABAP in Eclipse.

I can't find [New Behavior Implementation] in Eclipse. 

What am I missing?

Please teach me how to solve it.

5 REPLIES 5
Read only

maheshpalavalli
Active Contributor
0 Likes
2,554

In the screenshot I am able to see "New Behaviour Definition" Is this the screenshot of your issue? or it's just a reference screenshot you shared?

Read only

2,554

Dear Mahesh Kumar Palavalli.

"New Behavior Implementation" should be between "New Behavior Definition" and "New Knowledge Transfer Documnet", but it's not.

Read only

leonardo_schmidt
Product and Topic Expert
Product and Topic Expert
2,554

After struggling with this and doing much digging, I found this tutorial step which shows the hidden option:

Set the cursor before the implementation class name and press CTRL + 1. Double-click on Create behavior implementation class class_name to create your implementation class.

Create behavior implementation

Read only

0 Likes
2,554

It's not so much hidden as part of the assistance framework. You get the same kind of thing with other objects as well.

Read only

2,554

I meant hidden in the same way OP meant it - it is not showing in the context menu as it should.

Also, this assistance framework alternative isn't mentioned anywhere else. Documentation is lacking, as always.