‎2009 Dec 17 9:09 PM
Hi Experts,
With the corresponding entries in e071, I need fo find the specific report and use the command "READ REPORT" in my
abap program.
But when the OBJ_TYPE is not a program (<>PROG) - Ex. Function, Methods, i can't use the read report just using the obj_name.
I need a function or a reference table to find the real name of a report.
For example, the real name of method CHECK_SOURCE of class CL_WB_EDITOR is "CL_WB_EDITOR==================CM00I".
Resumming - I need to CONVERT the OBJ_TYPE and OBJ_NAME to the PROGRAM_NAME.
Can you help me?
Thank you very much.
Vinicius
‎2009 Dec 21 1:48 PM