2010 Aug 20 2:41 AM
Hi guys,
I want to do some enhancement about ABAP Editor, eg. when we are in the ABAP editor, I want to add a context menu, when I click the menu, then get the source code and pass it to some function. how could I archieve this?
thanks in advance!
2010 Aug 20 2:45 AM
Hi,
SEU00001 Function exit in program attributes
This is the only User exit available for SE38.
Regards
Abhii
2010 Aug 20 2:45 AM
Hi,
SEU00001 Function exit in program attributes
This is the only User exit available for SE38.
Regards
Abhii
2010 Aug 20 3:11 AM
HI Abhii
I think SEU00001 is called when some Program is created or changed.
what I want is that I can create a new context menu in Editor, so when we are editing some of the program, I can right click in somewhere of the editor, and then get all the source code of current program. pass it to some others.
is it clear?
2010 Aug 20 3:22 AM
Hi,
I knoow dont the version of your system, If you can go to the Package SEDT in SE80 & see if there is a User xit or BADI or an enhancement point available satisfying your requirement.
Regards
Abhii
2010 Aug 20 3:36 AM
You can create and edit the "Patterns".. create a pattern of your code and call the pattern when needed...
2010 Aug 20 3:52 AM
Hi J@Y
I think you misunderstand what I said.
to Abhii
thanks ,I will have a try.
Edited by: yanluckly on Aug 20, 2010 4:52 AM
2010 Aug 20 4:34 AM
Hi,
Go into debug mode with /h
Then right click on your code.
See what code it takes you too and try to implement implicit enhancements there.
I think it goes to class CL_GUI_SOURCEEDIT.