2007 Jul 23 6:28 AM
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
2007 Jul 23 6:30 AM
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
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
2007 Jul 23 6:30 AM
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