‎2008 Apr 01 7:21 PM
Hi,
I've one enhancement section in my code as
ENHANCEMENT-SECTION es1 SPOTS ZSP1.
write: 'Original Section'.
END-ENHANCEMENT-SECTION.I've defined two implementations for this enhancement section as
ENHANCEMENT 3 ZES1_IMPLEMENTATION. "active version
write 'First Implementation'.
ENDENHANCEMENT.and
ENHANCEMENT 4 ZES1_IMPLEMENTATION2. "active version
write 'Second Implementation'.
ENDENHANCEMENT.Both these implementations are active.
Now, the doubt I've is, this enhancement section is always getting replaced by first implementation . Why control never goes to second implementation?
G@urav.
‎2008 Jun 10 5:08 AM
Hi.
Enhancement Sections can have only one active implementation, enhance points can have more than one implementation. If you want more than one source code plugin then use the enhancement point.
Regards
Naren