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

How to debug a substitution exit?

Former Member
0 Likes
9,385

Hello, i have a substitution exit which has the triggerring condition SY-TCODE = 'MIGO'. I've placed an external breakpoint in the form in program ZRGGBS000 . However, when i save the goods receipt in MIGO, it does not enter in debug. Can anyone help on this? thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,941

Hi Antish,

I infer from your post you're trying to debug an exit in the update section of the transaction.

At the debug go to settings and select "update debugging" setting.

regards,

Edgar

2 REPLIES 2
Read only

Former Member
0 Likes
3,942

Hi Antish,

I infer from your post you're trying to debug an exit in the update section of the transaction.

At the debug go to settings and select "update debugging" setting.

regards,

Edgar

Read only

ThomasZloch
Active Contributor
0 Likes
3,941

Alternatively you can try "Extras->Expert Trace->Set Breakpoint" for the substitution step in OBBH (you must be in display mode)

Thomas