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: 

message :Breakpoint not set because enhancement was not found

paul_thompson5
Explorer
0 Kudos

I am trying to set a break point in standard function module IDOC_OUTPUT_DELVRY on one of our sandbox systems to understand why a user exit is not invoking.

But when trying to set the breakpoint I get the message : ED288

Breakpoint not set because enhancement was not found

anyone have any ideas what this means ?

Thanks

Paul

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

is it a line in an inactive enhancement?

0 Kudos

Hi Sandra

It is a line of the standard code in the function module.

0 Kudos

Paul,

May be where-used list of this FM will get the info on if this FM is coded as part of any Enhancement which is no longer active or available.

K.Kiran.

0 Kudos

Probably you don't know that some code may be there but is not compiled (i.e. not available i.e. not debuggable), if it's a code from an inactive enhancement (code between ENHANCEMENT and END-ENHANCEMENT, which belongs to an enhancement object of a deactivated package). This is part of the switch Framework. It's why I asked you to paste the code (or paste the line of ENHANCEMENT-SECTION or ENHANCEMENT-POINT above the line where you want to add a break point ; I doubt that SAP does implicit enhancements).