cancel
Showing results for 
Search instead for 
Did you mean: 

BADI or BAPI Getting Trigerred at the time of PO approval or Creation

Former Member
0 Kudos

Hi Gurus,

Can Anyone of you just guide me by giving one or more BADIs name that are getting trigerred at the time of PO approval or before Ordered. I am in the nick of the project. Please help urgently.

Points will be rewarded.

Thanks in Advance,

Mohit.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Which SRM version and scenario are you using ?

In Extended Classic Scenario, the Purchase order in Back system is created using BADI - BBP_CREATE_PO_BACK (which in turn calls BAPI_PO_CREATE1 in backend system) when the final Approver / Manager approves the particular shopping cart...

Related useful pointers ->

Do let me know.

Regards

- Atul

Ramki
Active Contributor
0 Kudos

Hi Mohit

BBP_DOC_CHECK_BADI and BBP_DOC_SAVE_BADI get triggered during PO approval or order.

The triggering of other BADIs depend upon the scenario you are using and their usefulness depends upon your requirement.

Best regards

Ramki

Former Member
0 Kudos

Hi Mohit,

Its difficult to say exactly what is causing the issue you mentioned but neverthless check out the few basic BADIs which may get triggered if implemented.

BBP_WFL_SECUR_BADI

BBP_DOC_CHANGE_BADI

BBP_DOC_CHECK_BADI

BBP_CREATE_BE_PO_NEW

BBP_CREATE_PO_BACK

BBP_ECS_PO_OUT_BADI

BBP_EXTLOCALPO_BADI

BBP_GROUP_LOC_PO

BBP_PROCESS_PO

Hope this will help you out.

Award points for helpful answers.

Rgds,

Teja