I found function module RS_TYPE_IN_PROGRAMS that outputs a where-list for classes, but it only lists the programs as indicated by the name.
The following code would list all the classes too, but it will require additional processing to convert the INCLUDE fields to actual object names:
SELECT INCLUDE INTO LT_INCLUDES
WHERE "OTYPE" = 'TY'
AND "NAME" = 'ZCL_GENERIC_READ'
Does anyone know of a function module or method that returns a list of proper class names for a where-used on CLASS?
Thank you and best regards,
Adrian