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

Explicit Enhancement with INCLUDE BOUND addition?

former_member202077
Participant
0 Likes
1,637

Hi Experts,

I implemented the (normal) explicit enhancements and implicit enhancements of ECC 6.0. But, now I found a INCLUDE BOUND addition to the explicit enhancement spot. Pls. let me know Wht is the difference between this normal explicit enhancement and INCLUDE BOUND addition hving explicit enhancement? and how to implimnet this INCLUDE BOUND hving explicit ENH?

Thank you

Hi Experts,

I implemented the (normal) explicit enhancements and implicit enhancements of ECC 6.0. But, now I found a INCLUDE BOUND addition to the explicit enhancement spot. Pls. let me know Wht is the difference between this normal explicit enhancement and INCLUDE BOUND addition hving explicit enhancement? and how to implimnet this INCLUDE BOUND hving explicit ENH?

Thank you

2 REPLIES 2
Read only

former_member202077
Participant
0 Likes
963

Requirements are changed

Thank you

Read only

0 Likes
963

If implementation spot is in include program, this addition is required if you want to use its implementation from all  main programs.This addition brings no addition to implement enhancement spot.

But if enhancement spot is in include program and has no addition of INCLUDE BOUND then just one main program can run its implementation.You can find this program name

as 'Enhanced object' at definition of enhancement spot using SE18.

I could not be able to assign implementations to main programs (talking subroutines in an include).

All main programs run -INCLUDE BOUNDed- enhancement spot's all implementations.