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

Program Where-Used list

Former Member
0 Likes
7,247

Hi Experts,

Is there any program that give the list of Where used list of a program.

EX: ZREPORT is a program/include i need to find where used list of this program in the system.

for single data i can go to se38 and check the where used list for that purticuar program but i need to find for 800 objects so is there any scan program to do this faster?.

Please help me out.

Regards,

Ram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,188

Check =>

You may want to pass

OBJ_TYPE =  INCL"For Include instead of FUNC
OBJ_NAME = <Include name>

in FM.

5 REPLIES 5
Read only

Former Member
0 Likes
3,188

HI Ram,

You could make use of prgram RPR_ABAP_SOURCE_SCAN to search for your program name in other programs..

You could submit this...

Read only

0 Likes
3,188

Hi Ankesh,

Thanks for your information...

This report will give you only in program. i need to know where used list in all like if program used in transactions, programs, classes like we see in where used list for single.

Read only

GauthamV
Active Contributor
0 Likes
3,188

Hi,

check this function module.

RS_EU_CROSSREF

Read only

Former Member
0 Likes
3,188

Chk this FM

'RS_TOOL_ACCESS'

Edited by: Kalyan Chakravarthi on Jan 22, 2009 1:58 PM

Read only

Former Member
0 Likes
3,189

Check =>

You may want to pass

OBJ_TYPE =  INCL"For Include instead of FUNC
OBJ_NAME = <Include name>

in FM.