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

BADIs which Method ?

Former Member
0 Likes
537

In VF01 on clicking on SAVE button i found these BADIs

1) BADI_SD_BILLING

2) BADI_SD_TO_FM

3) BADI_SD_ACCOUNTING

4) BADI_SD_GM

5) AC_DOCUMENT

6) FI_LIMIT_PROCESS

7) FAGL_PERIOD_CHECK

😎 SD_CIN_LV60AU02

Now Problem is that which BADI i should select for Implemetation ( Coding ) ?

Again each BADI contain so many Method . So which one i should Select for writing my code in 'z' implementation ?

2 REPLIES 2
Read only

Former Member
0 Likes
493

Hi,

It depends on what you want to do, if you want to invoke some bespoke code when the sales order is saved use the user-exit USEREXIT_SAVE_DOCUMENT in SAPMV45A

Regards,

Darren

Read only

Former Member
0 Likes
493

Put a breakpoint in all and run your transaction.