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

problem implementing of custom project

Former Member
0 Likes
515

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
Read only

Former Member
0 Likes
478

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
479

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

Read only

Former Member
0 Likes
478

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