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: 

SCREEN table in the new ABAP debugger

Peter_Inotai
Active Contributor

As of ABAP 6.20 in the debugger it's possible to display the SCREEN table.

I couldn't find the way it in the new debugger (6.40). SCREEN can be displayed as a structure, but if I enter it to the table tab, it shows "invalid table".

I have no access to release 7.00 right now, where it might be possible.

Any info on this one?

Thanks in advance,

Peter

4 REPLIES 4

sridhar_k1
Active Contributor
0 Kudos

In classic debugger menu: goto->System areas->SCREEN table shows screen table entries.

Regards

Sridhar

0 Kudos

Hi Sridhar,

Thanks, but this is what I meant, when I said "As of ABAP 6.20 in the debugger it's possible to display the SCREEN table.".

I'm looking for the same in the new debugger.

Peter

Peter_Inotai
Active Contributor
0 Kudos

I checked my NSP ABAP 700, but couldn't find the way to display SCREEN table. Same as in 640 New Debugger, structure could be displayed, but not the whole internal table.

There is a Screen Analysis tool, but it's for displaying control elements.

Peter

peter_plaimer
Explorer

click "new tool" or "replace tool" and select "special tools" -> "system areas (internal)". for area name enter "screen" and press enter.