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

User exits

Former Member
0 Likes
492

Hi experts,

Is it possible to use the enhancement that already assigned to another project, i want use that enhancement in my sand box that is alreday assigned by another project.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

Actually what ever i know.... Enhancements are used only once. Once you use that enhancement u r not able use it to other conditions... where as BADI's u can do.

4 REPLIES 4
Read only

Former Member
0 Likes
466

Actually what ever i know.... Enhancements are used only once. Once you use that enhancement u r not able use it to other conditions... where as BADI's u can do.

Read only

Former Member
0 Likes
465

Hello,

I think yes you can do it. I dont see what the problem is.

You only should be carefull with the tcodes inside the enhancement. I mean you should control what you need for each project.

Notice that this is when you are working with user exits, no on badi, remember that you can use lots of badis for one.

bye,

Gabriel

Read only

Former Member
0 Likes
465

Hi

<b>You can't use</b> that enhancement any more, once it is assigned to a Project

Basically this is the disadvantage of User exits when compared to BADI

We can use BADI multiple times, where as we can use the exits/enhancements only once

At the max we can deactivate that project temporarily and can use for other for time being.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
465

Hi,

Every enhancemen can be used in only one project: that doesn't mean you can use it, but only you have to use the project where your enhancemen is just used.

So you should understand who has developed that project and inform him you need to use it too.

You will have to make sure that your development does not give problems to the part already implemented.

<b>Reward points</b>

Regards