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 BAPI and BADI

Former Member
0 Likes
2,399

Hi,

Can anyone explain the difference between BAPI and BADI?

2 REPLIES 2
Read only

Former Member
1,799

Hi Naveen,

BAPI - It is nothing, but a FM which is used to load the data into SAP system. The data may be from the Legacy system.

BADI - They are the enhancement which can be applied to the standard SAP program as per the business requirement. BADI are the newer version of user exits which uses ABAP OOPs concept.

Revert back if you have further query.

Reward points if useful.

Regards,

Atish

Read only

0 Likes
1,799

Thank you Atish