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

Report / Code analysis of custom objects called within a TCode transaction?

Former Member
0 Likes
1,158

Community, no expert in ABAP at all yet wondering how we can indentify code / custom objecte dependencies from a TCode perspective.

So ideally, I provide a list of TCodes and a report is generated showing standard and custom objects used by each TCode.

Thanks in advance for pointing me into to right direction for further exploration.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
907

There's a tool called the "Environment Analysis". It's manual.

But you have to clarify the rules. For instance, if the Transaction Code links to another Transaction Code just for a fast access, should it also get the dependencies. If yes, in the end, you will get a huge constellation of objects not related to the starting Transaction Code. My example for the Transaction Code could also be verified for programs and many other types of objects. How to know when to stop?

By the way, why did you tag the question ABAP Testing and Analysis?

Read only

gasparerdelyi
Product and Topic Expert
Product and Topic Expert
0 Likes
907

The keyword for searches is "Custom Code Management".
SAP Solution Manager has capabilities in this area which might be worth to check.