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: 

exits-issue

Former Member
0 Kudos

Hi,

Can anyone post how to transfer zuser-exits having function exit from one system in 4.6c version to another in ecc6.0.

Thanks.,

G Kumari.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Any how you have to create a Project, assign the enhancement in it and activate it in CMOD.

So better copy the function exit code and paste it in the target system include.

Regards

Karthik D

3 REPLIES 3

Former Member
0 Kudos

Hi,

Any how you have to create a Project, assign the enhancement in it and activate it in CMOD.

So better copy the function exit code and paste it in the target system include.

Regards

Karthik D

0 Kudos

Hi Karthik,

Thank you very much.But can u post the detailed procedure to do how to migrate and copy it into target system.

Thanks,

G Kumari.

0 Kudos

Hi,

No need to migrate.

Just note down the enhancement and function exit name, double click on the include inside the function exit and copy the code inside it.

1) Now in the target system create a new project in CMOD,

2) Assign the enhancement to it by clicking the Enhacement assignments button, then save and come back,

3) Now click on the components button, double click on the function exit,

4) After that double click on the include name inside the function exit, it will say include doesnt exists , do you want to create? press yes now it will show a warning on namespace press enter to override the warning.

5) This will open the include now paste the copied code into it.

6) Activate the include and then the project.

Regards

Karthik D