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: 

Creating an enhancement point in an include

Former Member
0 Kudos

Hi there,

We are looking at creating an enhancement point in an include that is used by many main programs.

What I'm trying to understand is whether I need to create multiple enhancement spots (ie. one for each main program that calls the include) or whether it is possible to have one enhancement spot (and obviously a corresponding enhancement implementation) that will be executed by all the main programs?

Any advice would be greatly appreciated.

Michael Arter

2 REPLIES 2

Former Member
0 Kudos

hai why dont u create implicit enhancements

every include will have at start and end of it an implicit enhancement points,

u can see them using menu goto enhancements implicit enhancment and u will see wit -


lines

m.a

0 Kudos

Hi,

Yes we are aware of implicit enhancement points and certainly would have used them if we were able to code a solution at the start or end of the include. Unfortunately we wish to influence some code in the middle of the include and the only way I can see to do this is to explicitly create an enhancement point.

Michael Arter