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 code in Enhancement implementation

Former Member
0 Likes
471

Hi,

I want to debug code inside an Enhancement-Point and Endenhancement Section. The enhancement point is already implemented.

When i execute the transaction in Debugging mode, the control does not go inside the code in the implementation. Please give some pointers on this.

Thanks,

Lakshmi.

2 REPLIES 2
Read only

Former Member
0 Likes
431

HI,

just put a line..

break-point

or

break <USERID>

and try

Read only

0 Likes
431

Hi,

I cannot modify the code. Please tell me some other way if there is any.

Thanks,

Lakshmi.