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

difference between BADI and user-exit

Former Member
0 Likes
586

hi

difference between BADI and user-exit

3 REPLIES 3
Read only

former_member188829
Active Contributor
Read only

Former Member
0 Likes
506

Jyothsna,

Use the search functionality of the forum. The question has already been asked numerous number of times.

Regards

Aneesh.

Read only

Former Member
0 Likes
506

Hi,

BADI : Businees Add IN's

Business Add-Ins are SAP enhancement technique based on ABAP Objects.

Where the SAP standard program is not going to fullfill the client requirement , we are going to add our own program to SAP standard program, without changing the standard prog.

USER-EXIT

User exits (Function module exits) are exits developed by SAP.

The exit is implementerd as a call to a functionmodule.

Regards,

Satish