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: 

problem implementing of custom project

former_member699400
Active Participant
0 Kudos

Hi,

I need to implement custom project via CMOD and for this I try to use enhancement MWMTO004.

But when I try to save it, SAP gives error message and sais that enhancement MWMTO004 is used in other project already....

How could it be, that the same enhancement can not be used in two projects?

Will reward,

Mindaugas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

That is the problem with user exits, cant make 2 projects for one enhacement.

You have to write the code on the already existing project.

Bye

Gabriel

2 REPLIES 2

Former Member
0 Kudos

Hello,

That is the problem with user exits, cant make 2 projects for one enhacement.

You have to write the code on the already existing project.

Bye

Gabriel

Former Member
0 Kudos

Hi,

If some one already used the enhancement MWMTO004,

You can't use it for twice.

Better what you can do is, search for the Project where MWMTO004,

Go to the Include program,

Comment the code, which is already in use,

then, write your own code.

But, Be careful!

Bye,

KC