In ABAP programs that contain enhancement points or enhancement sections which are implemented (ENHANCEMENT keyword), when trying to read the report using READ REPORT command, the enhancement implementations are not read.
I know they are saved within external include files which can be read additionally, or can be accessed by the CL_ENH_FACTORY class, but there's no information about the enhancement's specific location within the code.
Is there a way to get the complete version of reports code, including enhancements?