2016 Mar 03 4:16 PM
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?
2016 Mar 06 4:21 PM
If anyone's wondering, it can be done with class CL_WB_PGEDITOR method READ_SOURCE.
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?
2016 Mar 06 4:21 PM
If anyone's wondering, it can be done with class CL_WB_PGEDITOR method READ_SOURCE.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |