‎2008 Apr 27 6:50 AM
hi experts
how i can see the screen that i write to when i am in debug mode
thanks
amit
‎2008 Apr 27 7:00 AM
Hi Amit,
I am not sure we can view the entire screen as such in debugger but if you know the screen number and the fields you can fill it in the "Field names" section in the debugger
for viewing which screen is in debugger....enter the debugg mode... now put sy-dynnr(shows which screen number) and to view the field names,we need to give them individually if they are separate fields...if they are from an internal table or structure just write the name of internal table or structure in the "Field names" area in debugg mode to find thier values..and double click on them to see thier contents
Regards
Byju
‎2008 Apr 27 7:40 AM
Hi
You can see the output screen during debug mode. After the execution of one write statement, you can see a square button in blue color in the application tool bar.
‎2008 Apr 27 9:47 AM