‎2010 Apr 22 11:19 AM
hi all,
I have here an problem: I wanted to define a new EH-Implementation. In this Include I created before 1 EH.
by creating new EH Z_new_one it comes up. This mean I the old EH at first. have a look to my coding. How can I do it?
Enhancement-point Z_TEST SPOTS Z_TEST_01
Enhancement 1 Z_new_one.
Endenhancement 1.
Enhancement 1 Z_old_one.
Endenhancement 1.
Thank u very much!
‎2010 Apr 22 12:41 PM
Hi,
You can make changes in your old Enhancement and add code over there. You don't like to update that?
Regrads,
Lokesh.
‎2010 Apr 22 1:03 PM
After activating the enhancements, the new enhancement should come after the older enhancements. But, yes....initially after creation, it shows the new one at the top. Kindly press on Activate Enhancement buttons and check.
‎2010 Apr 22 1:21 PM
Hi,
Why are you defining 2 enhanments in one place ?
You can simply change the old enhancement implementation and write the code in desired order.
Regards
Bikas
‎2010 Apr 22 1:55 PM
Thank u very much... you are right!
Why 2 EH? Because I have to Include and in each include I have seperate logic !
best regards