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: 

how to add an option in the right click menu bar at the code editor?

wadechan
Discoverer
0 Kudos

i want to add an option in the right click menu bar at the code editor,but i dont know how to do it,event dont not how to debug it, so could angone help me ?please...

3 REPLIES 3

FredericGirod
Active Contributor

Just debug the right click, you will get the program name & dynpro (SAPLS38E 0500); go to the call of the pf-status .........

But, maybe you should look to the eclipse add-on

Sandra_Rossi
Active Contributor
0 Kudos

It's class CL_GUI_ABAPEDIT. Its super class is CL_GUI_SOURCEEDIT. Look at CONTEXT methods/events.

Vijay
Active Contributor
0 Kudos

hi wadechan, did you find the solution?