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: 

List of Z programs used a standard tcode in the program

former_member540914
Active Participant
0 Kudos

Hello tech leads

I want know the list all Z programs, used a Standard T Code in coding of a particular Z program.

For Ex. T Code KB21 is used in a particular Z program ZABC. Like that I want total list of programs used the Tcode KB21.

From where and how can we get the list?

Thanks in advance

Kiran

4 REPLIES 4

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

write a simple report and find the string " KB21" in the repository.

Former Member
0 Kudos

Hi Kiran,

1. Go to SE80

2. Check the Repository Browser

3. GO to Program (Get the Program name from the transaction --- Like SE93 --- Tcode name --- Get the program name) == Input here

4. You can see the tree structure, expand the INCLUDES, there you can find the list of all the programs used in a TCODE.

Let me know If any queries

SuhaSaha
Advisor
Advisor
0 Kudos

Check the transaction CODE_SCANNER.

GauthamV
Active Contributor
0 Kudos

You can also try scanning for KB21 in all z* programs using RPR_ABAP_SOURCE_SCAN program.