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

Track Custom Objects with program

Former Member
0 Likes
474

Hello Experts,

I have one requirement where based on program name / function module, I need to find out

how many custom tables, structures, FM i.e. custom objects are used inside that program / function module.

I need to do this programatically.

Can anybody suggest me for the same?

Regards,

Neha

2 REPLIES 2
Read only

Former Member
0 Likes
362

Just use the TRDIR table . you can get all custom objects.

regards,

Ajay

Read only

0 Likes
362

Hi Ajay,

I believe using that Database view, we will get only information about that program. Not the custom object associated with it.

Regards,

Neha