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

TMDIR entry from TRDIR entry

Former Member
0 Likes
1,683

Hi Experts,

TRDIR table have entry for all the methods of a class with method

index converted to base 35 and appended to class name. TMDIR have

all the Methods with index (without any conversion) including name of

method. I need to find method name from TMDIR table with the TADIR

entry for method. Can any one give me a solution.

Regards,

Prakash.P

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,069

Use this API to find TMDIR entry using this TARDIR entry

(i.e INCLUDE name of the method)

CL_OO_CLASSNAME_SERVICE=>GET_METHOD_BY_INCLUDE

1 REPLY 1
Read only

Former Member
0 Likes
1,070

Use this API to find TMDIR entry using this TARDIR entry

(i.e INCLUDE name of the method)

CL_OO_CLASSNAME_SERVICE=>GET_METHOD_BY_INCLUDE