2020 Dec 23 12:17 AM
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.
2020 Dec 23 8:16 AM
2020 Dec 25 5:57 AM
Dear Mahesh Kumar Palavalli.
"New Behavior Implementation" should be between "New Behavior Definition" and "New Knowledge Transfer Documnet", but it's not.
2020 Dec 30 10:32 AM
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.

2020 Dec 30 1:00 PM
It's not so much hidden as part of the assistance framework. You get the same kind of thing with other objects as well.
2020 Dec 30 1:27 PM
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.