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

INCLUDE name for Class/Method

Clemenss
Active Contributor
0 Likes
5,555

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,576

Hi,

Check the function module SEO_CLASS_GET_METHOD_INCLUDES

Also check all function modules with SEO_CLASS*

Satya

4 REPLIES 4
Read only

Former Member
0 Likes
2,576

Hi

Is this what you are asking for ?

Function Module : GET_INCLUDES

regards,

Sandeep Josyula

*Reward if helpful

Read only

0 Likes
2,576

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

Read only

Former Member
0 Likes
2,577

Hi,

Check the function module SEO_CLASS_GET_METHOD_INCLUDES

Also check all function modules with SEO_CLASS*

Satya

Read only

0 Likes
2,576

Thanks for the answer - SEO_CLASS_GET_METHOD_INCLUDES.

Sometimes you need to know which component that the dump, log .. is pointing to.

/Mikael