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 after a pop up is generated

Former Member
0 Likes
701

How do i start debugging once a pop up is generated.

to check the processing after the pop up.

4 REPLIES 4
Read only

Former Member
0 Likes
550

Make a breakpoint right after the pop up message.

Read only

Former Member
Read only

Former Member
0 Likes
550

Hi,

pls copy the below code into notepad (on to ur desktop), consize the SAP window along with the POP-UP, drag the notepad file into that POP-UP message, it will take you to the debug mode.

[FUNCTION]

COMMAND = /H

TITLE = DEBUGGER

TYPE = SYSTEMCOMMAND

Reward if needful.

thanks,

Sreeram.

Read only

Former Member
0 Likes
550

Hi

you can put a BREAK POINT at the POPUP WINDOW stament

when your executing that program when ever the control comes to that STATEMENT it will goes into the debugging mode

from then onwords press F5 for step by step process

<b>HOW to SET BREAK POINT</b>

put cursur on the stamenet of POPUP WINDOW and press STOP button which is exists on application tool bar

keep program in display mod e