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

Exits

Former Member
0 Likes
425

Hi All,

What is the main difference between user-exit and customer-exit? which exit mostly used in Real Time? why?

3 REPLIES 3
Read only

Former Member
0 Likes
399

Hi,

Below link will help you to get difference..

[User Exit Vs customer Exit|http://www.allinterview.com/showanswers/23629.html]

reward if helpful..

Regards ,

Brijesh

Edited by: Briesh Patel on May 13, 2008 3:15 PM

Read only

Former Member
0 Likes
399

Hi,

User exits

-


User exit are form exits..Like the sales order user exits..USEREXIT_SAVE_DOCMENT_PREPARE...

User exit does not require any project in CMOD.

Customer exits

-


Customer exits are function module exits..Like the Po user exits..

EXIT_SAPMM06E_012...This requires the a project in CMOD and should be activated..in order to trigger the code..

Refer

https://forums.sdn.sap.com/click.jspa?searchID=11715305&messageID=5232834

https://forums.sdn.sap.com/click.jspa?searchID=11715305&messageID=4268156

Regards

Kiran Sure