I'm doing an analysis of an ERP ECC system to find as many unused programs as I can, so they can be removed from the system. This is desirable, as many suppliers base their charges on the complexity of the system they're looking after, which in turn is influenced by the number of custom objects on the system.
Solman is great for this job, producing useful candidate lists. However, it isn't perfect; it can't tell (yet.... it's coming) if a print program, for example, has been triggered.
I've identified a few tables that contain program names; if a program is listed in these tables, then that could indicate it is still in use. The tables are:
T685B- the table behind transaction NACE
TNAPR - print programs
TTXFP - custom SAPScript print programs
Can anyone think of additional tables in other areas, which might contain program names?