2016 Mar 15 3:29 PM
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
2016 Mar 15 4:54 PM
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.