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: 

Code Not getting shown while debugging

former_member207873
Participant
0 Kudos

Hi Experts,

I wrote an implicit enhancement for function module J_1I7_USEREXIT_EXCISE_BEF_SAVE. But while debugging the code is not getting displayed. I have read so many threads about the same but not able to fix the issue. Please give some hint on how to sort this.

B.R.

5 REPLIES 5

former_member196331
Active Contributor
0 Kudos

If you put break point May i know what happens.

0 Kudos

If I put break point it is coming to that function module without the enhancement code.

0 Kudos

How did you find the correct enhancement point. I have doubt whether the enhancement point is correct or not.

0 Kudos

It is coming to the break point while debugging. So the FM is there in the scope of what we are looking for. But this FM comes without the enhancement code written.

0 Kudos

Maybe at which event you want the enhancement to be triggered, that event never arises?