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

What's on the screen while debugging?

Ronnn
Participant
1,826

Hi Gurus,

This is still some old feature I am missing. Back in de old days I could see what was written on screen while debugging a report.

Once the first write statement was executed; an extra icon popped up, so I could see what was printed.

In the new debugger this feature seems to be well hidden, or maybe even not present anymore. Does anyone know a workaround for this?

many thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
1,666

Hello ,

The feature still exist in the new debugger , in the menu use Miscellaneous==>Display List
you can view the list content also by checking the system variable  (SAPMSSY0)%_LIST 

/ it is an iternal table , find the list conten at  field  LINE .

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
1,666

Hi Ron,

It is already available.Sorry if didn't understand your query well.As per my understanding when you are executing a write statement you want to see the values populated.

On double clicking the workarea-text(here) we can see values have been populated.In case you are uncomfortable with New debugger you can always shift ti Classic debugger option in the debugger tab.

Hope it will address your query.Please let me know if your still struck.

FYI :http://wiki.scn.sap.com/wiki/display/ABAP/New+ABAP+Debugger

This will help you how to deal with new debugger.Once you start using it you will feel comfortable with it.

Regards,

Kannan

Read only

Former Member
1,667

Hello ,

The feature still exist in the new debugger , in the menu use Miscellaneous==>Display List
you can view the list content also by checking the system variable  (SAPMSSY0)%_LIST 

/ it is an iternal table , find the list conten at  field  LINE .

Regards

Read only

0 Likes
1,666

Thank you, Hicham,

That was what I meant.

-topic closed-