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 doubt

Former Member
0 Likes
489

hi friends ,

Can we have multiple user exits , if yes may i know the detiled proceedure

thanks

Deepti

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

venkat_o
Active Contributor
0 Likes
470

Hi Deepti, USER-EXITS can be used only one time. Ex: If you are assigning a USER-EXIT to a project in (CMOD), then you can not assign the same to other project whereas BADI's can be used any number of times. Regards, Venkat.O

Read only

Former Member
0 Likes
470

Hi

u cannot use multiple user exits.

in CMOD if u try creating it says that the project already exits...

u can use badis instead.