‎2011 Sep 15 5:35 AM
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
‎2011 Sep 15 5:39 AM
Hi,
you can use ABAP keyword READ REPORT to read the program's source and scan it.
Regards,
Klaus
‎2011 Sep 15 5:39 AM
Hi,
you can use ABAP keyword READ REPORT to read the program's source and scan it.
Regards,
Klaus
‎2011 Sep 15 5:54 AM