‎2009 Jan 22 11:21 AM
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
‎2009 Jan 22 4:39 PM
Check =>
You may want to pass
OBJ_TYPE = INCL"For Include instead of FUNC
OBJ_NAME = <Include name>
in FM.
‎2009 Jan 22 11:24 AM
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...
‎2009 Jan 22 12:23 PM
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.
‎2009 Jan 22 12:29 PM
‎2009 Jan 22 12:58 PM
Chk this FM
'RS_TOOL_ACCESS'
Edited by: Kalyan Chakravarthi on Jan 22, 2009 1:58 PM
‎2009 Jan 22 4:39 PM
Check =>
You may want to pass
OBJ_TYPE = INCL"For Include instead of FUNC
OBJ_NAME = <Include name>
in FM.