Application Development 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: 

ABAP Debugger Question

andrew_jacobs2
Participant
0 Kudos

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

6 REPLIES 6

Former Member
0 Kudos

Hi,

we have in new version ECC 6.0. On which version you are working on??

Regards,

Naresh.

Former Member
0 Kudos

No...it is not possible other than ECC.

Edited by: Ginger on Sep 22, 2008 8:03 AM

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Dear Andrew,

In ECC 6.0 it is possible if you swith to to New ABAP Debugger in Desk Top1 (Globals Tab).

Regards

Rajeswar