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

SCREEN table in the new ABAP debugger

Peter_Inotai
Active Contributor
4,169

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

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
Read only

sridhar_k1
Active Contributor
0 Likes
1,983

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

Regards

Sridhar

Read only

0 Likes
1,983

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

Read only

Peter_Inotai
Active Contributor
0 Likes
1,983

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

Read only

peter_plaimer
Explorer
1,983

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