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

Debugging the Popup windows

Former Member
0 Likes
1,013

Hi,

When i am debugging the original program i got a popup window like address information. How can i debug the popup window...?

Is there any way except finding and keeping break point in the respective popup code...

Thanks in advance.

Regards,

Gopi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
716

Create desktop short cut from sap window

with

Application:

TYPE : system command

COMMAND : /h

TITLE : popup debug

drop this desktop shortcut on popup window.

4 REPLIES 4
Read only

Former Member
0 Likes
716

You follow the transaction till the popup screen

and then drag and drop the text file onto the popup. Immediately

debug mode is activated. Hence you are saved a lot of time

debugging (till the popup).

Create a text file with the following content

[FUNCTION]

Command=/h

Type=SystemCommand

Read only

Former Member
0 Likes
717

Create desktop short cut from sap window

with

Application:

TYPE : system command

COMMAND : /h

TITLE : popup debug

drop this desktop shortcut on popup window.

Read only

Former Member
0 Likes
716

Hi

yes you have to create a shortcut on your desktop

So go to Create Shortcut:

- Choose Application section:

- Insert these data:

Type = System Command

Coomand = /H

Title = Debug

Press enter.

Now the system create an shortcut for debug command on your desktop.

So run your transaction until the popup is showed, now drag the shortcut on popup and debug'll be actived.

Max

Read only

0 Likes
716

Create a file with a content:

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Save a file and drag (yes the file) on the popup window))

Bogusia