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

copying user exits

Former Member
0 Likes
1,137

Hello Friends,

I created a project in CMOD and I want to use the same exits in an existing project in my project. Is it possible to copy enhancements from one package/project to another and how?

Thx in advance,

Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,101

As per my understanding we can't copy the enhancements in the user exits to another project.

Regards

Aravind.

4 REPLIES 4
Read only

Former Member
0 Likes
1,102

As per my understanding we can't copy the enhancements in the user exits to another project.

Regards

Aravind.

Read only

0 Likes
1,101

Hi Aravind,

thx for the answer. My problem is that a standard program is copied to Z objects. there is a project in the standard package but as there is none in the new package the user exits can not be called. I want to to implement the same exits in the Z package.how can this be achieved?

Regards,

Ali

Read only

0 Likes
1,101

Hi,

it's not recommended at all to duplicate a standard program. The reason has been discussed many times in the forum.

This is another drawback

Otherwise, use CALL FUNCTION 'EXIT_<main program>_<number>' instead of CALL CUSTOMER-EXIT '<number>'

Sandra

Read only

madhu_vadlamani
Active Contributor
0 Likes
1,101

Hi Ali,

It is not recommended to copy the standard always.

Regards,

Madhu.