‎2013 Dec 18 2:56 PM
Hi Guys.
I have an include name like ZCL_XX_XXXXXX====CM004 but when I see it in a workbench request, it is recorded as "ZCL_XX_XXXXXX METHODNAME". So here is what I need: how to find this/class method name without having to use se38 transaction? Is there a database table where I can find it?
Thanks in advace.
Alm
‎2013 Dec 18 3:41 PM
Hi,
in table TMDIR you can find classes and their methods. You can find the mapping rule by using function module SEO_CLASS_GET_METHOD_INCLUDES. Here the mentioned table is selected and depending on the method index the corresponding suffix is build.
regards, Sascha
‎2013 Dec 18 3:41 PM
Hi,
in table TMDIR you can find classes and their methods. You can find the mapping rule by using function module SEO_CLASS_GET_METHOD_INCLUDES. Here the mentioned table is selected and depending on the method index the corresponding suffix is build.
regards, Sascha
‎2013 Dec 18 4:02 PM
Thanks, Sascha. It helped to find FM SEO_METHOD_GET_NAME_BY_INCLUDE.