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

debug

Former Member
0 Likes
526

hi experts

how i can see the screen that i write to when i am in debug mode

thanks

amit

3 REPLIES 3
Read only

Former Member
0 Likes
500

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

Read only

asik_shameem
Active Contributor
0 Likes
500

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.

Read only

anversha_s
Active Contributor
0 Likes
500

chk the variable sy-dnnr. u will get the screen number.