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

Usage ob objects in other package - automatic determination possible?

Clemenss
Active Contributor
0 Kudos
279

Hi Experts,

in our system we have an old development package. Expecting sysem upgades and unicode compliance, we would like to delete all objects in this package and finally the package itself.

BUT we do not know, if objects have been used by generations of developers in other packages than the one in question.

We already ran report SAPRSEUB to update the where-used-tables in our development system.

Is there any report (or function) to find usage of objects in other packages?

Thanks a lot.

Regards Clemens

1 REPLY 1
Read only

Former Member
0 Kudos
244

I fear you have not used package interfaces, right? This would be e.g. a possibility to check usages, independent from the where-used-list.

Maybe there exists a Code-Inspector check with source code scanning, but this would be worse in execution for many objects, I guess.

Another idea: delete the obsolete package and start a syntax check for the possible affected packages (there exists a report, but sorry I havn't it in mind yet). Try & Error Approach; not the best or kindest, I know.