Application Development 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: 

@debugging after a pop up is generated

Former Member
0 Kudos

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

to check the processing after the pop up.

4 REPLIES 4

Former Member
0 Kudos

Make a breakpoint right after the pop up message.

Former Member

Former Member
0 Kudos

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.

Former Member
0 Kudos

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