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

Reading constants from a program

Former Member
0 Likes
468

Hello all,

Below is my requirement.

In the selection screen i have to enter the program name. then the output should display are all the constants used inside this program.

How can we achieve this.

Can someone help?

Regards,

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

Hi,

you can use ABAP keyword READ REPORT to read the program's source and scan it.

Regards,

Klaus

2 REPLIES 2
Read only

Former Member
0 Likes
435

Hi,

you can use ABAP keyword READ REPORT to read the program's source and scan it.

Regards,

Klaus

Read only

0 Likes
434

HI Thanks. it helps.

Regards,

Venkat