Application Development 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: 

Link betweeen method and program/include

Former Member
0 Kudos

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

uwe_schieferstein
Active Contributor
0 Kudos

Hello

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

Regards

Uwe

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Check Table: TMDIR

Here, METHODINDX denotes the method number in the Include Name

Regards,

Naimesh Patel

uwe_schieferstein
Active Contributor
0 Kudos

Hello

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

Regards

Uwe

0 Kudos

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