Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OBJ_TYPE AND OBJ_NAME x REAL PROGRAM NAME

Former Member
0 Likes
410

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

1 REPLY 1
Read only

Former Member
0 Likes
341

Thank you for helping, "Experts".