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

Link betweeen method and program/include

Former Member
0 Likes
700

Hi people,

My question is, in which table is linked a class method and its program/include?

Say for example

Class CL_ABAP_STRING_UTILITIES

Method DEL_TRAILING_BLANKS

I know it's in program CL_ABAP_STRING_UTILITIES======CP

Include

CL_ABAP_STRING_UTILITIES======CM002

Because I've seen it in the debugging screen, but I don't know in which table does SAP take the relationship.

So, if anyone knows this I'll appreciate the answer.

Thanks ind advance.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
618

Hello

You may have a look at table PROGDIR and class CL_OO_CLASSNAME_SERVICE.

Regards

Uwe

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
618

Check Table: TMDIR

Here, METHODINDX denotes the method number in the Include Name

Regards,

Naimesh Patel

Read only

uwe_schieferstein
Active Contributor
0 Likes
619

Hello

You may have a look at table PROGDIR and class CL_OO_CLASSNAME_SERVICE.

Regards

Uwe

Read only

0 Likes
618

Thanks, you solved my problem. Here are my reward points!