cancel
Showing results for 
Search instead for 
Did you mean: 

diff bet script logic & BADI

Former Member
0 Kudos

What is the difference between script logic & BADI?Why do we need BADI when there is script logic

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Script logic is used to do some calculation based on the transactional data. However, there might be instances wherein the calculation can be quite complex to be handled by BPC script logic. In these cases, BADI might be more suitable. BPC NW script logic supports BADI. So, you need to create a BADI in the SAP system, and then call that BADI in the BPC script logic.

The advantage of BADI is that it can handle really complex operations, without affecting the performance much.

Hope this helps.