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: 

Viewing/Searching for Methods?

Former Member
0 Kudos

Is there a transaction for looking at a method? Or, do you have to go into each class (SE24) and to go to the Method.

Is there a good way to search for a method without SE24?

Thank-You.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Call one of the repository transaction, e.g. SE86.

R/3 Repository Information Sys 
  ABAP Objects 
    Components of classes 
      Methods 

You can search for methods through all classes and display them.

Regards

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

Call one of the repository transaction, e.g. SE86.

R/3 Repository Information Sys 
  ABAP Objects 
    Components of classes 
      Methods 

You can search for methods through all classes and display them.

Regards

0 Kudos

OK, Thanks. I'll remember that when in R3. Only I am in BI system and it says that that trx does not exist?

Thank-You.

0 Kudos

Try SE84. (work in my BI)

Repository Information System 
  Class library
    Methods 

In R/3 we have (at least)

SE84                 R/3 Repository Information System    
SE85                 ABAP/4 Repository Information System 
SE86                 ABAP Repository Information System   

Regards

0 Kudos

Perfect Thanks!

Former Member
0 Kudos

Hi Tom/Raymond,

I didnt find transaction SE86 on R/3 and found SE84 and SE85 only respectively for Repository Information System and ABAP/4 Repository Information System.

Will you confirm once did you have SE86 on R/3.

Thanks,

Vinay

0 Kudos

Yes, I confirm.

Basically these are the same transaction, $SEU

SE85 pass a parameter EUOBJ-TYPE = 'RDB'

SE86 pass the same parameter = 'PRO'

SE84 pass the same parameter = 'INF"

Both skip initial screen

And if you call $SEU, you get a screen where is written "Please call transaction SE84" (the skiped screen)

There is only one engine under the hood.

Regards

Former Member
0 Kudos

yes