cancel
Showing results for 
Search instead for 
Did you mean: 

Break point in implicit enhancement not triggering

Junaidshaik284
Participant
0 Kudos

I am facing some issue that I put a break point in implicit enhancement and in that I have include and there has written the logic and I also put break point in the include while saving it and it is triggering and it is not taking me to inside of include and how to debug in the include logic

image

image

DominikTylczyn
Active Contributor

you missed the screenshots

Sandra_Rossi
Active Contributor

The question has been asked in the forum many times. As you can see by yourself, there are lots of possible situations when you don't stop at a breakpoint. Implicit enhancement is not one of these situations. You just have to find among all other possible reasons (update task, different client, different user, type of breakpoint, bug from time to time, system program). Of course, if you don't analyze to reduce the scope of your question, you can understand that nobody can help you (unless the answer randomly falls on your exact situation).

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert

Please explain, what this has to do with "ABAP Connectivity". Are you calling that implicit enhancement from an external program via HTTP or RFC protocol? In that case you need to use a breakpoint of type "external breakpoint". Other breakpoints don't work when called via HTTP or RFC. See help.sap.com/doc/saphelp_nw74/7.4.16/en-US/4e/c121276e391014adc9fffe4e204223/frameset.htm

If you are not using HTTP or RFC communication in your scenario, please remove the "ABAP Connectivity" tag from your question, because then it is highly misleading...

Accepted Solutions (0)

Answers (2)

Answers (2)

thkolz
Contributor

I just tried in our system and there the debugger stopped at the session break-point that I've created before within an implicit enhancement.

thkolz
Contributor

We also have an include in an enhancement.
If I set a break-point there it stops there as well...

I'm afraid you're implicit enhancement is not called at all.
Are you sure that it should be processed?

ahmsam
Explorer
0 Kudos
  1. check if the implicit enhancement is active.
  2. check if the report / tcode you are executing is reaching the implicit enhancement.