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

how to navigate to method source code

Former Member
0 Likes
1,426

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
772

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

Read only

0 Likes
772

thanks Raymond it worked