cancel
Showing results for 
Search instead for 
Did you mean: 

Badi trigger at automatic PO creation

Former Member
0 Kudos

Hello Gurus ,

I have a scenario where PO is getting automatically created from the Shopping Cart but the PO is coming different .

I need to change the PO type before the PO get creates in SRM . Can you tell me the BADI which get triggers when during PO creation . BBP_DOC_CHANGE will not help here as it is used for update .

Thanks & Regards

Anshuman

Accepted Solutions (0)

Answers (2)

Answers (2)

robin_janke
Contributor
0 Kudos

In addition to Oliver: the doc change for shopping cart needs to be implemented

oliver_wurm
Active Participant
0 Kudos

Hi Anshuman,

the BBP_DOC_CHANGE BADI will help. You need to populate field BE_DOC_TYPE of the Shopping Cart items with the desired document type of the PO.

Regards

Oliver