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 the Pop Window

Former Member
0 Likes
502

Hi,

<b>How to debug the pop window for any application.</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

hi,

In order to debug a popup you have to create a small text file on your local computer. The content of the text file is as follows:

<b>[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand</b>

1)Place this little text file on your desktop or wherever you can reach it easily.

2)Start Debugging.

3)Whenever you want to debug a popup take this little file and drop it over your popup.

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
459

hi,

In order to debug a popup you have to create a small text file on your local computer. The content of the text file is as follows:

<b>[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand</b>

1)Place this little text file on your desktop or wherever you can reach it easily.

2)Start Debugging.

3)Whenever you want to debug a popup take this little file and drop it over your popup.

Regards

Sudheer

Read only

Former Member
0 Likes
458

SAP Tips

we have to start debugging all the way from main screen. However, here is some code that will allow you to make edits in a pop-up window. Copy the code in a notepad and store it on desktop and drag and drop it (from Windows explorer) on to the pop-up box and the debug mode will be on! So, enjoy debugging with ease...