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 navigate to method source code

Former Member
0 Kudos

Hi Experts,

I want to navigate to the method source code screen. where by giving input as class name and method in it.

I read some document and come to know that by using FM "RS_TOOL_ACCESS" we can navigate to class. But i want to navigate to specific method with in the class.

Please help.

Regards,

Santosh.

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Use same tool than transport tools : FM TR_OBJECT_JUMP_TO_TOOL (with LIMU METH <class name(30) + method name(61)>) or RS_TOOL_ACCESS with type 'METH', object = method name and enclosing object = class name (actually first FM call second one)

Regards,

Raymond

0 Kudos

thanks Raymond it worked