kevin_neale
Explorer
Member since ‎01-02-2004

User Statistics

  • 26 Posts
  • 0 Solutions
  • 11 Kudos given
  • 20 Kudos received

User Activity

Hello experts, I have written a dynamic pattern for finding objects in the ABAP editor (see https://blogs.sap.com/2022/10/31/add-find-method-to-the-abap-editor-patterns) and would like to add it to the Eclipse editor. Does anyone know if this is po...
As promised in my previous blog Reusing Class Methods Should Be Easier, I am going to show how this object lookup program can be added to the ABAP editor pattern options. I have organised this blog so that, if you are an expert, you only need to read...
I would like to add a link to a different part of my blog page. Can anyone tell me how to do it?
One of the short comings of ABAP is the ability to find and reuse class methods. It is easy to find functions from within the ABAP editor by clicking the [Pattern] button. But to find a method you first need to know what class it is in. One way to o...
Is it possible to stop pretty print from reformatting tabs to field types. I think it makes the code look very messy with different tab spaces in different methods. It doesn't do this to field-symbols.