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

How can I found the relation between programs

Former Member
0 Likes
765

Hi experts,

I have a developped program which. How can I find out wheter it is using another programs include or not? I tried to debug but I didn't find anything... maybe its referring into to other include in a function call but I'm not sure about it. Please help me to solve this question.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
717

Hi,

"Where-used list" is the method where we will find if it is used in any...if u r not getting means it might not been used in any program...

Regards,

Nagaraj

6 REPLIES 6
Read only

Former Member
0 Likes
717

Goto se38..

give your program name...

And click the "Where-used list" button... (ctrlshiftf3)....

Read only

0 Likes
717

Where used list doesn't give me any hit. Is it working with Includes anyway? Is working only with fields, isn't it?

Read only

Former Member
0 Likes
717

Either you can use SE39 or SE38 Transaction :

Goto SE39 -> enter program name -> click on compared diffrent systems

or GOTO SE38 -> enter program name -> utilities ->version-> version management->click on remote comparsion

Read only

former_member404244
Active Contributor
0 Likes
718

Hi,

"Where-used list" is the method where we will find if it is used in any...if u r not getting means it might not been used in any program...

Regards,

Nagaraj

Read only

Former Member
0 Likes
717

Goto se48 call hierarchy .. and give your program name ..

Read only

Former Member
0 Likes
717

Thanks for the comments