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

want to debug user exit

Former Member
0 Likes
542

Hi EveryBody

i am executing standard report VL06O and i wrote exit.

now i want to debug the program by keeping break point in the user exit.

how to do?

Hi EveryBody

i am executing standard report VL06O and i wrote exit.

now i want to debug the program by keeping break point in the user exit.

how to do?

2 REPLIES 2
Read only

Former Member
0 Likes
464

Hi,

You can put a break point in the user Exit using the following statement,

Break 'userid'. ( Break point at your id ), this will call the debugger if the exit is triggered.

Hope this helps.

Rgds,

Read only

andreas_mann3
Active Contributor
0 Likes
464

Hi,

have you activate your project of your user-exit ?

-> so set break.point in your include ZX.....

and start your transaction or report

regards Andreas