‎2006 Oct 19 9:44 AM
Hi experts,
how to retrieve the internal include name of a class control program and/or of the related methods.
Is there anything similar to function FUNCTION_INCLUDE_INFO ?
Also, is there any function in the class builder to find out those include names?
TIA,
Clemens
‎2006 Oct 19 1:49 PM
Hi,
Check the function module SEO_CLASS_GET_METHOD_INCLUDES
Also check all function modules with SEO_CLASS*
Satya
‎2006 Oct 19 11:30 AM
Hi
Is this what you are asking for ?
Function Module : GET_INCLUDES
regards,
Sandeep Josyula
*Reward if helpful
‎2006 Oct 19 11:54 AM
No Sandeep,
this is not what I asked for.
I asked for a function to find out the include names of a class.
Follow this example:
Class Name:
CL_AAB_ID
Include names of control program and methods:
CL_AAB_ID=====================CCDEF
CL_AAB_ID=====================CCIMP
CL_AAB_ID=====================CCMAC
CL_AAB_ID=====================CI
CL_AAB_ID=====================CM001
CL_AAB_ID=====================CM002
CL_AAB_ID=====================CM003
CL_AAB_ID=====================CM004
CL_AAB_ID=====================CM005
CL_AAB_ID=====================CM006
CL_AAB_ID=====================CM007
CL_AAB_ID=====================CM008
CL_AAB_ID=====================CM009
CL_AAB_ID=====================CM00A
CL_AAB_ID=====================CM00B
CL_AAB_ID=====================CM00C
CL_AAB_ID=====================CM00D
CL_AAB_ID=====================CM00E
CL_AAB_ID=====================CM00F
CL_AAB_ID=====================CM00G
CL_AAB_ID=====================CM00H
CL_AAB_ID=====================CM00I
CL_AAB_ID=====================CM00J
CL_AAB_ID=====================CM00K
CL_AAB_ID=====================CM00L
CL_AAB_ID=====================CM00M
CL_AAB_ID=====================CM00N
CL_AAB_ID=====================CM00O
CL_AAB_ID=====================CM00P
CL_AAB_ID=====================CM00Q
CL_AAB_ID=====================CM00R
CL_AAB_ID=====================CM00S
CL_AAB_ID=====================CO
CL_AAB_ID=====================CP
CL_AAB_ID=====================CT
CL_AAB_ID=====================CU
Where do I get this including the method names and descripton?
Obviously you don't know. Negative reward! - check your points.
Regards,
Clemens
‎2006 Oct 19 1:49 PM
Hi,
Check the function module SEO_CLASS_GET_METHOD_INCLUDES
Also check all function modules with SEO_CLASS*
Satya
‎2012 Jan 12 11:36 AM
Thanks for the answer - SEO_CLASS_GET_METHOD_INCLUDES.
Sometimes you need to know which component that the dump, log .. is pointing to.
/Mikael