‎2008 Sep 22 12:53 PM
Hello,
When I debug an ABAP program, is there any way to display a list of names of all the program's internal tables? (global and local)
Thx.
Andy
‎2008 Sep 22 1:02 PM
Hi,
we have in new version ECC 6.0. On which version you are working on??
Regards,
Naresh.
‎2008 Sep 22 1:03 PM
No...it is not possible other than ECC.
Edited by: Ginger on Sep 22, 2008 8:03 AM
‎2008 Sep 22 1:08 PM
As far my knowledge I dont thing there is a way in debugging to full fill this requirement, to see all the internal table of a program.
With luck,
Pritam.
‎2008 Sep 22 1:10 PM
Hi andrew,
First Switch to New ABAP Debugger if you are currently using Classic Debugger.
In Desktop1 Tab(the default tab) select the Globals Tab in the Right side. There you can see all itabs, variables which are available globally.
Regards
Karthik D
‎2008 Sep 22 1:12 PM
Hi Andrews,
I dont think it is possible to display all the internal tables for a program while debugging. Because the program may have link to other programs whose details are known only at run time.
Cheers,
Kothand
‎2008 Sep 22 1:16 PM
Dear Andrew,
In ECC 6.0 it is possible if you swith to to New ABAP Debugger in Desk Top1 (Globals Tab).
Regards
Rajeswar