cancel
Showing results for 
Search instead for 
Did you mean: 

diff between user exits and badi?

Former Member
0 Kudos

can any one tell me difference between user exits and badi?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thank u

kunal_ingale
Active Contributor
0 Kudos

hi

refer following

http://www.sourceveda.com/page4.htm

regards

kunal

former_member192897
Active Contributor
0 Kudos

The basic rule in SAP as far as ABAP workbench developments are concerned is "Do not modify the source code of the program" Since needs and requirements keep on changing from client to client and for various business scenarios, there is a need to customise the programs as per client requirement.

For this purpose, SAP has provided numerous list of user-exits also known as enhancements, which is nothing but a program which will deal with the client additional requirement, without modifying the source code of the program. These exits are already provided by SAP. You can see the list of user-exits provided by using the transaction code SMOD. If you cannot find an user exit which match with client requirements, then you can tell SAP to create a new user exit.

Now BADI- Business Add in

Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.

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

Regards,

Ashok