cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement User Exit in APO?

Former Member
0 Kudos

Hello All,

I am not sure how to use user exits. I was wondering if anyone can help me understand how to implement any user exit? Is there any T.Code where you do that? or ABAP coding is required? Also how different is BAdi from User exits?

Any advice is welcome.

Thanks,

Sanju

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

User Exit needs ABAP coding to be done. Pleae get in touch with your Application Development team. They would need a functional specification which should detail the standard functionality that needs to be modified by the User Exit and the logic to be coded. User exits available can be seen in SPRO under Enhancements / Modification. Please see <a href="http://help.sap.com/saphelp_scm50/helpdata/en/bf/ec07a25db911d295ae0000e82de14a/content.htm">this</a> link.

I am not sure about the exact difference between BAdi and User Exit but my understanding is BAdis are replacing User Exits.

Hope this helps.

Thanks,

Somnath

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sanju,

Check this link.

http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm

BADI or user exit, I don't think it is a choice between the two. Both serve the same purpose, add some custom logic to the standard logic. It depends on your requirement, the point when the user exit or BADI is called, information that is available to you in that user exit/BADI and information that you can change in that user exit/BADI. There is no difference in implementing the User Exit in APO or R/3.

Regards,

Siva.