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

define Enhancements-Implementation

Former Member
0 Likes
607

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!

4 REPLIES 4
Read only

Former Member
0 Likes
576

Hi,

You can make changes in your old Enhancement and add code over there. You don't like to update that?

Regrads,

Lokesh.

Read only

Former Member
0 Likes
576

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.

Read only

Former Member
0 Likes
576

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

Read only

0 Likes
576

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