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

how debugging can be done at screen levels

Former Member
0 Likes
486

hi sir,

how debugging can be done at screen levels

please help me

waiting for a positive reply

2 REPLIES 2
Read only

Former Member
0 Likes
469

See the below links,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a59bba2-0301-0010-a098-b0983252...

/people/puru.govind/blog/2006/11/17/trick-debugging-insert-statement-screen

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4c4c9390-0201-0010-e2af-dd6c89e4...

Reward Points if it is helpful

Thanks

Seshu

Read only

uwe_schieferstein
Active Contributor
0 Likes
469

Hello Munish

If you want to debug a screen or popup without command field (to enter "/h") simply create a <b>Shortcut </b>with the following properties:

- Type = System Command
- Command = /H
- Title = Debug

The shortcut will be stored on the desktop. In order to debug a popup simply drag&drop the shortcut onto the popup. Now you can debug the popup.

Regards

Uwe