‎2014 Apr 14 2:52 PM
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,
‎2014 Apr 14 3:11 PM
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
‎2014 Apr 14 3:09 PM
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
‎2014 Apr 14 3:11 PM
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
‎2014 Apr 14 3:35 PM