Application Development and Automation 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: 
Read only

Show all code for Class (se24) in one window.

Former Member
0 Likes
3,235

I recognize that there is an okcode which we can enter while we are in edit mode of SE24 then we can see the whole code for the class.

Can anyone advise how to show all methods together in one window?

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
2,007

Hi,

Take the class in se24.Click on Implementation button from the aplication tool bar. Cliclk on Private/Pubic sections. All methods of these sections will be displayed there.

Regards.

Read only

P281512
Participant
0 Likes
2,007

https://answers.sap.com/questions/12923516/copy-source-code-of-a-class-from-an-sap-system-to.html

Navigate down to Sandra Rossi brilliant answer

  1. Clients can display standard SAP classes via ADT. So you may install Eclipse and ADT on your laptop (the versions which don't need Administrator rights - A blog post announced it recently).
  2. You may use the program RS_ABAP_SOURCE_SCAN, search all lines in the class containing the regular expression made of a dot (a dot means any character), all lines of the class will be displayed, and choose the menu System > List > Save > Local file > Clipboard. It will require a little work to remove the extra text, but it should be fast for one class.

Very handy tip if in a hurry or no Eclipse