Application Development 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: 

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

ahmeterturk
Explorer
0 Kudos

Hi All,

I am learning ABAP Cloud Platform development. I am following this tutorial: https://blogs.sap.com/2020/03/23/getting-started-with-abap-in-the-cloud-part-ii/

I have M1 Chip Apple MacBook Pro. I have installed Eclipse IDE for Java Developers (Version: 2021-09 (4.21.0)). I can work on it. But I cannot find New Behavior Implementation option as you can see in screenshot.

How can I solve this issue?

Regards

1 ACCEPTED SOLUTION

LaurensDeprost
Contributor

Hi Ahmet,

The option to create a Behavior Implementation has been removed from the content menu in the last few versions of ADT. The 'Quick Fix'-menu with CTRL + 1 should be used instead.

In your case, set your cursor right before 'ZBP_I_TRAVEL_035' and click CTRL + 1. Choose 'Create behavior implementation class zbp_i_travel_035' to create the implementation.

Good luck!

2 REPLIES 2

LaurensDeprost
Contributor

Hi Ahmet,

The option to create a Behavior Implementation has been removed from the content menu in the last few versions of ADT. The 'Quick Fix'-menu with CTRL + 1 should be used instead.

In your case, set your cursor right before 'ZBP_I_TRAVEL_035' and click CTRL + 1. Choose 'Create behavior implementation class zbp_i_travel_035' to create the implementation.

Good luck!

Thank you so much! I solved it.